Package | Description |
---|---|
io.fabric8.kubernetes.api | |
io.fabric8.kubernetes.api.model | |
io.fabric8.openshift.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) |
Modifier and Type | Method and Description |
---|---|
ReplicationControllerState |
DeploymentTemplate.getControllerTemplate() |
ReplicationControllerState |
Deployment.getControllerTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentTemplate.setControllerTemplate(ReplicationControllerState controllerTemplate) |
void |
Deployment.setControllerTemplate(ReplicationControllerState controllerTemplate) |
Copyright © 2011–2015 Red Hat. All rights reserved.