Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for Erling (0.34 sec)

  1. licenses/github.com/hashicorp/go-multierror/LICENSE

       and such litigation shall be governed by laws of that jurisdiction, without
       reference to its conflict-of-law provisions. Nothing in this Section shall
       prevent a party’s ability to bring cross-claims or counter-claims.
    
    9. Miscellaneous
    
       This License represents the complete agreement concerning the subject matter
       hereof. If any provision of this License is held to be unenforceable, such
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Sat Oct 26 02:47:39 GMT 2019
    - 15.6K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/ztunnel/configdump/testdata/dump.json

          "certChain": []
        },
        {
          "identity": "spiffe://cluster.local/ns/istio-system/sa/istiod",
          "state": "Unavailable: signing gRPC error (The service is currently unavailable): error trying to connect: TLS handshake failed: cert verification failed - unable to get local issuer certificate [CERTIFICATE_VERIFY_FAILED]",
          "certChain": []
        }
      ]
    Json
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Apr 16 03:28:36 GMT 2024
    - 33.1K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // account token. As the token approaches expiration, the kubelet volume
      // plugin will proactively rotate the service account token. The kubelet will
      // start trying to rotate the token if the token is older than 80 percent of
      // its time to live or if the token is older than 24 hours.Defaults to 1 hour
      // and must be at least 10 minutes.
      // +optional
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  4. licenses/github.com/hashicorp/go-version/LICENSE

       and such litigation shall be governed by laws of that jurisdiction, without
       reference to its conflict-of-law provisions. Nothing in this Section shall
       prevent a party’s ability to bring cross-claims or counter-claims.
    
    9. Miscellaneous
    
       This License represents the complete agreement concerning the subject matter
       hereof. If any provision of this License is held to be unenforceable, such
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Sat Oct 26 02:47:39 GMT 2019
    - 15.6K bytes
    - Viewed (0)
  5. cni/pkg/nodeagent/net.go

    }
    
    func (s *NetServer) getNetns(pod *corev1.Pod) (Netns, error) {
    	openNetns := s.currentPodSnapshot.Get(string(pod.UID))
    	if openNetns != nil {
    		return openNetns, nil
    	}
    	log.Debug("pod netns was not found, trying to find it using procfs")
    	// this can happen if the pod was dynamically added to the mesh after it was created.
    	// in that case, try finding the netns using procfs.
    	if err := s.rescanPod(pod); err != nil {
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Apr 12 21:47:31 GMT 2024
    - 12.1K bytes
    - Viewed (1)
  6. common-protos/k8s.io/api/resource/v1alpha2/generated.proto

      // ResourceClaimSpec.
      // +optional
      optional ResourceClassParametersReference parametersRef = 3;
    
      // Only nodes matching the selector will be considered by the scheduler
      // when trying to find a Node that fits a Pod when that Pod uses
      // a ResourceClaim that has not been allocated yet.
      //
      // Setting this field is optional. If null, all nodes are candidates.
      // +optional
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 14.4K bytes
    - Viewed (0)
  7. manifests/charts/base/crds/crd-all.gen.yaml

                                      description: The ring/modulo hash load balancer
                                        implements consistent hashing to backend hosts.
                                      properties:
                                        minimumRingSize:
                                          description: The minimum number of virtual nodes
                                            to use for the hash ring.
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  8. licenses/github.com/hashicorp/errwrap/LICENSE

       and such litigation shall be governed by laws of that jurisdiction, without
       reference to its conflict-of-law provisions. Nothing in this Section shall
       prevent a party’s ability to bring cross-claims or counter-claims.
    
    9. Miscellaneous
    
       This License represents the complete agreement concerning the subject matter
       hereof. If any provision of this License is held to be unenforceable, such
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Sat Oct 26 02:47:39 GMT 2019
    - 15.6K bytes
    - Viewed (0)
  9. licenses/github.com/hashicorp/hcl/LICENSE

       and such litigation shall be governed by laws of that jurisdiction, without
       reference to its conflict-of-law provisions. Nothing in this Section shall
       prevent a party’s ability to bring cross-claims or counter-claims.
    
    9. Miscellaneous
    
       This License represents the complete agreement concerning the subject matter
       hereof. If any provision of this License is held to be unenforceable, such
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Sat Oct 26 02:47:39 GMT 2019
    - 15.6K bytes
    - Viewed (0)
  10. Makefile.core.mk

    ifneq ($(findstring google,$(HOSTNAME)),)
    warning+=Googlers: go/installdocker\#the-version-of-docker-thats-installed-is-old-eg-1126
    endif
    # The old docker issue manifests as not being able to run *any* binary. So we can test
    # by trying to run a trivial program and ensuring it actually ran. If not, emit our warning.
    # Note: we cannot do anything like $(shell docker version) to check, since that would also fail.
    CAN_RUN := $(shell echo "can I run echo")
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Apr 19 19:41:41 GMT 2024
    - 22.5K bytes
    - Viewed (0)
Back to top