Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for CSIDriverSpec (0.67 sec)

  1. pkg/printers/internalversion/printers.go

    		{Name: "AttachRequired", Type: "boolean", Description: storagev1.CSIDriverSpec{}.SwaggerDoc()["attachRequired"]},
    		{Name: "PodInfoOnMount", Type: "boolean", Description: storagev1.CSIDriverSpec{}.SwaggerDoc()["podInfoOnMount"]},
    		{Name: "StorageCapacity", Type: "boolean", Description: storagev1.CSIDriverSpec{}.SwaggerDoc()["storageCapacity"]},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    		},
    	}
    }
    
    func makeCSIDriver(name string, storageCapacity bool) *storagev1.CSIDriver {
    	return &storagev1.CSIDriver{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: name,
    		},
    		Spec: storagev1.CSIDriverSpec{
    			StorageCapacity: &storageCapacity,
    		},
    	}
    }
    
    func makeCapacity(name, storageClassName string, node *v1.Node, capacityStr, maximumVolumeSizeStr string) *storagev1.CSIStorageCapacity {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

              {
                "group": "storage.k8s.io",
                "kind": "CSIDriverList",
                "version": "v1"
              }
            ]
          },
          "io.k8s.api.storage.v1.CSIDriverSpec": {
            "description": "CSIDriverSpec is the specification of a CSIDriver.",
            "properties": {
              "attachRequired": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.20.md

    - This PR will introduce a feature gate CSIServiceAccountToken with two additional fields in `CSIDriverSpec`. ([#93130](https://github.com/kubernetes/kubernetes/pull/93130), [@zshihang](https://github.com/zshihang)) [SIG API Machinery, Apps, Auth, CLI, Network, Node, Storage and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/storage/v1.CSIDriverSpec"),
    						},
    					},
    				},
    				Required: []string{"spec"},
    			},
    		},
    		Dependencies: []string{
    			"k8s.io/api/storage/v1.CSIDriverSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            {
              "group": "storage.k8s.io",
              "kind": "CSIDriverList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.storage.v1.CSIDriverSpec": {
          "description": "CSIDriverSpec is the specification of a CSIDriver.",
          "properties": {
            "attachRequired": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. api/openapi-spec/swagger.json

            {
              "group": "storage.k8s.io",
              "kind": "CSIDriverList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.storage.v1.CSIDriverSpec": {
          "description": "CSIDriverSpec is the specification of a CSIDriver.",
          "properties": {
            "attachRequired": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            {
              "group": "storage.k8s.io",
              "kind": "CSIDriverList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.storage.v1.CSIDriverSpec": {
          "description": "CSIDriverSpec is the specification of a CSIDriver.",
          "properties": {
            "attachRequired": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top