Package io.kubernetes.client.proto
Interface V1.CephFSVolumeSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.CephFSVolumeSource,V1.CephFSVolumeSource.Builder
- Enclosing class:
- V1
public static interface V1.CephFSVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMonitors(int index) Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-itcom.google.protobuf.ByteStringgetMonitorsBytes(int index) Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-itintRequired: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-itRequired: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-itgetPath()Optional: Used as the mounted root, rather than the full Ceph tree, default is / +optionalcom.google.protobuf.ByteStringOptional: Used as the mounted root, rather than the full Ceph tree, default is / +optionalbooleanOptional: Defaults to false (read/write).Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optionalcom.google.protobuf.ByteStringOptional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optionalOptional: SecretRef is reference to the authentication secret for User, default is empty.Optional: SecretRef is reference to the authentication secret for User, default is empty.getUser()Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optionalcom.google.protobuf.ByteStringOptional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optionalbooleanhasPath()Optional: Used as the mounted root, rather than the full Ceph tree, default is / +optionalbooleanOptional: Defaults to false (read/write).booleanOptional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optionalbooleanOptional: SecretRef is reference to the authentication secret for User, default is empty.booleanhasUser()Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optionalMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMonitorsList
Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
repeated string monitors = 1; -
getMonitorsCount
int getMonitorsCount()Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
repeated string monitors = 1; -
getMonitors
Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
repeated string monitors = 1; -
getMonitorsBytes
com.google.protobuf.ByteString getMonitorsBytes(int index) Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
repeated string monitors = 1; -
hasPath
boolean hasPath()Optional: Used as the mounted root, rather than the full Ceph tree, default is / +optional
optional string path = 2; -
getPath
String getPath()Optional: Used as the mounted root, rather than the full Ceph tree, default is / +optional
optional string path = 2; -
getPathBytes
com.google.protobuf.ByteString getPathBytes()Optional: Used as the mounted root, rather than the full Ceph tree, default is / +optional
optional string path = 2; -
hasUser
boolean hasUser()Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional
optional string user = 3; -
getUser
String getUser()Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional
optional string user = 3; -
getUserBytes
com.google.protobuf.ByteString getUserBytes()Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional
optional string user = 3; -
hasSecretFile
boolean hasSecretFile()Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional
optional string secretFile = 4; -
getSecretFile
String getSecretFile()Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional
optional string secretFile = 4; -
getSecretFileBytes
com.google.protobuf.ByteString getSecretFileBytes()Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional
optional string secretFile = 4; -
hasSecretRef
boolean hasSecretRef()Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 5; -
getSecretRef
V1.LocalObjectReference getSecretRef()Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 5; -
getSecretRefOrBuilder
V1.LocalObjectReferenceOrBuilder getSecretRefOrBuilder()Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 5; -
hasReadOnly
boolean hasReadOnly()Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional
optional bool readOnly = 6; -
getReadOnly
boolean getReadOnly()Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional
optional bool readOnly = 6;
-