Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for pickOne (0.2 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    * The TypeSafe classes, and their descendants, need a mechanism to find out what type has been used as a parameter * for the concrete matcher. Unfortunately, this type is lost during type erasure so we need to use reflection * to get it back, by picking out the type of a known parameter to a known method. * The catch is that, with bridging methods, this type is only visible in the class that actually implements * the expected method, so the ReflectiveTypeFinder needs to be applied to that class or...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 31.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.21.md

    - When a CNI plugin returns dual-stack pod IPs, kubelet will now try to respect the
      "primary IP family" of the cluster by picking a primary pod IP of the same family
      as the (primary) node IP, rather than assuming that the CNI plugin returned the IPs
      in the order the administrator wanted (since some CNI plugins don't allow
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // within the cluster will always get "Cluster" semantics, but clients sending to
      // a NodePort from within the cluster may need to take traffic policy into account
      // when picking a node.
      // +optional
      optional string externalTrafficPolicy = 11;
    
      // healthCheckNodePort specifies the healthcheck nodePort for the service.
      // This only applies when type is set to LoadBalancer and
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    protocol: TCP selector: app: istiod {{- if ne .Values.revision "" }} istio.io/rev: {{ .Values.revision }} {{- else }} # Label used by the 'default' service. For versioned deployments we match with app and version. # This avoids default deployment picking the canary istio: pilot {{- end }} {{- if .Values.pilot.ipFamilyPolicy }} ipFamilyPolicy: {{ .Values.pilot.ipFamilyPolicy }} {{- end }} {{- if .Values.pilot.ipFamilies }} ipFamilies: {{- range .Values.pilot.ipFamilies }} - {{ . }} {{- end }} {{- end...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top