Package io.fabric8.kubernetes.api.model
Class GlusterfsVolumeSourceFluentImpl<A extends GlusterfsVolumeSourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.GlusterfsVolumeSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,GlusterfsVolumeSourceFluent<A>
- Direct Known Subclasses:
DoneableGlusterfsVolumeSource,GlusterfsVolumeSourceBuilder,VolumeFluentImpl.GlusterfsNestedImpl,WatchEventFluentImpl.GlusterfsVolumeSourceObjectNestedImpl
public class GlusterfsVolumeSourceFluentImpl<A extends GlusterfsVolumeSourceFluent<A>> extends BaseFluent<A> implements GlusterfsVolumeSourceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GlusterfsVolumeSourceFluentImpl()GlusterfsVolumeSourceFluentImpl(GlusterfsVolumeSource instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetEndpoints()StringgetPath()BooleanhasEndpoints()BooleanhasPath()BooleanhasReadOnly()BooleanisReadOnly()AwithEndpoints(String endpoints)AwithNewEndpoints(String arg1)AwithNewEndpoints(StringBuffer arg1)AwithNewEndpoints(StringBuilder arg1)AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithPath(String path)AwithReadOnly(Boolean readOnly)
-
Constructor Details
-
GlusterfsVolumeSourceFluentImpl
public GlusterfsVolumeSourceFluentImpl() -
GlusterfsVolumeSourceFluentImpl
-
-
Method Details
-
getEndpoints
- Specified by:
getEndpointsin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
withEndpoints
- Specified by:
withEndpointsin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
hasEndpoints
- Specified by:
hasEndpointsin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
withNewEndpoints
- Specified by:
withNewEndpointsin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
withNewEndpoints
- Specified by:
withNewEndpointsin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
withNewEndpoints
- Specified by:
withNewEndpointsin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
getPath
- Specified by:
getPathin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
withPath
- Specified by:
withPathin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
hasPath
- Specified by:
hasPathin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
isReadOnly
- Specified by:
isReadOnlyin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
withReadOnly
- Specified by:
withReadOnlyin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
hasReadOnly
- Specified by:
hasReadOnlyin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
withNewReadOnly
- Specified by:
withNewReadOnlyin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
withNewReadOnly
- Specified by:
withNewReadOnlyin interfaceGlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
equals
-