Class GlusterfsFluent<A extends GlusterfsFluent<A>>

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

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

      • GlusterfsFluent

        public GlusterfsFluent()
      • GlusterfsFluent

        public GlusterfsFluent​(Glusterfs instance)
    • Method Detail

      • getEndpoints

        public String getEndpoints()
      • withEndpoints

        public A withEndpoints​(String endpoints)
      • hasEndpoints

        public boolean hasEndpoints()
      • getPath

        public String getPath()
      • withPath

        public A withPath​(String path)
      • hasPath

        public boolean hasPath()
      • 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 GlusterfsFluent<A>>
      • hashCode

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

        public A withReadOnly()