Class PhotonPersistentDiskFluent<A extends PhotonPersistentDiskFluent<A>>

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

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

      • PhotonPersistentDiskFluent

        public PhotonPersistentDiskFluent()
    • Method Detail

      • getFsType

        public String getFsType()
      • withFsType

        public A withFsType​(String fsType)
      • hasFsType

        public boolean hasFsType()
      • getPdID

        public String getPdID()
      • withPdID

        public A withPdID​(String pdID)
      • hasPdID

        public boolean hasPdID()
      • hashCode

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