| Modifier and Type | Method and Description |
|---|---|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.clear() |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.clearDriver()
Driver is the name of the driver to use for this volume.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.clearFsType()
Filesystem type to mount.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.clearOptions() |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.clearReadOnly()
Optional: Defaults to false (read/write).
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.clearSecretRef()
Optional: SecretRef is reference to the secret object containing
sensitive information to pass to the plugin scripts.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.clone() |
V1.FlexVolumeSource.Builder |
V1.VolumeSource.Builder.getFlexVolumeBuilder()
FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.mergeFrom(V1.FlexVolumeSource other) |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.mergeSecretRef(V1.LocalObjectReference value)
Optional: SecretRef is reference to the secret object containing
sensitive information to pass to the plugin scripts.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.newBuilder() |
static V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.newBuilder(V1.FlexVolumeSource prototype) |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.newBuilderForType() |
protected V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.putAllOptions(Map<String,String> values)
Optional: Extra command options if any.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.putOptions(String key,
String value)
Optional: Extra command options if any.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.removeOptions(String key)
Optional: Extra command options if any.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.setDriver(String value)
Driver is the name of the driver to use for this volume.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.setDriverBytes(com.google.protobuf.ByteString value)
Driver is the name of the driver to use for this volume.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.setFsType(String value)
Filesystem type to mount.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.setFsTypeBytes(com.google.protobuf.ByteString value)
Filesystem type to mount.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.setReadOnly(boolean value)
Optional: Defaults to false (read/write).
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.setSecretRef(V1.LocalObjectReference.Builder builderForValue)
Optional: SecretRef is reference to the secret object containing
sensitive information to pass to the plugin scripts.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.setSecretRef(V1.LocalObjectReference value)
Optional: SecretRef is reference to the secret object containing
sensitive information to pass to the plugin scripts.
|
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.FlexVolumeSource.Builder |
V1.FlexVolumeSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.VolumeSource.Builder |
V1.VolumeSource.Builder.setFlexVolume(V1.FlexVolumeSource.Builder builderForValue)
FlexVolume represents a generic volume resource that is
provisioned/attached using an exec based plugin.
|
Copyright © 2023. All rights reserved.