ReplicationControllerStatus

io.k8s.api.core.v1.ReplicationControllerStatus
See theReplicationControllerStatus companion object

ReplicationControllerStatus represents the current status of a replication controller.

Attributes

Companion
object
Source
ReplicationControllerStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to conditions

Appends new values to conditions

Attributes

Source
ReplicationControllerStatus.scala

if availableReplicas has a value, transforms to the result of function

if availableReplicas has a value, transforms to the result of function

Attributes

Source
ReplicationControllerStatus.scala

if conditions has a value, transforms to the result of function

if conditions has a value, transforms to the result of function

Attributes

Source
ReplicationControllerStatus.scala

if fullyLabeledReplicas has a value, transforms to the result of function

if fullyLabeledReplicas has a value, transforms to the result of function

Attributes

Source
ReplicationControllerStatus.scala

if observedGeneration has a value, transforms to the result of function

if observedGeneration has a value, transforms to the result of function

Attributes

Source
ReplicationControllerStatus.scala

if readyReplicas has a value, transforms to the result of function

if readyReplicas has a value, transforms to the result of function

Attributes

Source
ReplicationControllerStatus.scala

transforms replicas to result of function

transforms replicas to result of function

Attributes

Source
ReplicationControllerStatus.scala

Returns a new data with availableReplicas set to new value

Returns a new data with availableReplicas set to new value

Attributes

Source
ReplicationControllerStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Attributes

Source
ReplicationControllerStatus.scala

Returns a new data with fullyLabeledReplicas set to new value

Returns a new data with fullyLabeledReplicas set to new value

Attributes

Source
ReplicationControllerStatus.scala

Returns a new data with observedGeneration set to new value

Returns a new data with observedGeneration set to new value

Attributes

Source
ReplicationControllerStatus.scala

Returns a new data with readyReplicas set to new value

Returns a new data with readyReplicas set to new value

Attributes

Source
ReplicationControllerStatus.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Attributes

Source
ReplicationControllerStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product