Working with Kubernetes Objects
Services, Load Balancing and Networking Service, Ingress, Ingress Controllers,
Working with Kubernetes Objects
Services, Load Balancing and Networking Service, Ingress, Ingress Controllers,
| [ | |
| // Vintage | |
| { "keys": ["ctrl+["], | |
| "command": "exit_insert_mode", | |
| "context": [ | |
| { "key": "setting.command_mode", "operand": false }, | |
| { "key": "setting.is_widget", "operand": false } | |
| ] | |
| }, | |
| { "keys": ["j","j"], |
| " re-indent buffer and return to current position | |
| nnoremap g= gg=G`` |
| function compose(f, g) { | |
| if (arguments.length === 2) { | |
| return function() { | |
| return f(g.apply(null, arguments)); | |
| }; | |
| } | |
| var args = []; | |
| for (var i = 0, len = arguments.length; i < len; i++) { | |
| args[i] = arguments[i]; |
| var re = /[^0-9]/g; | |
| "416 345-3333".replace(re, ''); // returns 4163453333 |
| /(?=.*\d.*)(?=.*[a-zA-Z].*)(?=.*[!#\$%&\?].*).{8,}/ |
| /** | |
| * XmlHttpRequest's getAllResponseHeaders() method returns a string of response | |
| * headers according to the format described here: | |
| * http://www.w3.org/TR/XMLHttpRequest/#the-getallresponseheaders-method | |
| * This method parses that string into a user-friendly key/value pair object. | |
| */ | |
| function parseResponseHeaders(headerStr) { | |
| var headers = {}; | |
| if (!headerStr) { | |
| return headers; |
| [selector] { | |
| min-height:500px; | |
| height:auto !important; | |
| height:500px; | |
| } |