ExtensionsGroupAPI

skuber.ext.`package`.ExtensionsGroupAPI

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Deprecated methods

def getDeploymentScale(objName: String)(implicit lc: LoggingContext): Future[Scale]

Attributes

Deprecated
Use method getScale[Deployment](name) instead
def getReplicaSetScale(objName: String)(implicit lc: LoggingContext): Future[Scale]

Attributes

Deprecated
Use method getScale[ReplicaSet](name) instead
def getReplicationControllerScale(objName: String)(implicit lc: LoggingContext): Future[Scale]

Attributes

Deprecated
Use method getScale[ReplicationController](name) instead
def scale(rc: ReplicationController, count: Int): Future[Scale]

Attributes

Deprecated
Use method scale[ReplicationController](name,count) instead
def scale(de: Deployment, count: Int): Future[Scale]

Attributes

Deprecated
Use method scale[Deployment](name,count) instead
def scaleDeployment(name: String, count: Int)(implicit lc: LoggingContext): Future[Scale]

Attributes

Deprecated
Use method scale[Deployment](name,count) instead
def scaleReplicaSet(name: String, count: Int)(implicit lc: LoggingContext): Future[Scale]

Attributes

Deprecated
Use method scale[ReplicaSet(name,count) instead
def scaleReplicationController(name: String, count: Int)(implicit lc: LoggingContext): Future[Scale]

Attributes

Deprecated
Use method scale[ReplicationController](name,count) instead

Concrete fields