Package | Description |
---|---|
io.fabric8.kubernetes.api | |
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
static List<Container> |
KubernetesHelper.getContainers(ReplicationControllerState desiredState)
Returns all the containers from the given Replication Controller's desiredState
|
static PodState |
KubernetesHelper.getPodState(ReplicationControllerState desiredState) |
Modifier and Type | Method and Description |
---|---|
ReplicationControllerState |
ReplicationController.getCurrentState() |
ReplicationControllerState |
ReplicationController.getDesiredState() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationController.setCurrentState(ReplicationControllerState currentState) |
void |
ReplicationController.setDesiredState(ReplicationControllerState desiredState) |
Copyright © 2011–2015 Red Hat. All rights reserved.