public class V1GlusterfsVolumeSourceFluentImpl<A extends V1GlusterfsVolumeSourceFluent<A>> extends BaseFluent<A> implements V1GlusterfsVolumeSourceFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1GlusterfsVolumeSourceFluentImpl() |
V1GlusterfsVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1GlusterfsVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEndpoints() |
String |
getPath() |
Boolean |
getReadOnly() |
Boolean |
hasEndpoints() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasReadOnly() |
A |
withEndpoints(String endpoints) |
A |
withNewEndpoints(String original)
Deprecated.
|
A |
withNewPath(String original)
Deprecated.
|
A |
withPath(String path) |
A |
withReadOnly(Boolean readOnly) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1GlusterfsVolumeSourceFluentImpl()
public V1GlusterfsVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1GlusterfsVolumeSource instance)
public String getEndpoints()
getEndpoints
in interface V1GlusterfsVolumeSourceFluent<A extends V1GlusterfsVolumeSourceFluent<A>>
public A withEndpoints(String endpoints)
withEndpoints
in interface V1GlusterfsVolumeSourceFluent<A extends V1GlusterfsVolumeSourceFluent<A>>
public Boolean hasEndpoints()
hasEndpoints
in interface V1GlusterfsVolumeSourceFluent<A extends V1GlusterfsVolumeSourceFluent<A>>
@Deprecated public A withNewEndpoints(String original)
withNewEndpoints
in interface V1GlusterfsVolumeSourceFluent<A extends V1GlusterfsVolumeSourceFluent<A>>
public String getPath()
getPath
in interface V1GlusterfsVolumeSourceFluent<A extends V1GlusterfsVolumeSourceFluent<A>>
public A withPath(String path)
withPath
in interface V1GlusterfsVolumeSourceFluent<A extends V1GlusterfsVolumeSourceFluent<A>>
public Boolean hasPath()
hasPath
in interface V1GlusterfsVolumeSourceFluent<A extends V1GlusterfsVolumeSourceFluent<A>>
@Deprecated public A withNewPath(String original)
withNewPath
in interface V1GlusterfsVolumeSourceFluent<A extends V1GlusterfsVolumeSourceFluent<A>>
public Boolean getReadOnly()
getReadOnly
in interface V1GlusterfsVolumeSourceFluent<A extends V1GlusterfsVolumeSourceFluent<A>>
public A withReadOnly(Boolean readOnly)
withReadOnly
in interface V1GlusterfsVolumeSourceFluent<A extends V1GlusterfsVolumeSourceFluent<A>>
public Boolean hasReadOnly()
hasReadOnly
in interface V1GlusterfsVolumeSourceFluent<A extends V1GlusterfsVolumeSourceFluent<A>>
Copyright © 2021. All rights reserved.