Package io.kubernetes.client.proto
Interface V1.GlusterfsVolumeSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.GlusterfsVolumeSource
,V1.GlusterfsVolumeSource.Builder
- Enclosing class:
- V1
public static interface V1.GlusterfsVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionEndpointsName is the endpoint name that details Glusterfs topology.com.google.protobuf.ByteString
EndpointsName is the endpoint name that details Glusterfs topology.getPath()
Path is the Glusterfs volume path.com.google.protobuf.ByteString
Path is the Glusterfs volume path.boolean
ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions.boolean
EndpointsName is the endpoint name that details Glusterfs topology.boolean
hasPath()
Path is the Glusterfs volume path.boolean
ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasEndpoints
boolean hasEndpoints()EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
optional string endpoints = 1;
-
getEndpoints
String getEndpoints()EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
optional string endpoints = 1;
-
getEndpointsBytes
com.google.protobuf.ByteString getEndpointsBytes()EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
optional string endpoints = 1;
-
hasPath
boolean hasPath()Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
optional string path = 2;
-
getPath
String getPath()Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
optional string path = 2;
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod
optional string path = 2;
-
hasReadOnly
boolean hasReadOnly()ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod +optional
optional bool readOnly = 3;
-
getReadOnly
boolean getReadOnly()ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod +optional
optional bool readOnly = 3;
-