Class AwsElasticBlockStoreFluent<A extends AwsElasticBlockStoreFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    AwsElasticBlockStoreBuilder, VolumesFluent.AwsElasticBlockStoreNested

    public class AwsElasticBlockStoreFluent<A extends AwsElasticBlockStoreFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • AwsElasticBlockStoreFluent

        public AwsElasticBlockStoreFluent()
    • Method Detail

      • getFsType

        public String getFsType()
      • withFsType

        public A withFsType​(String fsType)
      • hasFsType

        public boolean hasFsType()
      • getPartition

        public Integer getPartition()
      • withPartition

        public A withPartition​(Integer partition)
      • hasPartition

        public boolean hasPartition()
      • getReadOnly

        public Boolean getReadOnly()
      • withReadOnly

        public A withReadOnly​(Boolean readOnly)
      • hasReadOnly

        public boolean hasReadOnly()
      • getVolumeID

        public String getVolumeID()
      • withVolumeID

        public A withVolumeID​(String volumeID)
      • hasVolumeID

        public boolean hasVolumeID()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AwsElasticBlockStoreFluent<A>>
      • withReadOnly

        public A withReadOnly()