Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for csistoragecapacities (0.59 sec)

  1. pkg/kubeapiserver/default_storage_factory_builder.go

    		// version still needs to be supported for one release.
    		//
    		// Example from Kubernetes 1.24 where csistoragecapacities had just
    		// graduated to GA:
    		//
    		// TODO (https://github.com/kubernetes/kubernetes/issues/108451): remove the override in 1.25.
    		// apisstorage.Resource("csistoragecapacities").WithVersion("v1beta1"),
    		networking.Resource("ipaddresses").WithVersion("v1alpha1"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. pkg/controlplane/storageversionhashdata/data.go

    	"storage.k8s.io/v1/csinodes":                                        "Pe62DkZtjuo=",
    	"storage.k8s.io/v1/storageclasses":                                  "K+m6uJwbjGY=",
    	"storage.k8s.io/v1/csistoragecapacities":                            "xeVl+2Ly1kE=",
    	"storage.k8s.io/v1/volumeattachments":                               "tJx/ezt6UDU=",
    	"apps/v1/controllerrevisions":                                       "85nkx63pcBU=",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    	classInformer := informerFactory.Storage().V1().StorageClasses()
    	csiDriverInformer := informerFactory.Storage().V1().CSIDrivers()
    	csiStorageCapacityInformer := informerFactory.Storage().V1().CSIStorageCapacities()
    	capacityCheck := CapacityCheck{
    		CSIDriverInformer:          csiDriverInformer,
    		CSIStorageCapacityInformer: csiStorageCapacityInformer,
    	}
    	binder := NewVolumeBinder(
    		logger,
    		client,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

            "x-kubernetes-group-version-kind": {
              "group": "storage.k8s.io",
              "kind": "CSINode",
              "version": "v1"
            }
          }
        },
        "/apis/storage.k8s.io/v1/csistoragecapacities": {
          "get": {
            "consumes": [
              "*/*"
            ],
            "description": "list or watch objects of kind CSIStorageCapacity",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top