| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
AttachedVolume |
AttachedVolumeBuilder.build() |
AttachedVolume |
NodeStatusFluent.buildFirstVolumesAttached() |
AttachedVolume |
NodeStatusFluent.buildLastVolumesAttached() |
AttachedVolume |
NodeStatusFluent.buildMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate) |
AttachedVolume |
NodeStatusFluent.buildVolumesAttached(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<AttachedVolume> |
NodeStatusFluent.buildVolumesAttached() |
List<AttachedVolume> |
NodeStatus.getVolumesAttached() |
| Modifier and Type | Method and Description |
|---|---|
NodeStatusFluent.VolumesAttachedNested<A> |
NodeStatusFluent.addNewVolumesAttachedLike(AttachedVolume item) |
A |
NodeStatusFluent.addToVolumesAttached(AttachedVolume... items) |
A |
NodeStatusFluent.addToVolumesAttached(int index,
AttachedVolume item) |
A |
NodeStatusFluent.removeFromVolumesAttached(AttachedVolume... items) |
NodeStatusFluent.VolumesAttachedNested<A> |
NodeStatusFluent.setNewVolumesAttachedLike(int index,
AttachedVolume item) |
A |
NodeStatusFluent.setToVolumesAttached(int index,
AttachedVolume item) |
NamedExtensionFluent.AttachedVolumeExtensionNested<A> |
NamedExtensionFluent.withNewAttachedVolumeExtensionLike(AttachedVolume item) |
WatchEventFluent.AttachedVolumeObjectNested<A> |
WatchEventFluent.withNewAttachedVolumeObjectLike(AttachedVolume item) |
A |
NodeStatusFluent.withVolumesAttached(AttachedVolume... volumesAttached) |
| Modifier and Type | Method and Description |
|---|---|
A |
NodeStatusFluent.addAllToVolumesAttached(Collection<AttachedVolume> items) |
A |
NodeStatusFluent.removeAllFromVolumesAttached(Collection<AttachedVolume> items) |
void |
NodeStatus.setVolumesAttached(List<AttachedVolume> volumesAttached) |
A |
NodeStatusFluent.withVolumesAttached(List<AttachedVolume> volumesAttached) |
| Constructor and Description |
|---|
AttachedVolumeBuilder(AttachedVolume instance) |
AttachedVolumeBuilder(AttachedVolume instance,
Boolean validationEnabled) |
AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent,
AttachedVolume instance) |
AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent,
AttachedVolume instance,
Boolean validationEnabled) |
AttachedVolumeFluent(AttachedVolume instance) |
| Constructor and Description |
|---|
NodeStatus(List<NodeAddress> addresses,
Map<String,Quantity> allocatable,
Map<String,Quantity> capacity,
List<NodeCondition> conditions,
NodeConfigStatus config,
NodeDaemonEndpoints daemonEndpoints,
List<ContainerImage> images,
NodeSystemInfo nodeInfo,
String phase,
List<AttachedVolume> volumesAttached,
List<String> volumesInUse) |
Copyright © 2015–2023 Red Hat. All rights reserved.