Interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
VolumeAttachmentFluent.SpecNested<N>
- All Known Implementing Classes:
DoneableVolumeAttachmentSpec,VolumeAttachmentFluentImpl.SpecNestedImpl,VolumeAttachmentSpecBuilder,VolumeAttachmentSpecFluentImpl
public interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVolumeAttachmentSpecFluent.SourceNested<N> -
Method Summary
Modifier and Type Method Description VolumeAttachmentSourcebuildSource()VolumeAttachmentSpecFluent.SourceNested<A>editOrNewSource()VolumeAttachmentSpecFluent.SourceNested<A>editOrNewSourceLike(VolumeAttachmentSource item)VolumeAttachmentSpecFluent.SourceNested<A>editSource()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)
-
Method Details
-
getAttacher
String getAttacher() -
withAttacher
-
hasAttacher
Boolean hasAttacher() -
withNewAttacher
-
withNewAttacher
-
withNewAttacher
-
getNodeName
String getNodeName() -
withNodeName
-
hasNodeName
Boolean hasNodeName() -
withNewNodeName
-
withNewNodeName
-
withNewNodeName
-
getSource
Deprecated.This method has been deprecated, please use method buildSource instead.- Returns:
- The buildable object.
-
buildSource
VolumeAttachmentSource buildSource() -
withSource
-
hasSource
Boolean hasSource() -
withNewSource
VolumeAttachmentSpecFluent.SourceNested<A> withNewSource() -
withNewSourceLike
-
editSource
VolumeAttachmentSpecFluent.SourceNested<A> editSource() -
editOrNewSource
VolumeAttachmentSpecFluent.SourceNested<A> editOrNewSource() -
editOrNewSourceLike
-