Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Characteristics (0.35 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    	// NodeInternalDNS identifies a DNS name which resolves to an IP address which has
    	// the characteristics of a NodeInternalIP. The IP it resolves to may or may not
    	// be a listed NodeInternalIP address.
    	NodeInternalDNS NodeAddressType = "InternalDNS"
    
    	// NodeExternalDNS identifies a DNS name which resolves to an IP address which has
    	// the characteristics of a NodeExternalIP. The IP it resolves to may or may not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// NodeInternalDNS identifies a DNS name which resolves to an IP address which has
    	// the characteristics of a NodeInternalIP. The IP it resolves to may or may not
    	// be a listed NodeInternalIP address.
    	NodeInternalDNS NodeAddressType = "InternalDNS"
    
    	// NodeExternalDNS identifies a DNS name which resolves to an IP address which has
    	// the characteristics of a NodeExternalIP. The IP it resolves to may or may not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
      // spec defines the desired characteristics of a volume requested by a pod author.
      // More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
      // +optional
      optional PersistentVolumeClaimSpec spec = 2;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    	"spec":     "spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.12.md

    The [dynamic maximum volume count](https://github.com/kubernetes/enhancements/issues/554) feature was also moved to beta. This enables a volume plugin to specify the maximum number of a given volume type per node as a function of the node characteristics (for example, a larger limit for larger nodes, a smaller limit for smaller nodes).
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation.go

    // Not all resources have the same validation rules for names. Prefix is true
    // if the name will have a value appended to it.  If the name is not valid,
    // this returns a list of descriptions of individual characteristics of the
    // value that were not valid.  Otherwise this returns an empty list or nil.
    type ValidateNameFunc apimachineryvalidation.ValidateNameFunc
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
      // spec defines the desired characteristics of a volume requested by a pod author.
      // More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
      // +optional
      optional PersistentVolumeClaimSpec spec = 2;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top