Package | Description |
---|---|
io.fabric8.kubernetes.api | |
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
ReplicationControllerList |
KubernetesClient.getReplicationControllers() |
ReplicationControllerList |
Kubernetes.getReplicationControllers()
List all replicationControllers on this cluster
|
ReplicationControllerList |
KubernetesClient.getReplicationControllers(String namespace) |
ReplicationControllerList |
Kubernetes.getReplicationControllers(String namespace)
List all replicationControllers on this cluster
|
Modifier and Type | Method and Description |
---|---|
protected static Map<String,ReplicationController> |
KubernetesHelper.toFilteredReplicationControllerMap(ReplicationControllerList replicationControllerSchema,
io.fabric8.utils.Filter<ReplicationController> filter) |
static Map<String,ReplicationController> |
KubernetesHelper.toReplicationControllerMap(ReplicationControllerList replicationControllerSchema)
Returns a map indexed by replicationController id of the replicationControllers
|
Modifier and Type | Method and Description |
---|---|
ReplicationControllerList |
KubeSchema.getReplicationControllerList() |
Modifier and Type | Method and Description |
---|---|
void |
KubeSchema.setReplicationControllerList(ReplicationControllerList ReplicationControllerList) |
Copyright © 2011–2015 Red Hat. All rights reserved.