Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.api.model.storage |
Modifier and Type | Method and Description |
---|---|
WatchEventFluent.VolumeAttachmentSpecObjectNested<A> |
WatchEventFluentImpl.withNewVolumeAttachmentSpecObjectLike(VolumeAttachmentSpec item) |
WatchEventFluent.VolumeAttachmentSpecObjectNested<A> |
WatchEventFluent.withNewVolumeAttachmentSpecObjectLike(VolumeAttachmentSpec item) |
A |
WatchEventFluentImpl.withVolumeAttachmentSpecObject(VolumeAttachmentSpec volumeAttachmentSpecObject) |
A |
WatchEventFluent.withVolumeAttachmentSpecObject(VolumeAttachmentSpec volumeAttachmentSpecObject) |
Modifier and Type | Method and Description |
---|---|
VolumeAttachmentSpec |
VolumeAttachmentSpecBuilder.build() |
VolumeAttachmentSpec |
VolumeAttachmentFluent.buildSpec() |
VolumeAttachmentSpec |
VolumeAttachmentFluentImpl.buildSpec() |
VolumeAttachmentSpec |
DoneableVolumeAttachmentSpec.done() |
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 |
---|
DoneableVolumeAttachmentSpec(VolumeAttachmentSpec item) |
DoneableVolumeAttachmentSpec(VolumeAttachmentSpec item,
Function<VolumeAttachmentSpec,VolumeAttachmentSpec> function) |
VolumeAttachment(String apiVersion,
String kind,
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) |
Constructor and Description |
---|
DoneableVolumeAttachmentSpec(Function<VolumeAttachmentSpec,VolumeAttachmentSpec> function) |
DoneableVolumeAttachmentSpec(Function<VolumeAttachmentSpec,VolumeAttachmentSpec> function) |
DoneableVolumeAttachmentSpec(VolumeAttachmentSpec item,
Function<VolumeAttachmentSpec,VolumeAttachmentSpec> function) |
DoneableVolumeAttachmentSpec(VolumeAttachmentSpec item,
Function<VolumeAttachmentSpec,VolumeAttachmentSpec> function) |
Copyright © 2015–2020 Red Hat. All rights reserved.