public interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
VolumeAttachmentSpecFluent.SourceNested<N> |
Modifier and Type | Method and Description |
---|---|
VolumeAttachmentSource |
buildSource() |
VolumeAttachmentSpecFluent.SourceNested<A> |
editOrNewSource() |
VolumeAttachmentSpecFluent.SourceNested<A> |
editOrNewSourceLike(VolumeAttachmentSource item) |
VolumeAttachmentSpecFluent.SourceNested<A> |
editSource() |
String |
getAttacher() |
String |
getNodeName() |
VolumeAttachmentSource |
getSource()
Deprecated.
|
Boolean |
hasAttacher() |
Boolean |
hasNodeName() |
Boolean |
hasSource() |
A |
withAttacher(String attacher) |
A |
withNewAttacher(String arg1) |
A |
withNewAttacher(StringBuffer arg1) |
A |
withNewAttacher(StringBuilder arg1) |
A |
withNewNodeName(String arg1) |
A |
withNewNodeName(StringBuffer arg1) |
A |
withNewNodeName(StringBuilder arg1) |
VolumeAttachmentSpecFluent.SourceNested<A> |
withNewSource() |
VolumeAttachmentSpecFluent.SourceNested<A> |
withNewSourceLike(VolumeAttachmentSource item) |
A |
withNodeName(String nodeName) |
A |
withSource(VolumeAttachmentSource source) |
String getAttacher()
Boolean hasAttacher()
A withNewAttacher(StringBuilder arg1)
A withNewAttacher(StringBuffer arg1)
String getNodeName()
Boolean hasNodeName()
A withNewNodeName(StringBuilder arg1)
A withNewNodeName(StringBuffer arg1)
@Deprecated VolumeAttachmentSource getSource()
VolumeAttachmentSource buildSource()
A withSource(VolumeAttachmentSource source)
Boolean hasSource()
VolumeAttachmentSpecFluent.SourceNested<A> withNewSource()
VolumeAttachmentSpecFluent.SourceNested<A> withNewSourceLike(VolumeAttachmentSource item)
VolumeAttachmentSpecFluent.SourceNested<A> editSource()
VolumeAttachmentSpecFluent.SourceNested<A> editOrNewSource()
VolumeAttachmentSpecFluent.SourceNested<A> editOrNewSourceLike(VolumeAttachmentSource item)
Copyright © 2015–2020 Red Hat. All rights reserved.