Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for Masing (0.16 sec)

  1. .github/ISSUE_TEMPLATE/config.yml

    contact_links:
    - name: "Crash bug"
      url: https://istio.io/about/security-vulnerabilities/
    Others
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Oct 05 18:48:44 GMT 2020
    - 196 bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // Minimum consecutive successes for the probe to be considered successful after having failed.
      // Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.
      // +optional
      optional int32 successThreshold = 5;
    
      // Minimum consecutive failures for the probe to be considered failed after having succeeded.
      // Defaults to 3. Minimum value is 1.
      // +optional
    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)
  3. licenses/github.com/hashicorp/go-version/LICENSE

          and apparatus claims, in any patent Licensable by such Contributor that
          would be infringed, but for the grant of the License, by the making,
          using, selling, offering for sale, having made, import, or transfer of
          either its Contributions or its Contributor Version.
    
    1.12. “Secondary License”
    
          means either the GNU General Public License, Version 2.0, the GNU Lesser
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Sat Oct 26 02:47:39 GMT 2019
    - 15.6K bytes
    - Viewed (0)
  4. operator/cmd/mesh/test-util_test.go

    			panic("bad key:value in " + s)
    		}
    		out[strings.TrimSpace(kv[0])] = strings.TrimSpace(kv[1])
    	}
    	if len(out) == 0 {
    		return nil
    	}
    	return out
    }
    
    // endpointSubsetAddressVal returns a map having subset address type for an endpoint.
    func endpointSubsetAddressVal(hostname, ip, nodeName string) map[string]any {
    	out := make(map[string]any)
    	if hostname != "" {
    		out["hostname"] = hostname
    	}
    	if ip != "" {
    Go
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Tue Oct 31 14:48:28 GMT 2023
    - 15.3K bytes
    - Viewed (0)
  5. manifests/charts/gateways/istio-egress/values.yaml

          #   values: S1,S2
          #   topologyKey: "kubernetes.io/hostname"
          # This pod anti-affinity rule says that the pod requires not to be scheduled
          # onto a node if that node is already running a pod with label having key
          # "security" and value "S1".
          podAntiAffinityLabelSelector: []
          podAntiAffinityTermLabelSelector: []
    
          # whether to run the gateway in a privileged container
          runAsRoot: false
    
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 12.4K bytes
    - Viewed (0)
  6. manifests/charts/gateways/istio-ingress/values.yaml

          #   values: S1,S2
          #   topologyKey: "kubernetes.io/hostname"
          # This pod anti-affinity rule says that the pod requires not to be scheduled
          # onto a node if that node is already running a pod with label having key
          # "security" and value "S1".
          podAntiAffinityLabelSelector: []
          podAntiAffinityTermLabelSelector: []
    
          # whether to run the gateway in a privileged container
          runAsRoot: false
    
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 13K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/policy/v1beta1/generated.proto

      // pods of a disrupted application might not get a chance to become healthy.
      // Healthy pods will be subject to the PDB for eviction.
      //
      // Additional policies may be added in the future.
      // Clients making eviction decisions should disallow eviction of unhealthy pods
      // if they encounter an unrecognized policy in this field.
      //
      // This field is beta-level. The eviction API uses this field when
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/flowcontrol/v1beta1/generated.proto

      // +listType=set
      // Required.
      repeated string nonResourceURLs = 6;
    }
    
    // PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject
    // making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches
    // a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.4K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/flowcontrol/v1beta3/generated.proto

      // +listType=set
      // Required.
      repeated string nonResourceURLs = 6;
    }
    
    // PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject
    // making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches
    // a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.5K bytes
    - Viewed (0)
  10. .github/pull_request_template.md

    - [ ] Security
    - [ ] Test and Release
    - [ ] User Experience
    - [ ] Developer Infrastructure
    
    **Please check any characteristics that apply to this pull request.**
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Fri Aug 25 14:29:43 GMT 2023
    - 718 bytes
    - Viewed (0)
Back to top