public interface IReplicationController extends IResource
Modifier and Type | Method and Description |
---|---|
int |
getCurrentReplicaCount()
Returns the current number of replicas
|
int |
getDesiredReplicaCount()
Returns the desired number of replicas
|
Collection<String> |
getImages()
Retrieves the list of images deployed in the
pod containers from this controller
|
Map<String,String> |
getReplicaSelector()
Returns the selector used by the controller
|
addLabel, getAnnotation, getAnnotations, getApiVersion, getCapabilities, getCreationTimeStamp, getKind, getLabels, getName, getNamespace, getProject, isAnnotatedWith, setAnnotation, toJson, toJson
accept, getCapability, supports
int getDesiredReplicaCount()
int getCurrentReplicaCount()
Map<String,String> getReplicaSelector()
Collection<String> getImages()
Copyright © 2016 Red Hat, Inc. All rights reserved.