public static interface V1.GlusterfsPersistentVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoints()
EndpointsName is the endpoint name that details Glusterfs topology.
|
com.google.protobuf.ByteString |
getEndpointsBytes()
EndpointsName is the endpoint name that details Glusterfs topology.
|
String |
getEndpointsNamespace()
EndpointsNamespace is the namespace that contains Glusterfs endpoint.
|
com.google.protobuf.ByteString |
getEndpointsNamespaceBytes()
EndpointsNamespace is the namespace that contains Glusterfs endpoint.
|
String |
getPath()
Path is the Glusterfs volume path.
|
com.google.protobuf.ByteString |
getPathBytes()
Path is the Glusterfs volume path.
|
boolean |
getReadOnly()
ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions.
|
boolean |
hasEndpoints()
EndpointsName is the endpoint name that details Glusterfs topology.
|
boolean |
hasEndpointsNamespace()
EndpointsNamespace is the namespace that contains Glusterfs endpoint.
|
boolean |
hasPath()
Path is the Glusterfs volume path.
|
boolean |
hasReadOnly()
ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEndpoints()
EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod
optional string endpoints = 1;String getEndpoints()
EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod
optional string endpoints = 1;com.google.protobuf.ByteString getEndpointsBytes()
EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod
optional string endpoints = 1;boolean hasPath()
Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod
optional string path = 2;String getPath()
Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod
optional string path = 2;com.google.protobuf.ByteString getPathBytes()
Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod
optional string path = 2;boolean hasReadOnly()
ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +optional
optional bool readOnly = 3;boolean getReadOnly()
ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +optional
optional bool readOnly = 3;boolean hasEndpointsNamespace()
EndpointsNamespace is the namespace that contains Glusterfs endpoint. If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +optional
optional string endpointsNamespace = 4;String getEndpointsNamespace()
EndpointsNamespace is the namespace that contains Glusterfs endpoint. If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +optional
optional string endpointsNamespace = 4;com.google.protobuf.ByteString getEndpointsNamespaceBytes()
EndpointsNamespace is the namespace that contains Glusterfs endpoint. If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod +optional
optional string endpointsNamespace = 4;Copyright © 2019. All rights reserved.