| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.storage |
| Modifier and Type | Method and Description |
|---|---|
VolumeAttachmentSpec |
VolumeAttachmentSpecBuilder.build() |
VolumeAttachmentSpec |
VolumeAttachmentFluent.buildSpec() |
VolumeAttachmentSpec |
VolumeAttachmentFluentImpl.buildSpec() |
VolumeAttachmentSpec |
VolumeAttachmentFluent.getSpec()
Deprecated.
|
VolumeAttachmentSpec |
VolumeAttachmentFluentImpl.getSpec()
Deprecated.
|
VolumeAttachmentSpec |
VolumeAttachment.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
VolumeAttachmentFluent.SpecNested<A> |
VolumeAttachmentFluent.editOrNewSpecLike(VolumeAttachmentSpec item) |
VolumeAttachmentFluent.SpecNested<A> |
VolumeAttachmentFluentImpl.editOrNewSpecLike(VolumeAttachmentSpec item) |
void |
VolumeAttachment.setSpec(VolumeAttachmentSpec spec) |
VolumeAttachmentFluent.SpecNested<A> |
VolumeAttachmentFluent.withNewSpecLike(VolumeAttachmentSpec item) |
VolumeAttachmentFluent.SpecNested<A> |
VolumeAttachmentFluentImpl.withNewSpecLike(VolumeAttachmentSpec item) |
A |
VolumeAttachmentFluent.withSpec(VolumeAttachmentSpec spec) |
A |
VolumeAttachmentFluentImpl.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(VolumeAttachmentSpec instance,
Boolean validationEnabled) |
VolumeAttachmentSpecBuilder(VolumeAttachmentSpecFluent<?> fluent,
VolumeAttachmentSpec instance) |
VolumeAttachmentSpecBuilder(VolumeAttachmentSpecFluent<?> fluent,
VolumeAttachmentSpec instance,
Boolean validationEnabled) |
VolumeAttachmentSpecFluentImpl(VolumeAttachmentSpec instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.