Class QuobyteFluent<A extends QuobyteFluent<A>>

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

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

      • QuobyteFluent

        public QuobyteFluent()
      • QuobyteFluent

        public QuobyteFluent​(Quobyte instance)
    • Method Detail

      • getGroup

        public String getGroup()
      • withGroup

        public A withGroup​(String group)
      • hasGroup

        public boolean hasGroup()
      • getReadOnly

        public Boolean getReadOnly()
      • withReadOnly

        public A withReadOnly​(Boolean readOnly)
      • hasReadOnly

        public boolean hasReadOnly()
      • getRegistry

        public String getRegistry()
      • withRegistry

        public A withRegistry​(String registry)
      • hasRegistry

        public boolean hasRegistry()
      • getTenant

        public String getTenant()
      • withTenant

        public A withTenant​(String tenant)
      • hasTenant

        public boolean hasTenant()
      • getUser

        public String getUser()
      • withUser

        public A withUser​(String user)
      • hasUser

        public boolean hasUser()
      • getVolume

        public String getVolume()
      • withVolume

        public A withVolume​(String volume)
      • hasVolume

        public boolean hasVolume()
      • equals

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

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

        public A withReadOnly()