ExtensionsGroupAPI

class ExtensionsGroupAPI(val context: K8SRequestContext)
class Object
trait Matchable
class Any

Value members

Deprecated methods

def getDeploymentScale(objName: String)(implicit lc: LoggingContext): Future[Scale]
Deprecated
Use method getScale[Deployment](name) instead
def getReplicaSetScale(objName: String)(implicit lc: LoggingContext): Future[Scale]
Deprecated
Use method getScale[ReplicaSet](name) instead
def getReplicationControllerScale(objName: String)(implicit lc: LoggingContext): Future[Scale]
Deprecated
Use method getScale[ReplicationController](name) instead
def scale(rc: ReplicationController, count: Int): Future[Scale]
Deprecated
Use method scale[ReplicationController](name,count) instead
def scale(de: Deployment, count: Int): Future[Scale]
Deprecated
Use method scale[Deployment](name,count) instead
def scaleDeployment(name: String, count: Int)(implicit lc: LoggingContext): Future[Scale]
Deprecated
Use method scale[Deployment](name,count) instead
def scaleReplicaSet(name: String, count: Int)(implicit lc: LoggingContext): Future[Scale]
Deprecated
Use method scale[ReplicaSet(name,count) instead
def scaleReplicationController(name: String, count: Int)(implicit lc: LoggingContext): Future[Scale]
Deprecated
Use method scale[ReplicationController](name,count) instead

Concrete fields

val context: K8SRequestContext