public static final class CephFSVolumeSource.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder> implements CephFSVolumeSourceOrBuilder
Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.Protobuf type
appscode.kubernetes.v1beta2.CephFSVolumeSource| Modifier and Type | Method and Description |
|---|---|
CephFSVolumeSource.Builder |
addAllMonitors(java.lang.Iterable<java.lang.String> values)
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
|
CephFSVolumeSource.Builder |
addMonitors(java.lang.String value)
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
|
CephFSVolumeSource.Builder |
addMonitorsBytes(com.google.protobuf.ByteString value)
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
|
CephFSVolumeSource.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CephFSVolumeSource |
build() |
CephFSVolumeSource |
buildPartial() |
CephFSVolumeSource.Builder |
clear() |
CephFSVolumeSource.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CephFSVolumeSource.Builder |
clearMonitors()
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
|
CephFSVolumeSource.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CephFSVolumeSource.Builder |
clearPath()
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
|
CephFSVolumeSource.Builder |
clearReadOnly()
Optional: Defaults to false (read/write).
|
CephFSVolumeSource.Builder |
clearSecretFile()
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
|
CephFSVolumeSource.Builder |
clearSecretRef()
Optional: SecretRef is reference to the authentication secret for User, default is empty.
|
CephFSVolumeSource.Builder |
clearUser()
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
|
CephFSVolumeSource.Builder |
clone() |
CephFSVolumeSource |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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
|
com.google.protobuf.ProtocolStringList |
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.
|
ObjectReference.Builder |
getSecretRefBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CephFSVolumeSource.Builder |
mergeFrom(CephFSVolumeSource other) |
CephFSVolumeSource.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CephFSVolumeSource.Builder |
mergeFrom(com.google.protobuf.Message other) |
CephFSVolumeSource.Builder |
mergeSecretRef(ObjectReference value)
Optional: SecretRef is reference to the authentication secret for User, default is empty.
|
CephFSVolumeSource.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CephFSVolumeSource.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CephFSVolumeSource.Builder |
setMonitors(int index,
java.lang.String value)
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
|
CephFSVolumeSource.Builder |
setPath(java.lang.String value)
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
|
CephFSVolumeSource.Builder |
setPathBytes(com.google.protobuf.ByteString value)
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
|
CephFSVolumeSource.Builder |
setReadOnly(boolean value)
Optional: Defaults to false (read/write).
|
CephFSVolumeSource.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
CephFSVolumeSource.Builder |
setSecretFile(java.lang.String value)
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
|
CephFSVolumeSource.Builder |
setSecretFileBytes(com.google.protobuf.ByteString value)
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
|
CephFSVolumeSource.Builder |
setSecretRef(ObjectReference.Builder builderForValue)
Optional: SecretRef is reference to the authentication secret for User, default is empty.
|
CephFSVolumeSource.Builder |
setSecretRef(ObjectReference value)
Optional: SecretRef is reference to the authentication secret for User, default is empty.
|
CephFSVolumeSource.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CephFSVolumeSource.Builder |
setUser(java.lang.String value)
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
|
CephFSVolumeSource.Builder |
setUserBytes(com.google.protobuf.ByteString value)
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
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder>public CephFSVolumeSource.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder>public CephFSVolumeSource getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CephFSVolumeSource build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CephFSVolumeSource buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CephFSVolumeSource.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder>public CephFSVolumeSource.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder>public CephFSVolumeSource.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder>public CephFSVolumeSource.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder>public CephFSVolumeSource.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder>public CephFSVolumeSource.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder>public CephFSVolumeSource.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CephFSVolumeSource.Builder>public CephFSVolumeSource.Builder mergeFrom(CephFSVolumeSource other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder>public CephFSVolumeSource.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CephFSVolumeSource.Builder>java.io.IOExceptionpublic com.google.protobuf.ProtocolStringList 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;getMonitorsList in interface CephFSVolumeSourceOrBuilderpublic 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;getMonitorsCount in interface CephFSVolumeSourceOrBuilderpublic 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;getMonitors in interface CephFSVolumeSourceOrBuilderpublic 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;getMonitorsBytes in interface CephFSVolumeSourceOrBuilderpublic CephFSVolumeSource.Builder setMonitors(int index, java.lang.String value)
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;public CephFSVolumeSource.Builder addMonitors(java.lang.String value)
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;public CephFSVolumeSource.Builder addAllMonitors(java.lang.Iterable<java.lang.String> values)
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;public CephFSVolumeSource.Builder clearMonitors()
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;public CephFSVolumeSource.Builder addMonitorsBytes(com.google.protobuf.ByteString value)
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;public java.lang.String getPath()
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
optional string path = 2;getPath in interface CephFSVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
optional string path = 2;getPathBytes in interface CephFSVolumeSourceOrBuilderpublic CephFSVolumeSource.Builder setPath(java.lang.String value)
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
optional string path = 2;public CephFSVolumeSource.Builder clearPath()
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
optional string path = 2;public CephFSVolumeSource.Builder setPathBytes(com.google.protobuf.ByteString value)
Optional: Used as the mounted root, rather than the full Ceph tree, default is /
optional string path = 2;public 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;getUser in interface CephFSVolumeSourceOrBuilderpublic 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;getUserBytes in interface CephFSVolumeSourceOrBuilderpublic CephFSVolumeSource.Builder setUser(java.lang.String value)
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;public CephFSVolumeSource.Builder clearUser()
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;public CephFSVolumeSource.Builder setUserBytes(com.google.protobuf.ByteString value)
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;public 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;getSecretFile in interface CephFSVolumeSourceOrBuilderpublic 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;getSecretFileBytes in interface CephFSVolumeSourceOrBuilderpublic CephFSVolumeSource.Builder setSecretFile(java.lang.String value)
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;public CephFSVolumeSource.Builder clearSecretFile()
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;public CephFSVolumeSource.Builder setSecretFileBytes(com.google.protobuf.ByteString value)
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;public 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;hasSecretRef in interface CephFSVolumeSourceOrBuilderpublic 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;getSecretRef in interface CephFSVolumeSourceOrBuilderpublic CephFSVolumeSource.Builder setSecretRef(ObjectReference value)
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;public CephFSVolumeSource.Builder setSecretRef(ObjectReference.Builder builderForValue)
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;public CephFSVolumeSource.Builder mergeSecretRef(ObjectReference value)
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;public CephFSVolumeSource.Builder clearSecretRef()
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;public ObjectReference.Builder getSecretRefBuilder()
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;public 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;getSecretRefOrBuilder in interface CephFSVolumeSourceOrBuilderpublic 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;getReadOnly in interface CephFSVolumeSourceOrBuilderpublic CephFSVolumeSource.Builder setReadOnly(boolean value)
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;public CephFSVolumeSource.Builder clearReadOnly()
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;public final CephFSVolumeSource.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder>public final CephFSVolumeSource.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CephFSVolumeSource.Builder>