Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableContainerImage |
Modifier and Type | Method and Description |
---|---|
ContainerImage |
DoneableContainerImage.done() |
Modifier and Type | Method and Description |
---|---|
List<ContainerImage> |
NodeStatusFluentImpl.getImages() |
List<ContainerImage> |
NodeStatusFluent.getImages() |
List<ContainerImage> |
NodeStatus.getImages() |
Modifier and Type | Method and Description |
---|---|
NodeStatusFluent.ImagesNested<T> |
NodeStatusFluentImpl.addNewImageLike(ContainerImage item) |
NodeStatusFluent.ImagesNested<T> |
NodeStatusFluent.addNewImageLike(ContainerImage item) |
T |
NodeStatusFluentImpl.addToImages(ContainerImage... items) |
T |
NodeStatusFluent.addToImages(ContainerImage... items) |
T |
NodeStatusFluentImpl.removeFromImages(ContainerImage... items) |
T |
NodeStatusFluent.removeFromImages(ContainerImage... items) |
T |
NodeStatusFluentImpl.withImages(ContainerImage... images) |
T |
NodeStatusFluent.withImages(ContainerImage... images) |
Modifier and Type | Method and Description |
---|---|
void |
NodeStatus.setImages(List<ContainerImage> images) |
T |
NodeStatusFluentImpl.withImages(List<ContainerImage> images) |
T |
NodeStatusFluent.withImages(List<ContainerImage> images) |
Constructor and Description |
---|
ContainerImageBuilder(ContainerImage instance) |
ContainerImageBuilder(ContainerImageFluent<?> fluent,
ContainerImage instance) |
ContainerImageFluentImpl(ContainerImage instance) |
DoneableContainerImage(ContainerImage item) |
DoneableContainerImage(ContainerImage item,
Function<ContainerImage,ContainerImage> function) |
Constructor and Description |
---|
DoneableContainerImage(ContainerImage item,
Function<ContainerImage,ContainerImage> function) |
DoneableContainerImage(ContainerImage item,
Function<ContainerImage,ContainerImage> function) |
DoneableContainerImage(Function<ContainerImage,ContainerImage> function) |
DoneableContainerImage(Function<ContainerImage,ContainerImage> function) |
EditableNodeStatus(List<NodeAddress> addresses,
Map<String,Quantity> allocatable,
Map<String,Quantity> capacity,
List<NodeCondition> conditions,
NodeDaemonEndpoints daemonEndpoints,
List<ContainerImage> images,
NodeSystemInfo nodeInfo,
String phase) |
NodeStatus(List<NodeAddress> addresses,
Map<String,Quantity> allocatable,
Map<String,Quantity> capacity,
List<NodeCondition> conditions,
NodeDaemonEndpoints daemonEndpoints,
List<ContainerImage> images,
NodeSystemInfo nodeInfo,
String phase) |
Copyright © 2011–2016 Red Hat. All rights reserved.