| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.storage |
| Modifier and Type | Method and Description |
|---|---|
VolumeAttachmentSpec |
VolumeAttachmentSpecBuilder.build() |
VolumeAttachmentSpec |
VolumeAttachmentFluent.buildSpec() |
VolumeAttachmentSpec |
VolumeAttachment.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VolumeAttachmentSpecFluent.copyInstance(VolumeAttachmentSpec instance) |
VolumeAttachmentFluent.SpecNested<A> |
VolumeAttachmentFluent.editOrNewSpecLike(VolumeAttachmentSpec item) |
void |
VolumeAttachment.setSpec(VolumeAttachmentSpec spec) |
VolumeAttachmentFluent.SpecNested<A> |
VolumeAttachmentFluent.withNewSpecLike(VolumeAttachmentSpec item) |
A |
VolumeAttachmentFluent.withSpec(VolumeAttachmentSpec spec) |
| Constructor and Description |
|---|
VolumeAttachment(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
VolumeAttachmentSpec spec,
VolumeAttachmentStatus status) |
VolumeAttachmentSpecBuilder(VolumeAttachmentSpec instance) |
VolumeAttachmentSpecBuilder(VolumeAttachmentSpecFluent<?> fluent,
VolumeAttachmentSpec instance) |
VolumeAttachmentSpecFluent(VolumeAttachmentSpec instance) |
Copyright © 2015–2024 Red Hat. All rights reserved.