Interface Generated.CinderPersistentVolumeSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFsType()
      fsType Filesystem type to mount.
      com.google.protobuf.ByteString getFsTypeBytes()
      fsType Filesystem type to mount.
      boolean getReadOnly()
      readOnly is Optional: Defaults to false (read/write).
      Generated.SecretReference getSecretRef()
      secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack.
      Generated.SecretReferenceOrBuilder 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 Filesystem type to mount.
      boolean hasReadOnly()
      readOnly is Optional: 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 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 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 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 is Optional: 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 is Optional: 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.SecretReference secretRef = 4;
        Returns:
        Whether the secretRef field is set.
      • getSecretRef

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

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