Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 507 for DOMAIN (0.13 sec)

  1. staging/src/k8s.io/apimachinery/pkg/labels/selector_test.go

    			getRequirement("x", selection.Exists, nil, t),
    		}, true, true},
    		{"this-is-a-dns.domain.com/key-with-dash", internalSelector{
    			getRequirement("this-is-a-dns.domain.com/key-with-dash", selection.Exists, nil, t),
    		}, true, true},
    		{"this-is-another-dns.domain.com/key-with-dash in (so,what)", internalSelector{
    			getRequirement("this-is-another-dns.domain.com/key-with-dash", selection.In, sets.NewString("so", "what"), t),
    		}, true, true},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 14 16:39:04 UTC 2022
    - 29.9K bytes
    - Viewed (0)
  2. operator/pkg/validate/common.go

    	// domainComponentRegexp restricts the registry domain component of a
    	// repository name to start with a component as defined by DomainRegexp
    	// and followed by an optional port.
    	domainComponentRegexp = match(`(?:[a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])`)
    
    	// DomainRegexp defines the structure of potential domain components
    	// that may be part of image names. This is purposely a subset of what is
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 11K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go

    func socket(domain int, typ int, proto int) (fd int, err error) {
    	r0, _, e1 := RawSyscall(SYS_SOCKET, uintptr(domain), uintptr(typ), uintptr(proto))
    	fd = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/networking/v1beta1/generated.proto

      // IngressRuleValue. If the host is unspecified, the Ingress routes all
      // traffic based on the specified IngressRuleValue.
      //
      // host can be "precise" which is a domain name without the terminating dot of
      // a network host (e.g. "foo.bar.com") or "wildcard", which is a domain name
      // prefixed with a single wildcard label (e.g. "*.foo.com").
      // The wildcard character '*' must appear by itself as the first DNS label and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/list.yaml.injected

              name: hello
              ports:
              - containerPort: 80
                name: http
              resources: {}
            - args:
              - proxy
              - sidecar
              - --domain
              - $(POD_NAMESPACE).svc.cluster.local
              - --proxyLogLevel=warning
              - --proxyComponentLogLevel=misc:error
              - --log_output_level=default:info
              env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

        beta.kubernetes.io/instance-type: n1-standard-4
        kubernetes.io/os: linux
        cloud.google.com/gke-nodepool: default-pool
        cloud.google.com/gke-os-distribution: cos
        failure-domain.beta.kubernetes.io/region: us-central1
        failure-domain.beta.kubernetes.io/zone: us-central1-b
        topology.kubernetes.io/region: us-central1
        topology.kubernetes.io/zone: us-central1-b
        kubernetes.io/hostname: node-default-pool-something
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go

    func socket(domain int, typ int, proto int) (fd int, err error) {
    	r0, _, e1 := RawSyscall(SYS_SOCKET, uintptr(domain), uintptr(typ), uintptr(proto))
    	fd = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 16K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/hello-multi.yaml.injected

            name: hello
            ports:
            - containerPort: 80
              name: http
            resources: {}
          - args:
            - proxy
            - sidecar
            - --domain
            - $(POD_NAMESPACE).svc.cluster.local
            - --proxyLogLevel=warning
            - --proxyComponentLogLevel=misc:error
            - --log_output_level=default:info
            env:
            - name: PILOT_CERT_PROVIDER
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        beta.kubernetes.io/instance-type: n1-standard-4
        kubernetes.io/os: linux
        cloud.google.com/gke-nodepool: default-pool
        cloud.google.com/gke-os-distribution: cos
        failure-domain.beta.kubernetes.io/region: us-central1
        failure-domain.beta.kubernetes.io/zone: us-central1-b
        topology.kubernetes.io/region: us-central1
        topology.kubernetes.io/zone: us-central1-b
        kubernetes.io/hostname: node-default-pool-something
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go

    func socket(domain int, typ int, proto int) (fd int, err error) {
    	r0, _, e1 := RawSyscall(SYS_SOCKET, uintptr(domain), uintptr(typ), uintptr(proto))
    	fd = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 16.4K bytes
    - Viewed (0)
Back to top