Class NfsFluent<A extends NfsFluent<A>>

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

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

      • NfsFluent

        public NfsFluent()
      • NfsFluent

        public NfsFluent​(Nfs instance)
    • Method Detail

      • 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()
      • getServer

        public String getServer()
      • withServer

        public A withServer​(String server)
      • hasServer

        public boolean hasServer()
      • equals

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

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

        public A withReadOnly()