public static final class Protos.CSIPluginInfo.Builder extends <any> implements Protos.CSIPluginInfoOrBuilder
Describes a CSI plugin.Protobuf type
mesos.CSIPluginInfo
Modifier and Type | Method and Description |
---|---|
Protos.CSIPluginInfo.Builder |
addAllContainers(java.lang.Iterable<? extends Protos.CSIPluginContainerInfo> values)
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginInfo.Builder |
addAllEndpoints(java.lang.Iterable<? extends Protos.CSIPluginEndpoint> values)
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginInfo.Builder |
addContainers(int index,
Protos.CSIPluginContainerInfo.Builder builderForValue)
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginInfo.Builder |
addContainers(int index,
Protos.CSIPluginContainerInfo value)
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginInfo.Builder |
addContainers(Protos.CSIPluginContainerInfo.Builder builderForValue)
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginInfo.Builder |
addContainers(Protos.CSIPluginContainerInfo value)
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginContainerInfo.Builder |
addContainersBuilder()
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginContainerInfo.Builder |
addContainersBuilder(int index)
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginInfo.Builder |
addEndpoints(int index,
Protos.CSIPluginEndpoint.Builder builderForValue)
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginInfo.Builder |
addEndpoints(int index,
Protos.CSIPluginEndpoint value)
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginInfo.Builder |
addEndpoints(Protos.CSIPluginEndpoint.Builder builderForValue)
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginInfo.Builder |
addEndpoints(Protos.CSIPluginEndpoint value)
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginEndpoint.Builder |
addEndpointsBuilder()
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginEndpoint.Builder |
addEndpointsBuilder(int index)
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.CSIPluginInfo |
build() |
Protos.CSIPluginInfo |
buildPartial() |
Protos.CSIPluginInfo.Builder |
clear() |
Protos.CSIPluginInfo.Builder |
clearContainers()
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginInfo.Builder |
clearEndpoints()
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.CSIPluginInfo.Builder |
clearName()
The name of the CSI plugin.
|
Protos.CSIPluginInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.CSIPluginInfo.Builder |
clearTargetPathExists()
For some CSI plugins which implement CSI v1 spec, they expect the target
path is an existing path which is actually not CSI v1 spec compliant.
|
Protos.CSIPluginInfo.Builder |
clearTargetPathRoot()
The root directory of all the target paths managed by the CSI plugin.
|
Protos.CSIPluginInfo.Builder |
clearType()
The type of the CSI plugin.
|
Protos.CSIPluginInfo.Builder |
clone() |
Protos.CSIPluginContainerInfo |
getContainers(int index)
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginContainerInfo.Builder |
getContainersBuilder(int index)
A list of container configurations to run managed CSI plugin.
|
java.util.List<Protos.CSIPluginContainerInfo.Builder> |
getContainersBuilderList()
A list of container configurations to run managed CSI plugin.
|
int |
getContainersCount()
A list of container configurations to run managed CSI plugin.
|
java.util.List<Protos.CSIPluginContainerInfo> |
getContainersList()
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginContainerInfoOrBuilder |
getContainersOrBuilder(int index)
A list of container configurations to run managed CSI plugin.
|
java.util.List<? extends Protos.CSIPluginContainerInfoOrBuilder> |
getContainersOrBuilderList()
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Protos.CSIPluginEndpoint |
getEndpoints(int index)
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginEndpoint.Builder |
getEndpointsBuilder(int index)
The service endpoints of the unmanaged CSI plugin.
|
java.util.List<Protos.CSIPluginEndpoint.Builder> |
getEndpointsBuilderList()
The service endpoints of the unmanaged CSI plugin.
|
int |
getEndpointsCount()
The service endpoints of the unmanaged CSI plugin.
|
java.util.List<Protos.CSIPluginEndpoint> |
getEndpointsList()
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginEndpointOrBuilder |
getEndpointsOrBuilder(int index)
The service endpoints of the unmanaged CSI plugin.
|
java.util.List<? extends Protos.CSIPluginEndpointOrBuilder> |
getEndpointsOrBuilderList()
The service endpoints of the unmanaged CSI plugin.
|
java.lang.String |
getName()
The name of the CSI plugin.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the CSI plugin.
|
boolean |
getTargetPathExists()
For some CSI plugins which implement CSI v1 spec, they expect the target
path is an existing path which is actually not CSI v1 spec compliant.
|
java.lang.String |
getTargetPathRoot()
The root directory of all the target paths managed by the CSI plugin.
|
com.google.protobuf.ByteString |
getTargetPathRootBytes()
The root directory of all the target paths managed by the CSI plugin.
|
java.lang.String |
getType()
The type of the CSI plugin.
|
com.google.protobuf.ByteString |
getTypeBytes()
The type of the CSI plugin.
|
boolean |
hasName()
The name of the CSI plugin.
|
boolean |
hasTargetPathExists()
For some CSI plugins which implement CSI v1 spec, they expect the target
path is an existing path which is actually not CSI v1 spec compliant.
|
boolean |
hasTargetPathRoot()
The root directory of all the target paths managed by the CSI plugin.
|
boolean |
hasType()
The type of the CSI plugin.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.CSIPluginInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.CSIPluginInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.CSIPluginInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.CSIPluginInfo.Builder |
removeContainers(int index)
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginInfo.Builder |
removeEndpoints(int index)
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginInfo.Builder |
setContainers(int index,
Protos.CSIPluginContainerInfo.Builder builderForValue)
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginInfo.Builder |
setContainers(int index,
Protos.CSIPluginContainerInfo value)
A list of container configurations to run managed CSI plugin.
|
Protos.CSIPluginInfo.Builder |
setEndpoints(int index,
Protos.CSIPluginEndpoint.Builder builderForValue)
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginInfo.Builder |
setEndpoints(int index,
Protos.CSIPluginEndpoint value)
The service endpoints of the unmanaged CSI plugin.
|
Protos.CSIPluginInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.CSIPluginInfo.Builder |
setName(java.lang.String value)
The name of the CSI plugin.
|
Protos.CSIPluginInfo.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The name of the CSI plugin.
|
Protos.CSIPluginInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.CSIPluginInfo.Builder |
setTargetPathExists(boolean value)
For some CSI plugins which implement CSI v1 spec, they expect the target
path is an existing path which is actually not CSI v1 spec compliant.
|
Protos.CSIPluginInfo.Builder |
setTargetPathRoot(java.lang.String value)
The root directory of all the target paths managed by the CSI plugin.
|
Protos.CSIPluginInfo.Builder |
setTargetPathRootBytes(com.google.protobuf.ByteString value)
The root directory of all the target paths managed by the CSI plugin.
|
Protos.CSIPluginInfo.Builder |
setType(java.lang.String value)
The type of the CSI plugin.
|
Protos.CSIPluginInfo.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
The type of the CSI plugin.
|
Protos.CSIPluginInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.CSIPluginInfo.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.CSIPluginInfo getDefaultInstanceForType()
public Protos.CSIPluginInfo build()
public Protos.CSIPluginInfo buildPartial()
public Protos.CSIPluginInfo.Builder clone()
public Protos.CSIPluginInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CSIPluginInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.CSIPluginInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.CSIPluginInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.CSIPluginInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CSIPluginInfo.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.CSIPluginInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasType()
The type of the CSI plugin. This uniquely identifies a CSI implementation. For instance: org.apache.mesos.csi.test Please follow to Java package naming convention (https://en.wikipedia.org/wiki/Java_package#Package_naming_conventions) to avoid conflicts on type names.
required string type = 1;
hasType
in interface Protos.CSIPluginInfoOrBuilder
public java.lang.String getType()
The type of the CSI plugin. This uniquely identifies a CSI implementation. For instance: org.apache.mesos.csi.test Please follow to Java package naming convention (https://en.wikipedia.org/wiki/Java_package#Package_naming_conventions) to avoid conflicts on type names.
required string type = 1;
getType
in interface Protos.CSIPluginInfoOrBuilder
public com.google.protobuf.ByteString getTypeBytes()
The type of the CSI plugin. This uniquely identifies a CSI implementation. For instance: org.apache.mesos.csi.test Please follow to Java package naming convention (https://en.wikipedia.org/wiki/Java_package#Package_naming_conventions) to avoid conflicts on type names.
required string type = 1;
getTypeBytes
in interface Protos.CSIPluginInfoOrBuilder
public Protos.CSIPluginInfo.Builder setType(java.lang.String value)
The type of the CSI plugin. This uniquely identifies a CSI implementation. For instance: org.apache.mesos.csi.test Please follow to Java package naming convention (https://en.wikipedia.org/wiki/Java_package#Package_naming_conventions) to avoid conflicts on type names.
required string type = 1;
public Protos.CSIPluginInfo.Builder clearType()
The type of the CSI plugin. This uniquely identifies a CSI implementation. For instance: org.apache.mesos.csi.test Please follow to Java package naming convention (https://en.wikipedia.org/wiki/Java_package#Package_naming_conventions) to avoid conflicts on type names.
required string type = 1;
public Protos.CSIPluginInfo.Builder setTypeBytes(com.google.protobuf.ByteString value)
The type of the CSI plugin. This uniquely identifies a CSI implementation. For instance: org.apache.mesos.csi.test Please follow to Java package naming convention (https://en.wikipedia.org/wiki/Java_package#Package_naming_conventions) to avoid conflicts on type names.
required string type = 1;
public boolean hasName()
The name of the CSI plugin. There could be multiple instances of a type of CSI plugin within a Mesos cluster. The name field is used to distinguish these instances. It should be a legal Java identifier (https://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html) to avoid conflicts on concatenation of type and name. The type and name together provide the means to uniquely identify a storage backend and its resources in the cluster, so the operator should ensure that the concatenation of type and name is unique in the cluster, and it remains the same if the instance is migrated to another agent (e.g., there is a change in the agent ID).
optional string name = 2 [default = "default"];
hasName
in interface Protos.CSIPluginInfoOrBuilder
public java.lang.String getName()
The name of the CSI plugin. There could be multiple instances of a type of CSI plugin within a Mesos cluster. The name field is used to distinguish these instances. It should be a legal Java identifier (https://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html) to avoid conflicts on concatenation of type and name. The type and name together provide the means to uniquely identify a storage backend and its resources in the cluster, so the operator should ensure that the concatenation of type and name is unique in the cluster, and it remains the same if the instance is migrated to another agent (e.g., there is a change in the agent ID).
optional string name = 2 [default = "default"];
getName
in interface Protos.CSIPluginInfoOrBuilder
public com.google.protobuf.ByteString getNameBytes()
The name of the CSI plugin. There could be multiple instances of a type of CSI plugin within a Mesos cluster. The name field is used to distinguish these instances. It should be a legal Java identifier (https://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html) to avoid conflicts on concatenation of type and name. The type and name together provide the means to uniquely identify a storage backend and its resources in the cluster, so the operator should ensure that the concatenation of type and name is unique in the cluster, and it remains the same if the instance is migrated to another agent (e.g., there is a change in the agent ID).
optional string name = 2 [default = "default"];
getNameBytes
in interface Protos.CSIPluginInfoOrBuilder
public Protos.CSIPluginInfo.Builder setName(java.lang.String value)
The name of the CSI plugin. There could be multiple instances of a type of CSI plugin within a Mesos cluster. The name field is used to distinguish these instances. It should be a legal Java identifier (https://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html) to avoid conflicts on concatenation of type and name. The type and name together provide the means to uniquely identify a storage backend and its resources in the cluster, so the operator should ensure that the concatenation of type and name is unique in the cluster, and it remains the same if the instance is migrated to another agent (e.g., there is a change in the agent ID).
optional string name = 2 [default = "default"];
public Protos.CSIPluginInfo.Builder clearName()
The name of the CSI plugin. There could be multiple instances of a type of CSI plugin within a Mesos cluster. The name field is used to distinguish these instances. It should be a legal Java identifier (https://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html) to avoid conflicts on concatenation of type and name. The type and name together provide the means to uniquely identify a storage backend and its resources in the cluster, so the operator should ensure that the concatenation of type and name is unique in the cluster, and it remains the same if the instance is migrated to another agent (e.g., there is a change in the agent ID).
optional string name = 2 [default = "default"];
public Protos.CSIPluginInfo.Builder setNameBytes(com.google.protobuf.ByteString value)
The name of the CSI plugin. There could be multiple instances of a type of CSI plugin within a Mesos cluster. The name field is used to distinguish these instances. It should be a legal Java identifier (https://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html) to avoid conflicts on concatenation of type and name. The type and name together provide the means to uniquely identify a storage backend and its resources in the cluster, so the operator should ensure that the concatenation of type and name is unique in the cluster, and it remains the same if the instance is migrated to another agent (e.g., there is a change in the agent ID).
optional string name = 2 [default = "default"];
public java.util.List<Protos.CSIPluginContainerInfo> getContainersList()
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
getContainersList
in interface Protos.CSIPluginInfoOrBuilder
public int getContainersCount()
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
getContainersCount
in interface Protos.CSIPluginInfoOrBuilder
public Protos.CSIPluginContainerInfo getContainers(int index)
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
getContainers
in interface Protos.CSIPluginInfoOrBuilder
public Protos.CSIPluginInfo.Builder setContainers(int index, Protos.CSIPluginContainerInfo value)
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public Protos.CSIPluginInfo.Builder setContainers(int index, Protos.CSIPluginContainerInfo.Builder builderForValue)
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public Protos.CSIPluginInfo.Builder addContainers(Protos.CSIPluginContainerInfo value)
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public Protos.CSIPluginInfo.Builder addContainers(int index, Protos.CSIPluginContainerInfo value)
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public Protos.CSIPluginInfo.Builder addContainers(Protos.CSIPluginContainerInfo.Builder builderForValue)
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public Protos.CSIPluginInfo.Builder addContainers(int index, Protos.CSIPluginContainerInfo.Builder builderForValue)
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public Protos.CSIPluginInfo.Builder addAllContainers(java.lang.Iterable<? extends Protos.CSIPluginContainerInfo> values)
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public Protos.CSIPluginInfo.Builder clearContainers()
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public Protos.CSIPluginInfo.Builder removeContainers(int index)
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public Protos.CSIPluginContainerInfo.Builder getContainersBuilder(int index)
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public Protos.CSIPluginContainerInfoOrBuilder getContainersOrBuilder(int index)
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
getContainersOrBuilder
in interface Protos.CSIPluginInfoOrBuilder
public java.util.List<? extends Protos.CSIPluginContainerInfoOrBuilder> getContainersOrBuilderList()
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
getContainersOrBuilderList
in interface Protos.CSIPluginInfoOrBuilder
public Protos.CSIPluginContainerInfo.Builder addContainersBuilder()
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public Protos.CSIPluginContainerInfo.Builder addContainersBuilder(int index)
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public java.util.List<Protos.CSIPluginContainerInfo.Builder> getContainersBuilderList()
A list of container configurations to run managed CSI plugin. The controller service will be served by the first configuration that contains `CONTROLLER_SERVICE`, and the node service will be served by the first configuration that contains `NODE_SERVICE`.
repeated .mesos.CSIPluginContainerInfo containers = 3;
public java.util.List<Protos.CSIPluginEndpoint> getEndpointsList()
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
getEndpointsList
in interface Protos.CSIPluginInfoOrBuilder
public int getEndpointsCount()
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
getEndpointsCount
in interface Protos.CSIPluginInfoOrBuilder
public Protos.CSIPluginEndpoint getEndpoints(int index)
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
getEndpoints
in interface Protos.CSIPluginInfoOrBuilder
public Protos.CSIPluginInfo.Builder setEndpoints(int index, Protos.CSIPluginEndpoint value)
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public Protos.CSIPluginInfo.Builder setEndpoints(int index, Protos.CSIPluginEndpoint.Builder builderForValue)
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public Protos.CSIPluginInfo.Builder addEndpoints(Protos.CSIPluginEndpoint value)
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public Protos.CSIPluginInfo.Builder addEndpoints(int index, Protos.CSIPluginEndpoint value)
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public Protos.CSIPluginInfo.Builder addEndpoints(Protos.CSIPluginEndpoint.Builder builderForValue)
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public Protos.CSIPluginInfo.Builder addEndpoints(int index, Protos.CSIPluginEndpoint.Builder builderForValue)
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public Protos.CSIPluginInfo.Builder addAllEndpoints(java.lang.Iterable<? extends Protos.CSIPluginEndpoint> values)
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public Protos.CSIPluginInfo.Builder clearEndpoints()
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public Protos.CSIPluginInfo.Builder removeEndpoints(int index)
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public Protos.CSIPluginEndpoint.Builder getEndpointsBuilder(int index)
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public Protos.CSIPluginEndpointOrBuilder getEndpointsOrBuilder(int index)
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
getEndpointsOrBuilder
in interface Protos.CSIPluginInfoOrBuilder
public java.util.List<? extends Protos.CSIPluginEndpointOrBuilder> getEndpointsOrBuilderList()
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
getEndpointsOrBuilderList
in interface Protos.CSIPluginInfoOrBuilder
public Protos.CSIPluginEndpoint.Builder addEndpointsBuilder()
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public Protos.CSIPluginEndpoint.Builder addEndpointsBuilder(int index)
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public java.util.List<Protos.CSIPluginEndpoint.Builder> getEndpointsBuilderList()
The service endpoints of the unmanaged CSI plugin. An endpoint is usually a path to a Unix domain socket.
repeated .mesos.CSIPluginEndpoint endpoints = 4;
public boolean hasTargetPathRoot()
The root directory of all the target paths managed by the CSI plugin. Each volume will be published by the CSI plugin at a sub-directory under this path.
optional string target_path_root = 5;
hasTargetPathRoot
in interface Protos.CSIPluginInfoOrBuilder
public java.lang.String getTargetPathRoot()
The root directory of all the target paths managed by the CSI plugin. Each volume will be published by the CSI plugin at a sub-directory under this path.
optional string target_path_root = 5;
getTargetPathRoot
in interface Protos.CSIPluginInfoOrBuilder
public com.google.protobuf.ByteString getTargetPathRootBytes()
The root directory of all the target paths managed by the CSI plugin. Each volume will be published by the CSI plugin at a sub-directory under this path.
optional string target_path_root = 5;
getTargetPathRootBytes
in interface Protos.CSIPluginInfoOrBuilder
public Protos.CSIPluginInfo.Builder setTargetPathRoot(java.lang.String value)
The root directory of all the target paths managed by the CSI plugin. Each volume will be published by the CSI plugin at a sub-directory under this path.
optional string target_path_root = 5;
public Protos.CSIPluginInfo.Builder clearTargetPathRoot()
The root directory of all the target paths managed by the CSI plugin. Each volume will be published by the CSI plugin at a sub-directory under this path.
optional string target_path_root = 5;
public Protos.CSIPluginInfo.Builder setTargetPathRootBytes(com.google.protobuf.ByteString value)
The root directory of all the target paths managed by the CSI plugin. Each volume will be published by the CSI plugin at a sub-directory under this path.
optional string target_path_root = 5;
public boolean hasTargetPathExists()
For some CSI plugins which implement CSI v1 spec, they expect the target path is an existing path which is actually not CSI v1 spec compliant. In such case this field should be set to `true` as a work around for those plugins. For the CSI plugins which implement CSI v0 spec, this field will be just ignored.
optional bool target_path_exists = 6;
hasTargetPathExists
in interface Protos.CSIPluginInfoOrBuilder
public boolean getTargetPathExists()
For some CSI plugins which implement CSI v1 spec, they expect the target path is an existing path which is actually not CSI v1 spec compliant. In such case this field should be set to `true` as a work around for those plugins. For the CSI plugins which implement CSI v0 spec, this field will be just ignored.
optional bool target_path_exists = 6;
getTargetPathExists
in interface Protos.CSIPluginInfoOrBuilder
public Protos.CSIPluginInfo.Builder setTargetPathExists(boolean value)
For some CSI plugins which implement CSI v1 spec, they expect the target path is an existing path which is actually not CSI v1 spec compliant. In such case this field should be set to `true` as a work around for those plugins. For the CSI plugins which implement CSI v0 spec, this field will be just ignored.
optional bool target_path_exists = 6;
public Protos.CSIPluginInfo.Builder clearTargetPathExists()
For some CSI plugins which implement CSI v1 spec, they expect the target path is an existing path which is actually not CSI v1 spec compliant. In such case this field should be set to `true` as a work around for those plugins. For the CSI plugins which implement CSI v0 spec, this field will be just ignored.
optional bool target_path_exists = 6;
public final Protos.CSIPluginInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.CSIPluginInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)