Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for csistoragecapacities (0.53 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. api/discovery/aggregated_v2beta1.json

                    "list",
                    "patch",
                    "update",
                    "watch"
                  ]
                },
                {
                  "resource": "csistoragecapacities",
                  "responseKind": {
                    "group": "",
                    "kind": "CSIStorageCapacity",
                    "version": ""
                  },
                  "scope": "Namespaced",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. api/discovery/aggregated_v2.json

                    "list",
                    "patch",
                    "update",
                    "watch"
                  ]
                },
                {
                  "resource": "csistoragecapacities",
                  "responseKind": {
                    "group": "",
                    "kind": "CSIStorageCapacity",
                    "version": ""
                  },
                  "scope": "Namespaced",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/volumebinding/volume_binding.go

    	capacityCheck := CapacityCheck{
    		CSIDriverInformer:          fh.SharedInformerFactory().Storage().V1().CSIDrivers(),
    		CSIStorageCapacityInformer: fh.SharedInformerFactory().Storage().V1().CSIStorageCapacities(),
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:13:06 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  6. pkg/scheduler/eventhandlers.go

    			); err != nil {
    				return err
    			}
    			handlers = append(handlers, handlerRegistration)
    		case framework.CSIStorageCapacity:
    			if handlerRegistration, err = informerFactory.Storage().V1().CSIStorageCapacities().Informer().AddEventHandler(
    				buildEvtResHandler(at, framework.CSIStorageCapacity, "CSIStorageCapacity"),
    			); err != nil {
    				return err
    			}
    			handlers = append(handlers, handlerRegistration)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:21:04 UTC 2024
    - 24K bytes
    - Viewed (0)
  7. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/policy.go

    		rbacv1helpers.NewRule(Read...).Groups(storageGroup).Resources("csidrivers").RuleOrDie(),
    		rbacv1helpers.NewRule(Read...).Groups(storageGroup).Resources("csistoragecapacities").RuleOrDie(),
    	}
    	// Needed for dynamic resource allocation.
    	if utilfeature.DefaultFeatureGate.Enabled(features.DynamicResourceAllocation) {
    		kubeSchedulerRules = append(kubeSchedulerRules,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 19:25:10 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  8. 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)
  9. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

            "x-kubernetes-group-version-kind": {
              "group": "storage.k8s.io",
              "kind": "CSINode",
              "version": "v1"
            }
          }
        },
        "/apis/storage.k8s.io/v1/csistoragecapacities": {
          "get": {
            "description": "list or watch objects of kind CSIStorageCapacity",
            "operationId": "listStorageV1CSIStorageCapacityForAllNamespaces",
            "responses": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.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: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
Back to top