Class VolumeAttachmentSpecFluentImpl<A extends VolumeAttachmentSpecFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.storage.VolumeAttachmentSpecFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,VolumeAttachmentSpecFluent<A>
- Direct Known Subclasses:
DoneableVolumeAttachmentSpec,VolumeAttachmentFluentImpl.SpecNestedImpl,VolumeAttachmentSpecBuilder
public class VolumeAttachmentSpecFluentImpl<A extends VolumeAttachmentSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements VolumeAttachmentSpecFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classVolumeAttachmentSpecFluentImpl.SourceNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.storage.VolumeAttachmentSpecFluent
VolumeAttachmentSpecFluent.SourceNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description VolumeAttachmentSpecFluentImpl()VolumeAttachmentSpecFluentImpl(VolumeAttachmentSpec instance) -
Method Summary
Modifier and Type Method Description VolumeAttachmentSourcebuildSource()VolumeAttachmentSpecFluent.SourceNested<A>editOrNewSource()VolumeAttachmentSpecFluent.SourceNested<A>editOrNewSourceLike(VolumeAttachmentSource item)VolumeAttachmentSpecFluent.SourceNested<A>editSource()booleanequals(Object o)StringgetAttacher()StringgetNodeName()VolumeAttachmentSourcegetSource()Deprecated.BooleanhasAttacher()BooleanhasNodeName()BooleanhasSource()AwithAttacher(String attacher)AwithNewAttacher(String arg1)AwithNewAttacher(StringBuffer arg1)AwithNewAttacher(StringBuilder arg1)AwithNewNodeName(String arg1)AwithNewNodeName(StringBuffer arg1)AwithNewNodeName(StringBuilder arg1)VolumeAttachmentSpecFluent.SourceNested<A>withNewSource()VolumeAttachmentSpecFluent.SourceNested<A>withNewSourceLike(VolumeAttachmentSource item)AwithNodeName(String nodeName)AwithSource(VolumeAttachmentSource source)
-
Constructor Details
-
VolumeAttachmentSpecFluentImpl
public VolumeAttachmentSpecFluentImpl() -
VolumeAttachmentSpecFluentImpl
-
-
Method Details
-
getAttacher
- Specified by:
getAttacherin interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
withAttacher
- Specified by:
withAttacherin interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
hasAttacher
- Specified by:
hasAttacherin interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
withNewAttacher
- Specified by:
withNewAttacherin interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
withNewAttacher
- Specified by:
withNewAttacherin interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
withNewAttacher
- Specified by:
withNewAttacherin interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
getNodeName
- Specified by:
getNodeNamein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
withNodeName
- Specified by:
withNodeNamein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
hasNodeName
- Specified by:
hasNodeNamein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
withNewNodeName
- Specified by:
withNewNodeNamein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
withNewNodeName
- Specified by:
withNewNodeNamein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
withNewNodeName
- Specified by:
withNewNodeNamein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
getSource
Deprecated.This method has been deprecated, please use method buildSource instead.- Specified by:
getSourcein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>- Returns:
- The buildable object.
-
buildSource
- Specified by:
buildSourcein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
withSource
- Specified by:
withSourcein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
hasSource
- Specified by:
hasSourcein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
withNewSource
- Specified by:
withNewSourcein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
withNewSourceLike
- Specified by:
withNewSourceLikein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
editSource
- Specified by:
editSourcein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
editOrNewSource
- Specified by:
editOrNewSourcein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
editOrNewSourceLike
- Specified by:
editOrNewSourceLikein interfaceVolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
-
equals
-