Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for Getcwd (0.23 sec)

  1. staging/src/k8s.io/api/core/v1/generated.proto

      // +listType=map
      // +listMapKey=type
      repeated NamespaceCondition conditions = 2;
    }
    
    // Node is a worker node in Kubernetes.
    // Each node will have a unique identifier in the cache (i.e. in etcd).
    message Node {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.0
    
    // Node is a worker node in Kubernetes.
    // Each node will have a unique identifier in the cache (i.e. in etcd).
    type Node struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard object's metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

            "description": "StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.\n\nStorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.",
            "properties": {
              "allowVolumeExpansion": {
                "description": "allowVolumeExpansion shows whether the storage class allow volume expand.",
                "type": "boolean"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
Back to top