Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 48 for storages (0.39 sec)

  1. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

    if podInfoOnMount is set to true. This list might grow, but the prefix will be used. \"csi.storage.k8s.io/pod.name\": pod.Name \"csi.storage.k8s.io/pod.namespace\": pod.Namespace \"csi.storage.k8s.io/pod.uid\": string(pod.UID) \"csi.storage.k8s.io/ephemeral\": \"true\" if the volume is an ephemeral inline volume\n                                defined by a CSIVolumeSource, otherwise \"false\"\n\n\"csi.storage.k8s.io/ephemeral\" is a new feature in Kubernetes 1.16. It is only required for drivers which...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"local":                "local represents directly-attached storage with node affinity",
    	"storageos":            "storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md",
    	"csi":                  "csi represents storage that is handled by an external CSI driver (Beta feature).",
    }
    
    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. common-protos/k8s.io/api/core/v1/generated.proto

      // local represents directly-attached storage with node affinity
      // +optional
      optional LocalVolumeSource local = 20;
    
      // storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
      // More info: https://examples.k8s.io/volumes/storageos/README.md
      // +optional
      optional StorageOSPersistentVolumeSource storageos = 21;
    
    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. pkg/apis/core/types.go

    	// Local represents directly-attached storage with node affinity
    	// +optional
    	Local *LocalVolumeSource
    	// StorageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
    	// More info: https://examples.k8s.io/volumes/storageos/README.md
    	// +optional
    	StorageOS *StorageOSPersistentVolumeSource
    	// CSI (Container Storage Interface) represents storage that is handled by an external CSI driver.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      // local represents directly-attached storage with node affinity
      // +optional
      optional LocalVolumeSource local = 20;
    
      // storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
      // More info: https://examples.k8s.io/volumes/storageos/README.md
      // +optional
      optional StorageOSPersistentVolumeSource storageos = 21;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	ScaleIO *ScaleIOVolumeSource `json:"scaleIO,omitempty" protobuf:"bytes,25,opt,name=scaleIO"`
    	// storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
    	// +optional
    	StorageOS *StorageOSVolumeSource `json:"storageos,omitempty" protobuf:"bytes,27,opt,name=storageos"`
    	// csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
    	// +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)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    					},
    					Versions: []apiextensions.CustomResourceDefinitionVersion{
    						{
    							Name:    "version",
    							Served:  true,
    							Storage: true,
    						},
    						{
    							Name:    "version2",
    							Served:  true,
    							Storage: false,
    						},
    					},
    					Conversion: &apiextensions.CustomResourceConversion{
    						Strategy: apiextensions.ConversionStrategyType("Webhook"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  8. 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)
  9. pkg/registry/core/service/storage/storage_test.go

    	defer storage.Store.DestroyFunc()
    	test := genericregistrytest.New(t, storage.Store).AllowCreateOnUpdate()
    	test.TestGet(validService())
    }
    
    func TestGenericList(t *testing.T) {
    	storage, _, server := newStorage(t, []api.IPFamily{api.IPv4Protocol})
    	defer server.Terminate(t)
    	defer storage.Store.DestroyFunc()
    	test := genericregistrytest.New(t, storage.Store).AllowCreateOnUpdate()
    	test.TestList(validService())
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.21.md

    ### Generic Ephemeral Volumes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
Back to top