public interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VolumeAttachmentSpecFluent.SourceNested<N> |
String getAttacher()
Boolean hasAttacher()
@Deprecated A withNewAttacher(String arg0)
String getNodeName()
Boolean hasNodeName()
@Deprecated A withNewNodeName(String arg0)
@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)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.