Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for DOMAIN (0.44 sec)

  1. pkg/apis/core/types.go

    	// of pods into each bucket.
    	// We define a domain as a particular instance of a topology.
    	// Also, we define an eligible domain as a domain whose nodes meet the requirements of
    	// nodeAffinityPolicy and nodeTaintsPolicy.
    	// e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology.
    	// And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology.
    	// It's a required field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"whenUnsatisfiable":  "WhenUnsatisfiable...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    // The runAsUserName field will be used to execute the given container's entrypoint, and
    // it can be formatted as "DOMAIN/USER", where the DOMAIN is optional, maxRunAsUserNameDomainLength
    // is the max character length for the user's DOMAIN, and maxRunAsUserNameUserLength
    // is the max character length for the USER itself. Both the DOMAIN and USER have their
    // own restrictions, and more information about them can be found here:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // of pods into each bucket.
      // We define a domain as a particular instance of a topology.
      // Also, we define an eligible domain as a domain whose nodes meet the requirements of
      // nodeAffinityPolicy and nodeTaintsPolicy.
      // e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology.
      // And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology.
      // It's a required field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// of pods into each bucket.
    	// We define a domain as a particular instance of a topology.
    	// Also, we define an eligible domain as a domain whose nodes meet the requirements of
    	// nodeAffinityPolicy and nodeTaintsPolicy.
    	// e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology.
    	// And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology.
    	// It's a required field.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  7. prow/config/calico.yaml

                    type: string
                  maxIpsetSize:
                    type: integer
                  metadataAddr:
                    description: 'MetadataAddr is the IP address or domain name of the
                      server that can answer VM queries for cloud-init metadata. In OpenStack,
                      this corresponds to the machine running nova-api (or in Ubuntu,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Node uint32
    }
    
    type TIPCServiceRange struct {
    	Type  uint32
    	Lower uint32
    	Upper uint32
    }
    
    type TIPCServiceName struct {
    	Type     uint32
    	Instance uint32
    	Domain   uint32
    }
    
    type TIPCEvent struct {
    	Event uint32
    	Lower uint32
    	Upper uint32
    	Port  TIPCSocketAddr
    	S     TIPCSubscr
    }
    
    type TIPCGroupReq struct {
    	Type     uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// ID post-install.
    	//
    	// If the mesh admin does not specify a value, Istio will use the value of the
    	// mesh's Trust Domain. The best practice is to select a proper Trust Domain
    	// value.
    	MeshID string `protobuf:"bytes,53,opt,name=meshID,proto3" json:"meshID,omitempty"`
    	// Configure the mesh networks to be used by the Split Horizon EDS.
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * @throws ConfigPropertyNotFoundException When the property is not found.
         */
        boolean is(String propertyKey);
    
        /**
         * Get the value for the key 'domain.title'. <br>
         * The value is, e.g. Fess <br>
         * comment: The title of domain the application for logging
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getDomainTitle();
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top