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()
A withNewAttacher(StringBuilder arg1)
A withNewAttacher(int[] arg1, int arg2, int arg3)
A withNewAttacher(char[] arg1)
A withNewAttacher(StringBuffer arg1)
A withNewAttacher(byte[] arg1, int arg2)
A withNewAttacher(byte[] arg1)
A withNewAttacher(char[] arg1, int arg2, int arg3)
A withNewAttacher(byte[] arg1, int arg2, int arg3)
A withNewAttacher(byte[] arg1, int arg2, int arg3, int arg4)
String getNodeName()
Boolean hasNodeName()
A withNewNodeName(StringBuilder arg1)
A withNewNodeName(int[] arg1, int arg2, int arg3)
A withNewNodeName(char[] arg1)
A withNewNodeName(StringBuffer arg1)
A withNewNodeName(byte[] arg1, int arg2)
A withNewNodeName(byte[] arg1)
A withNewNodeName(char[] arg1, int arg2, int arg3)
A withNewNodeName(byte[] arg1, int arg2, int arg3)
A withNewNodeName(byte[] arg1, int arg2, int arg3, int arg4)
@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–2021 Red Hat. All rights reserved.