Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
AttachedVolume |
AttachedVolumeBuilder.build() |
AttachedVolume |
NodeStatusFluent.buildFirstVolumesAttached() |
AttachedVolume |
NodeStatusFluentImpl.buildFirstVolumesAttached() |
AttachedVolume |
NodeStatusFluent.buildLastVolumesAttached() |
AttachedVolume |
NodeStatusFluentImpl.buildLastVolumesAttached() |
AttachedVolume |
NodeStatusFluent.buildMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate) |
AttachedVolume |
NodeStatusFluentImpl.buildMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate) |
AttachedVolume |
NodeStatusFluent.buildVolumesAttached(int index) |
AttachedVolume |
NodeStatusFluentImpl.buildVolumesAttached(int index) |
AttachedVolume |
DoneableAttachedVolume.done() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AttachedVolume> |
NodeStatusFluent.buildVolumesAttached() |
java.util.List<AttachedVolume> |
NodeStatusFluentImpl.buildVolumesAttached() |
java.util.List<AttachedVolume> |
NodeStatusFluent.getVolumesAttached()
Deprecated.
|
java.util.List<AttachedVolume> |
NodeStatusFluentImpl.getVolumesAttached()
Deprecated.
|
java.util.List<AttachedVolume> |
NodeStatus.getVolumesAttached() |
Modifier and Type | Method and Description |
---|---|
A |
NodeStatusFluent.addAllToVolumesAttached(java.util.Collection<AttachedVolume> items) |
A |
NodeStatusFluentImpl.addAllToVolumesAttached(java.util.Collection<AttachedVolume> items) |
A |
NodeStatusFluent.removeAllFromVolumesAttached(java.util.Collection<AttachedVolume> items) |
A |
NodeStatusFluentImpl.removeAllFromVolumesAttached(java.util.Collection<AttachedVolume> items) |
void |
NodeStatus.setVolumesAttached(java.util.List<AttachedVolume> volumesAttached) |
A |
NodeStatusFluent.withVolumesAttached(java.util.List<AttachedVolume> volumesAttached) |
A |
NodeStatusFluentImpl.withVolumesAttached(java.util.List<AttachedVolume> volumesAttached) |
Constructor and Description |
---|
AttachedVolumeBuilder(AttachedVolume instance) |
AttachedVolumeBuilder(AttachedVolume instance,
java.lang.Boolean validationEnabled) |
AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent,
AttachedVolume instance) |
AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent,
AttachedVolume instance,
java.lang.Boolean validationEnabled) |
AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent,
AttachedVolume instance,
javax.validation.Validator validator) |
AttachedVolumeBuilder(AttachedVolume instance,
javax.validation.Validator validator) |
AttachedVolumeFluentImpl(AttachedVolume instance) |
DoneableAttachedVolume(AttachedVolume item) |
DoneableAttachedVolume(AttachedVolume item,
Function<AttachedVolume,AttachedVolume> function) |
Constructor and Description |
---|
DoneableAttachedVolume(AttachedVolume item,
Function<AttachedVolume,AttachedVolume> function) |
DoneableAttachedVolume(AttachedVolume item,
Function<AttachedVolume,AttachedVolume> function) |
DoneableAttachedVolume(Function<AttachedVolume,AttachedVolume> function) |
DoneableAttachedVolume(Function<AttachedVolume,AttachedVolume> function) |
NodeStatus(java.util.List<NodeAddress> addresses,
java.util.Map<java.lang.String,Quantity> allocatable,
java.util.Map<java.lang.String,Quantity> capacity,
java.util.List<NodeCondition> conditions,
NodeConfigStatus config,
NodeDaemonEndpoints daemonEndpoints,
java.util.List<ContainerImage> images,
NodeSystemInfo nodeInfo,
java.lang.String phase,
java.util.List<AttachedVolume> volumesAttached,
java.util.List<java.lang.String> volumesInUse) |
Copyright © 2015-2019 Red Hat. All Rights Reserved.