public class VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
VolumeAttachmentSpecFluent.SourceNested<N> |
| Constructor and Description |
|---|
VolumeAttachmentSpecFluent() |
VolumeAttachmentSpecFluent(VolumeAttachmentSpec instance) |
public VolumeAttachmentSpecFluent()
public VolumeAttachmentSpecFluent(VolumeAttachmentSpec instance)
protected void copyInstance(VolumeAttachmentSpec instance)
public String getAttacher()
public boolean hasAttacher()
public String getNodeName()
public boolean hasNodeName()
public VolumeAttachmentSource buildSource()
public A withSource(VolumeAttachmentSource source)
public boolean hasSource()
public VolumeAttachmentSpecFluent.SourceNested<A> withNewSource()
public VolumeAttachmentSpecFluent.SourceNested<A> withNewSourceLike(VolumeAttachmentSource item)
public VolumeAttachmentSpecFluent.SourceNested<A> editSource()
public VolumeAttachmentSpecFluent.SourceNested<A> editOrNewSource()
public VolumeAttachmentSpecFluent.SourceNested<A> editOrNewSourceLike(VolumeAttachmentSource item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VolumeAttachmentSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VolumeAttachmentSpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.