public class V1NFSVolumeSourceFluentImpl<A extends V1NFSVolumeSourceFluent<A>> extends BaseFluent<A> implements V1NFSVolumeSourceFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1NFSVolumeSourceFluentImpl() |
V1NFSVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1NFSVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPath() |
Boolean |
getReadOnly() |
String |
getServer() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasReadOnly() |
Boolean |
hasServer() |
A |
withNewPath(String original)
Deprecated.
|
A |
withNewServer(String original)
Deprecated.
|
A |
withPath(String path) |
A |
withReadOnly(Boolean readOnly) |
A |
withServer(String server) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1NFSVolumeSourceFluentImpl()
public V1NFSVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1NFSVolumeSource instance)
public String getPath()
getPath
in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>
public A withPath(String path)
withPath
in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>
public Boolean hasPath()
hasPath
in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>
@Deprecated public A withNewPath(String original)
withNewPath
in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>
public Boolean getReadOnly()
getReadOnly
in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>
public A withReadOnly(Boolean readOnly)
withReadOnly
in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>
public Boolean hasReadOnly()
hasReadOnly
in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>
public String getServer()
getServer
in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>
public A withServer(String server)
withServer
in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>
public Boolean hasServer()
hasServer
in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>
@Deprecated public A withNewServer(String original)
withNewServer
in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>
Copyright © 2021. All rights reserved.