| Modifier and Type | Method and Description |
|---|---|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.addAllTokenRequests(Iterable<? extends V1Storage.TokenRequest> values)
TokenRequests indicates the CSI driver needs pods' service account
tokens it is mounting volume for to do necessary authentication.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.addAllVolumeLifecycleModes(Iterable<String> values)
volumeLifecycleModes defines what kind of volumes this CSI volume driver supports.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.addTokenRequests(int index,
V1Storage.TokenRequest.Builder builderForValue)
TokenRequests indicates the CSI driver needs pods' service account
tokens it is mounting volume for to do necessary authentication.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.addTokenRequests(int index,
V1Storage.TokenRequest value)
TokenRequests indicates the CSI driver needs pods' service account
tokens it is mounting volume for to do necessary authentication.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.addTokenRequests(V1Storage.TokenRequest.Builder builderForValue)
TokenRequests indicates the CSI driver needs pods' service account
tokens it is mounting volume for to do necessary authentication.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.addTokenRequests(V1Storage.TokenRequest value)
TokenRequests indicates the CSI driver needs pods' service account
tokens it is mounting volume for to do necessary authentication.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.addVolumeLifecycleModes(String value)
volumeLifecycleModes defines what kind of volumes this CSI volume driver supports.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.addVolumeLifecycleModesBytes(com.google.protobuf.ByteString value)
volumeLifecycleModes defines what kind of volumes this CSI volume driver supports.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.clear() |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.clearAttachRequired()
attachRequired indicates this CSI volume driver requires an attach
operation (because it implements the CSI ControllerPublishVolume()
method), and that the Kubernetes attach detach controller should call
the attach volume interface which checks the volumeattachment status
and waits until the volume is attached before proceeding to mounting.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.clearFsGroupPolicy()
Defines if the underlying volume supports changing ownership and
permission of the volume before being mounted.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.clearPodInfoOnMount()
If set to true, podInfoOnMount indicates this CSI volume driver
requires additional pod information (like podName, podUID, etc.) during
mount operations.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.clearRequiresRepublish()
RequiresRepublish indicates the CSI driver wants `NodePublishVolume`
being periodically called to reflect any possible change in the mounted
volume.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.clearStorageCapacity()
If set to true, storageCapacity indicates that the CSI
volume driver wants pod scheduling to consider the storage
capacity that the driver deployment will report by creating
CSIStorageCapacity objects with capacity information.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.clearTokenRequests()
TokenRequests indicates the CSI driver needs pods' service account
tokens it is mounting volume for to do necessary authentication.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.clearVolumeLifecycleModes()
volumeLifecycleModes defines what kind of volumes this CSI volume driver supports.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.clone() |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriver.Builder.getSpecBuilder()
Specification of the CSI Driver.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.mergeFrom(com.google.protobuf.Message other) |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.mergeFrom(V1Storage.CSIDriverSpec other) |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.newBuilder() |
static V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.newBuilder(V1Storage.CSIDriverSpec prototype) |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.newBuilderForType() |
protected V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.removeTokenRequests(int index)
TokenRequests indicates the CSI driver needs pods' service account
tokens it is mounting volume for to do necessary authentication.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.setAttachRequired(boolean value)
attachRequired indicates this CSI volume driver requires an attach
operation (because it implements the CSI ControllerPublishVolume()
method), and that the Kubernetes attach detach controller should call
the attach volume interface which checks the volumeattachment status
and waits until the volume is attached before proceeding to mounting.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.setFsGroupPolicy(String value)
Defines if the underlying volume supports changing ownership and
permission of the volume before being mounted.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.setFsGroupPolicyBytes(com.google.protobuf.ByteString value)
Defines if the underlying volume supports changing ownership and
permission of the volume before being mounted.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.setPodInfoOnMount(boolean value)
If set to true, podInfoOnMount indicates this CSI volume driver
requires additional pod information (like podName, podUID, etc.) during
mount operations.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.setRequiresRepublish(boolean value)
RequiresRepublish indicates the CSI driver wants `NodePublishVolume`
being periodically called to reflect any possible change in the mounted
volume.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.setStorageCapacity(boolean value)
If set to true, storageCapacity indicates that the CSI
volume driver wants pod scheduling to consider the storage
capacity that the driver deployment will report by creating
CSIStorageCapacity objects with capacity information.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.setTokenRequests(int index,
V1Storage.TokenRequest.Builder builderForValue)
TokenRequests indicates the CSI driver needs pods' service account
tokens it is mounting volume for to do necessary authentication.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.setTokenRequests(int index,
V1Storage.TokenRequest value)
TokenRequests indicates the CSI driver needs pods' service account
tokens it is mounting volume for to do necessary authentication.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.Builder.setVolumeLifecycleModes(int index,
String value)
volumeLifecycleModes defines what kind of volumes this CSI volume driver supports.
|
V1Storage.CSIDriverSpec.Builder |
V1Storage.CSIDriverSpec.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1Storage.CSIDriver.Builder |
V1Storage.CSIDriver.Builder.setSpec(V1Storage.CSIDriverSpec.Builder builderForValue)
Specification of the CSI Driver.
|
Copyright © 2023. All rights reserved.