Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 319 for selectors (0.23 sec)

  1. common-protos/k8s.io/api/autoscaling/v1/generated.proto

      optional int32 replicas = 1;
    
      // selector is the label query over pods that should match the replicas count. This is same
      // as the label selector but in the string format to avoid introspection
      // by clients. The string will be in the same format as the query-param syntax.
      // More info about label selectors: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
      // +optional
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 22K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    f(3.1415, true)
    Point{1, 2}
    m["foo"]
    s[i : j + 1]
    obj.color
    f.p[i].x()
    </pre>
    
    
    <h3 id="Selectors">Selectors</h3>
    
    <p>
    For a <a href="#Primary_expressions">primary expression</a> <code>x</code>
    that is not a <a href="#Package_clause">package name</a>, the
    <i>selector expression</i>
    </p>
    
    <pre>
    x.f
    </pre>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. docs/changelogs/changelog_4x.md

        This particularly-subtle bug was caused by us assigning each `OkHttpClient` instance its own
        `NullProxySelector` when an explicit proxy is configured. But we don't share connections when
        the proxy selectors are different. Ugh!
    
    
    ## Version 4.2.0
    
    _2019-09-10_
    
     *  New: API to decode a certificate and private key to create a `HeldCertificate`. This accepts a
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 17 13:25:31 GMT 2024
    - 25.2K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      // on whether the namespace for that object matches the selector. If the
      // object itself is a namespace, the matching is performed on
      // object.metadata.labels. If the object is another cluster scoped resource,
      // it never skips the policy.
      //
      // For example, to run the webhook on any objects whose namespace is not
      // associated with "runlevel" of "0" or "1";  you will set the selector as
      // follows:
      // "namespaceSelector": {
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.7K bytes
    - Viewed (0)
  5. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // matchExpressions is a list of label selector requirements. The requirements are ANDed.
      // +optional
      repeated LabelSelectorRequirement matchExpressions = 2;
    }
    
    // A label selector requirement is a selector that contains values, a key, and an operator that
    // relates the key and values.
    message LabelSelectorRequirement {
      // key is the label key that the selector applies to.
      // +patchMergeKey=key
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  6. docs/changelogs/changelog_2x.md

     *  Fix: Don't retry requests that failed due to timeouts.
     *  Fix: Cache 302s and 308s that include appropriate response headers.
     *  Fix: Improve pooling of connections that use proxy selectors.
     *  Fix: Don't leak connections when using ALPN on the desktop.
     *  Fix: Update Jetty ALPN to `7.1.2.v20141202` (Java 7) and `8.1.2.v20141202` (Java 8).
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 26.6K bytes
    - Viewed (0)
  7. doc/go_spec.html

    f(3.1415, true)
    Point{1, 2}
    m["foo"]
    s[i : j + 1]
    obj.color
    f.p[i].x()
    </pre>
    
    
    <h3 id="Selectors">Selectors</h3>
    
    <p>
    For a <a href="#Primary_expressions">primary expression</a> <code>x</code>
    that is not a <a href="#Package_clause">package name</a>, the
    <i>selector expression</i>
    </p>
    
    <pre>
    x.f
    </pre>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/parse.go

    		abistr := p.get(scanner.Ident).String()
    		if !p.allowABI {
    			if issueError {
    				p.errorf("ABI selector only permitted when compiling runtime, reference was to %q", name)
    			}
    		} else {
    			theabi, valid := obj.ParseABI(abistr)
    			if !valid {
    				if issueError {
    					p.errorf("malformed ABI selector %q in reference to %q",
    						abistr, name)
    				}
    			} else {
    				abi = theabi
    			}
    		}
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 36.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.3.md

    * restore ability to run against secured etcd ([#21535](https://github.com/kubernetes/kubernetes/pull/21535), [@AdoHe](https://github.com/AdoHe))
    
    ### Other notable changes
    
    * validate that daemonsets don't have empty selectors on creation ([#23530](https://github.com/kubernetes/kubernetes/pull/23530), [@mikedanese](https://github.com/mikedanese))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 84K bytes
    - Viewed (0)
  10. src/main/webapp/js/bootstrap.min.js.map

    (document.getElementById(prefix))\n    return prefix\n  },\n\n  getSelectorFromElement(element) {\n    let selector = element.getAttribute('data-target')\n\n    if (!selector || selector === '#') {\n      const hrefAttr = element.getAttribute('href')\n      selector = hrefAttr && hrefAttr !== '#' ? hrefAttr.trim() : ''\n    }\n\n    try {\n      return document.querySelector(selector) ? selector : null\n    } catch (err) {\n      return null\n    }\n  },\n\n  getTransitionDurationFromElement(element)...
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Jan 11 06:54:28 GMT 2020
    - 189.9K bytes
    - Viewed (0)
Back to top