Interface Generated.CinderVolumeSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFsType()
      fsType is the filesystem type to mount.
      com.google.protobuf.ByteString getFsTypeBytes()
      fsType is the filesystem type to mount.
      boolean getReadOnly()
      readOnly defaults to false (read/write).
      Generated.LocalObjectReference getSecretRef()
      secretRef is optional: points to a secret object containing parameters used to connect to OpenStack.
      Generated.LocalObjectReferenceOrBuilder getSecretRefOrBuilder()
      secretRef is optional: points to a secret object containing parameters used to connect to OpenStack.
      String getVolumeID()
      volumeID used to identify the volume in cinder.
      com.google.protobuf.ByteString getVolumeIDBytes()
      volumeID used to identify the volume in cinder.
      boolean hasFsType()
      fsType is the filesystem type to mount.
      boolean hasReadOnly()
      readOnly defaults to false (read/write).
      boolean hasSecretRef()
      secretRef is optional: points to a secret object containing parameters used to connect to OpenStack.
      boolean hasVolumeID()
      volumeID used to identify the volume in cinder.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasVolumeID

        boolean hasVolumeID()
         volumeID used to identify the volume in cinder.
         More info: https://examples.k8s.io/mysql-cinder-pd/README.md
         
        optional string volumeID = 1;
        Returns:
        Whether the volumeID field is set.
      • getVolumeID

        String getVolumeID()
         volumeID used to identify the volume in cinder.
         More info: https://examples.k8s.io/mysql-cinder-pd/README.md
         
        optional string volumeID = 1;
        Returns:
        The volumeID.
      • getVolumeIDBytes

        com.google.protobuf.ByteString getVolumeIDBytes()
         volumeID used to identify the volume in cinder.
         More info: https://examples.k8s.io/mysql-cinder-pd/README.md
         
        optional string volumeID = 1;
        Returns:
        The bytes for volumeID.
      • hasFsType

        boolean hasFsType()
         fsType is the filesystem type to mount.
         Must be a filesystem type supported by the host operating system.
         Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
         More info: https://examples.k8s.io/mysql-cinder-pd/README.md
         +optional
         
        optional string fsType = 2;
        Returns:
        Whether the fsType field is set.
      • getFsType

        String getFsType()
         fsType is the filesystem type to mount.
         Must be a filesystem type supported by the host operating system.
         Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
         More info: https://examples.k8s.io/mysql-cinder-pd/README.md
         +optional
         
        optional string fsType = 2;
        Returns:
        The fsType.
      • getFsTypeBytes

        com.google.protobuf.ByteString getFsTypeBytes()
         fsType is the filesystem type to mount.
         Must be a filesystem type supported by the host operating system.
         Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
         More info: https://examples.k8s.io/mysql-cinder-pd/README.md
         +optional
         
        optional string fsType = 2;
        Returns:
        The bytes for fsType.
      • hasReadOnly

        boolean hasReadOnly()
         readOnly defaults to false (read/write). ReadOnly here will force
         the ReadOnly setting in VolumeMounts.
         More info: https://examples.k8s.io/mysql-cinder-pd/README.md
         +optional
         
        optional bool readOnly = 3;
        Returns:
        Whether the readOnly field is set.
      • getReadOnly

        boolean getReadOnly()
         readOnly defaults to false (read/write). ReadOnly here will force
         the ReadOnly setting in VolumeMounts.
         More info: https://examples.k8s.io/mysql-cinder-pd/README.md
         +optional
         
        optional bool readOnly = 3;
        Returns:
        The readOnly.
      • hasSecretRef

        boolean hasSecretRef()
         secretRef is optional: points to a secret object containing parameters used to connect
         to OpenStack.
         +optional
         
        optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 4;
        Returns:
        Whether the secretRef field is set.
      • getSecretRef

        Generated.LocalObjectReference getSecretRef()
         secretRef is optional: points to a secret object containing parameters used to connect
         to OpenStack.
         +optional
         
        optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 4;
        Returns:
        The secretRef.
      • getSecretRefOrBuilder

        Generated.LocalObjectReferenceOrBuilder getSecretRefOrBuilder()
         secretRef is optional: points to a secret object containing parameters used to connect
         to OpenStack.
         +optional
         
        optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 4;