Package | Description |
---|---|
io.fabric8.kubernetes.api | |
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
ReplicationControllerSchema |
Kubernetes.getReplicationController(String controllerId)
Get a specific controller
|
ReplicationControllerSchema |
KubernetesClient.getReplicationController(String controllerId) |
ReplicationControllerSchema |
KubernetesClient.getReplicationControllerForPod(PodSchema pod) |
ReplicationControllerSchema |
KubernetesClient.getReplicationControllerForPod(String podId) |
Modifier and Type | Method and Description |
---|---|
static io.fabric8.utils.Filter<ReplicationControllerSchema> |
KubernetesHelper.createReplicationControllerFilter(Map<String,String> labelSelector)
Creates a filter on a replicationController using the given text string
|
static io.fabric8.utils.Filter<ReplicationControllerSchema> |
KubernetesHelper.createReplicationControllerFilter(String textFilter)
Creates a filter on a replicationController using the given text string
|
static Map<String,ReplicationControllerSchema> |
KubernetesHelper.getReplicationControllerMap(Kubernetes kubernetes) |
static Map<String,ReplicationControllerSchema> |
KubernetesHelper.getReplicationControllerMap(Kubernetes kubernetes,
String selector) |
static Map<String,ReplicationControllerSchema> |
KubernetesHelper.toReplicationControllerMap(List<ReplicationControllerSchema> replicationControllers)
Returns a map indexed by replicationController id of the replicationControllers
|
static Map<String,ReplicationControllerSchema> |
KubernetesHelper.toReplicationControllerMap(ReplicationControllerListSchema replicationControllerSchema)
Returns a map indexed by replicationController id of the replicationControllers
|
Modifier and Type | Method and Description |
---|---|
void |
Controller.applyReplicationController(ReplicationControllerSchema replicationControllerSchema,
String sourceName) |
String |
Kubernetes.createReplicationController(ReplicationControllerSchema entity)
Create a new controller.
|
String |
KubernetesClient.createReplicationController(ReplicationControllerSchema entity) |
static List<ManifestContainer> |
KubernetesHelper.getContainers(ReplicationControllerSchema replicationController)
Returns all the containers from the given Replication Controller
|
static List<ManifestContainer> |
KubernetesHelper.getCurrentContainers(ReplicationControllerSchema replicationController)
Returns all the containers from the given Replication Controller
|
protected boolean |
Controller.isRunning(ReplicationControllerSchema entity) |
String |
Kubernetes.updateReplicationController(String controllerId,
ReplicationControllerSchema entity)
Update a controller
|
String |
KubernetesClient.updateReplicationController(String controllerId,
ReplicationControllerSchema entity) |
Modifier and Type | Method and Description |
---|---|
static Map<String,ReplicationControllerSchema> |
KubernetesHelper.toReplicationControllerMap(List<ReplicationControllerSchema> replicationControllers)
Returns a map indexed by replicationController id of the replicationControllers
|
Modifier and Type | Method and Description |
---|---|
List<ReplicationControllerSchema> |
ReplicationControllerListSchema.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationControllerListSchema.setItems(List<ReplicationControllerSchema> items) |
Copyright © 2011–2014 Red Hat. All rights reserved.