public class VolumeAttachmentSpecFluentImpl<A extends VolumeAttachmentSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements VolumeAttachmentSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
VolumeAttachmentSpecFluentImpl.SourceNestedImpl<N> |
VolumeAttachmentSpecFluent.SourceNested<N>| Constructor and Description |
|---|
VolumeAttachmentSpecFluentImpl() |
VolumeAttachmentSpecFluentImpl(VolumeAttachmentSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
VolumeAttachmentSource |
buildSource() |
VolumeAttachmentSpecFluent.SourceNested<A> |
editOrNewSource() |
VolumeAttachmentSpecFluent.SourceNested<A> |
editOrNewSourceLike(VolumeAttachmentSource item) |
VolumeAttachmentSpecFluent.SourceNested<A> |
editSource() |
boolean |
equals(Object o) |
String |
getAttacher() |
String |
getNodeName() |
VolumeAttachmentSource |
getSource()
Deprecated.
|
Boolean |
hasAttacher() |
int |
hashCode() |
Boolean |
hasNodeName() |
Boolean |
hasSource() |
A |
withAttacher(String attacher) |
A |
withNewAttacher(String arg0)
Deprecated.
|
A |
withNewNodeName(String arg0)
Deprecated.
|
VolumeAttachmentSpecFluent.SourceNested<A> |
withNewSource() |
VolumeAttachmentSpecFluent.SourceNested<A> |
withNewSourceLike(VolumeAttachmentSource item) |
A |
withNodeName(String nodeName) |
A |
withSource(VolumeAttachmentSource source) |
public VolumeAttachmentSpecFluentImpl()
public VolumeAttachmentSpecFluentImpl(VolumeAttachmentSpec instance)
public String getAttacher()
getAttacher in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public A withAttacher(String attacher)
withAttacher in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public Boolean hasAttacher()
hasAttacher in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>@Deprecated public A withNewAttacher(String arg0)
withNewAttacher in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public String getNodeName()
getNodeName in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public A withNodeName(String nodeName)
withNodeName in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public Boolean hasNodeName()
hasNodeName in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>@Deprecated public A withNewNodeName(String arg0)
withNewNodeName in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>@Deprecated public VolumeAttachmentSource getSource()
getSource in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public VolumeAttachmentSource buildSource()
buildSource in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public A withSource(VolumeAttachmentSource source)
withSource in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public Boolean hasSource()
hasSource in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public VolumeAttachmentSpecFluent.SourceNested<A> withNewSource()
withNewSource in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public VolumeAttachmentSpecFluent.SourceNested<A> withNewSourceLike(VolumeAttachmentSource item)
withNewSourceLike in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public VolumeAttachmentSpecFluent.SourceNested<A> editSource()
editSource in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public VolumeAttachmentSpecFluent.SourceNested<A> editOrNewSource()
editOrNewSource in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>public VolumeAttachmentSpecFluent.SourceNested<A> editOrNewSourceLike(VolumeAttachmentSource item)
editOrNewSourceLike in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.