Class PortworxVolumeFluent<A extends PortworxVolumeFluent<A>>

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

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

      • PortworxVolumeFluent

        public PortworxVolumeFluent()
      • PortworxVolumeFluent

        public PortworxVolumeFluent​(PortworxVolume instance)
    • Method Detail

      • getFsType

        public String getFsType()
      • withFsType

        public A withFsType​(String fsType)
      • hasFsType

        public boolean hasFsType()
      • 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()
      • equals

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

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

        public A withReadOnly()