Class NfsFluent<A extends NfsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPath()BooleangetReadOnly()StringgetServer()inthashCode()booleanhasPath()booleanhasReadOnly()booleanhasServer()StringtoString()AwithPath(String path)AwithReadOnly()AwithReadOnly(Boolean readOnly)AwithServer(String server)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
NfsFluent
public NfsFluent()
-
NfsFluent
public NfsFluent(Nfs instance)
-
-
Method Detail
-
getPath
public String getPath()
-
hasPath
public boolean hasPath()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
getServer
public String getServer()
-
hasServer
public boolean hasServer()
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
withReadOnly
public A withReadOnly()
-
-