public interface CephFSVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMonitors(int index)
Required: Monitors is a collection of Ceph monitors
More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
|
com.google.protobuf.ByteString |
getMonitorsBytes(int index)
Required: Monitors is a collection of Ceph monitors
More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
|
int |
getMonitorsCount()
Required: Monitors is a collection of Ceph monitors
More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
|
java.util.List<java.lang.String> |
getMonitorsList()
Required: Monitors is a collection of Ceph monitors
More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
|
java.lang.String |
getPath()
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
|
com.google.protobuf.ByteString |
getPathBytes()
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
|
boolean |
getReadOnly()
Optional: Defaults to false (read/write).
|
java.lang.String |
getSecretFile()
Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret
More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
|
com.google.protobuf.ByteString |
getSecretFileBytes()
Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret
More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
|
ObjectReference |
getSecretRef()
Optional: SecretRef is reference to the authentication secret for User, default is empty.
|
ObjectReferenceOrBuilder |
getSecretRefOrBuilder()
Optional: SecretRef is reference to the authentication secret for User, default is empty.
|
java.lang.String |
getUser()
Optional: User is the rados user name, default is admin
More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
|
com.google.protobuf.ByteString |
getUserBytes()
Optional: User is the rados user name, default is admin
More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
|
boolean |
hasSecretRef()
Optional: SecretRef is reference to the authentication secret for User, default is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getMonitorsList()
Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
repeated string monitors = 1;int getMonitorsCount()
Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
repeated string monitors = 1;java.lang.String getMonitors(int index)
Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
repeated string monitors = 1;com.google.protobuf.ByteString getMonitorsBytes(int index)
Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
repeated string monitors = 1;java.lang.String getPath()
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
optional string path = 2;com.google.protobuf.ByteString getPathBytes()
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
optional string path = 2;java.lang.String getUser()
Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
optional string user = 3;com.google.protobuf.ByteString getUserBytes()
Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
optional string user = 3;java.lang.String getSecretFile()
Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
optional string secretFile = 4;com.google.protobuf.ByteString getSecretFileBytes()
Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
optional string secretFile = 4;boolean hasSecretRef()
Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
optional .appscode.kubernetes.v1beta2.ObjectReference secretRef = 5;ObjectReference getSecretRef()
Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
optional .appscode.kubernetes.v1beta2.ObjectReference secretRef = 5;ObjectReferenceOrBuilder getSecretRefOrBuilder()
Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
optional .appscode.kubernetes.v1beta2.ObjectReference secretRef = 5;boolean getReadOnly()
Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/release-1.4/examples/volumes/cephfs/README.md#how-to-use-it
optional bool readOnly = 6;