Uses of Class
io.kubernetes.client.openapi.models.V1CSIDriverSpec
Packages that use V1CSIDriverSpec
-
Uses of V1CSIDriverSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1CSIDriverSpecModifier and TypeMethodDescriptionV1CSIDriverSpec.addTokenRequestsItem(StorageV1TokenRequest tokenRequestsItem) V1CSIDriverSpec.addVolumeLifecycleModesItem(String volumeLifecycleModesItem) V1CSIDriverSpec.attachRequired(Boolean attachRequired) V1CSIDriverSpec.fsGroupPolicy(String fsGroupPolicy) V1CSIDriver.getSpec()Get specV1CSIDriverSpec.podInfoOnMount(Boolean podInfoOnMount) V1CSIDriverSpec.requiresRepublish(Boolean requiresRepublish) V1CSIDriverSpec.seLinuxMount(Boolean seLinuxMount) V1CSIDriverSpec.storageCapacity(Boolean storageCapacity) V1CSIDriverSpec.tokenRequests(List<StorageV1TokenRequest> tokenRequests) V1CSIDriverSpec.volumeLifecycleModes(List<String> volumeLifecycleModes) Methods in io.kubernetes.client.openapi.models with parameters of type V1CSIDriverSpecModifier and TypeMethodDescriptionvoidV1CSIDriver.setSpec(V1CSIDriverSpec spec) V1CSIDriver.spec(V1CSIDriverSpec spec)