Class V1.FlexPersistentVolumeSource

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.kubernetes.client.proto.V1.FlexPersistentVolumeSource
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1.FlexPersistentVolumeSourceOrBuilder, Serializable
Enclosing class:
V1

public static final class V1.FlexPersistentVolumeSource extends com.google.protobuf.GeneratedMessageV3 implements V1.FlexPersistentVolumeSourceOrBuilder
 FlexPersistentVolumeSource represents a generic persistent volume resource that is
 provisioned/attached using an exec based plugin.
 
Protobuf type k8s.io.api.core.v1.FlexPersistentVolumeSource
See Also:
  • Field Details

  • Method Details

    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapField

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasDriver

      public boolean hasDriver()
       Driver is the name of the driver to use for this volume.
       
      optional string driver = 1;
      Specified by:
      hasDriver in interface V1.FlexPersistentVolumeSourceOrBuilder
    • getDriver

      public String getDriver()
       Driver is the name of the driver to use for this volume.
       
      optional string driver = 1;
      Specified by:
      getDriver in interface V1.FlexPersistentVolumeSourceOrBuilder
    • getDriverBytes

      public com.google.protobuf.ByteString getDriverBytes()
       Driver is the name of the driver to use for this volume.
       
      optional string driver = 1;
      Specified by:
      getDriverBytes in interface V1.FlexPersistentVolumeSourceOrBuilder
    • hasFsType

      public boolean hasFsType()
       Filesystem type to mount.
       Must be a filesystem type supported by the host operating system.
       Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.
       +optional
       
      optional string fsType = 2;
      Specified by:
      hasFsType in interface V1.FlexPersistentVolumeSourceOrBuilder
    • getFsType

      public String getFsType()
       Filesystem type to mount.
       Must be a filesystem type supported by the host operating system.
       Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.
       +optional
       
      optional string fsType = 2;
      Specified by:
      getFsType in interface V1.FlexPersistentVolumeSourceOrBuilder
    • getFsTypeBytes

      public com.google.protobuf.ByteString getFsTypeBytes()
       Filesystem type to mount.
       Must be a filesystem type supported by the host operating system.
       Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.
       +optional
       
      optional string fsType = 2;
      Specified by:
      getFsTypeBytes in interface V1.FlexPersistentVolumeSourceOrBuilder
    • hasSecretRef

      public boolean hasSecretRef()
       Optional: SecretRef is reference to the secret object containing
       sensitive information to pass to the plugin scripts. This may be
       empty if no secret object is specified. If the secret object
       contains more than one secret, all secrets are passed to the plugin
       scripts.
       +optional
       
      optional .k8s.io.api.core.v1.SecretReference secretRef = 3;
      Specified by:
      hasSecretRef in interface V1.FlexPersistentVolumeSourceOrBuilder
    • getSecretRef

      public V1.SecretReference getSecretRef()
       Optional: SecretRef is reference to the secret object containing
       sensitive information to pass to the plugin scripts. This may be
       empty if no secret object is specified. If the secret object
       contains more than one secret, all secrets are passed to the plugin
       scripts.
       +optional
       
      optional .k8s.io.api.core.v1.SecretReference secretRef = 3;
      Specified by:
      getSecretRef in interface V1.FlexPersistentVolumeSourceOrBuilder
    • getSecretRefOrBuilder

      public V1.SecretReferenceOrBuilder getSecretRefOrBuilder()
       Optional: SecretRef is reference to the secret object containing
       sensitive information to pass to the plugin scripts. This may be
       empty if no secret object is specified. If the secret object
       contains more than one secret, all secrets are passed to the plugin
       scripts.
       +optional
       
      optional .k8s.io.api.core.v1.SecretReference secretRef = 3;
      Specified by:
      getSecretRefOrBuilder in interface V1.FlexPersistentVolumeSourceOrBuilder
    • hasReadOnly

      public boolean hasReadOnly()
       Optional: Defaults to false (read/write). ReadOnly here will force
       the ReadOnly setting in VolumeMounts.
       +optional
       
      optional bool readOnly = 4;
      Specified by:
      hasReadOnly in interface V1.FlexPersistentVolumeSourceOrBuilder
    • getReadOnly

      public boolean getReadOnly()
       Optional: Defaults to false (read/write). ReadOnly here will force
       the ReadOnly setting in VolumeMounts.
       +optional
       
      optional bool readOnly = 4;
      Specified by:
      getReadOnly in interface V1.FlexPersistentVolumeSourceOrBuilder
    • getOptionsCount

      public int getOptionsCount()
      Description copied from interface: V1.FlexPersistentVolumeSourceOrBuilder
       Optional: Extra command options if any.
       +optional
       
      map<string, string> options = 5;
      Specified by:
      getOptionsCount in interface V1.FlexPersistentVolumeSourceOrBuilder
    • containsOptions

      public boolean containsOptions(String key)
       Optional: Extra command options if any.
       +optional
       
      map<string, string> options = 5;
      Specified by:
      containsOptions in interface V1.FlexPersistentVolumeSourceOrBuilder
    • getOptions

      @Deprecated public Map<String,String> getOptions()
      Deprecated.
      Use getOptionsMap() instead.
      Specified by:
      getOptions in interface V1.FlexPersistentVolumeSourceOrBuilder
    • getOptionsMap

      public Map<String,String> getOptionsMap()
       Optional: Extra command options if any.
       +optional
       
      map<string, string> options = 5;
      Specified by:
      getOptionsMap in interface V1.FlexPersistentVolumeSourceOrBuilder
    • getOptionsOrDefault

      public String getOptionsOrDefault(String key, String defaultValue)
       Optional: Extra command options if any.
       +optional
       
      map<string, string> options = 5;
      Specified by:
      getOptionsOrDefault in interface V1.FlexPersistentVolumeSourceOrBuilder
    • getOptionsOrThrow

      public String getOptionsOrThrow(String key)
       Optional: Extra command options if any.
       +optional
       
      map<string, string> options = 5;
      Specified by:
      getOptionsOrThrow in interface V1.FlexPersistentVolumeSourceOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static V1.FlexPersistentVolumeSource parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.FlexPersistentVolumeSource parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.FlexPersistentVolumeSource parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.FlexPersistentVolumeSource parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.FlexPersistentVolumeSource parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.FlexPersistentVolumeSource parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.FlexPersistentVolumeSource parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.FlexPersistentVolumeSource parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static V1.FlexPersistentVolumeSource parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static V1.FlexPersistentVolumeSource parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.FlexPersistentVolumeSource parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.FlexPersistentVolumeSource parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public V1.FlexPersistentVolumeSource.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static V1.FlexPersistentVolumeSource.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected V1.FlexPersistentVolumeSource.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static V1.FlexPersistentVolumeSource getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<V1.FlexPersistentVolumeSource> parser()
    • getParserForType

      public com.google.protobuf.Parser<V1.FlexPersistentVolumeSource> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public V1.FlexPersistentVolumeSource getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder