Class GcePersistentDiskFluent<A extends GcePersistentDiskFluent<A>>

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

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

      • GcePersistentDiskFluent

        public GcePersistentDiskFluent()
      • GcePersistentDiskFluent

        public GcePersistentDiskFluent​(GcePersistentDisk instance)
    • 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()
      • getPdName

        public String getPdName()
      • withPdName

        public A withPdName​(String pdName)
      • hasPdName

        public boolean hasPdName()
      • getReadOnly

        public Boolean getReadOnly()
      • withReadOnly

        public A withReadOnly​(Boolean readOnly)
      • hasReadOnly

        public boolean hasReadOnly()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GcePersistentDiskFluent<A>>
      • hashCode

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

        public A withReadOnly()