ReplicationControllerSpec

io.k8s.api.core.v1.ReplicationControllerSpec
See theReplicationControllerSpec companion object
final case class ReplicationControllerSpec(minReadySeconds: Option[Int], replicas: Option[Int], selector: Option[Map[String, String]], template: Option[PodTemplateSpec])

ReplicationControllerSpec is the specification of a replication controller.

Attributes

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

Members list

Value members

Concrete methods

Adds new values to selector

Adds new values to selector

Attributes

Source
ReplicationControllerSpec.scala

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

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

Attributes

Source
ReplicationControllerSpec.scala

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

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

Attributes

Source
ReplicationControllerSpec.scala

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

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

Attributes

Source
ReplicationControllerSpec.scala

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

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

Attributes

Source
ReplicationControllerSpec.scala

Returns a new data with minReadySeconds set to new value

Returns a new data with minReadySeconds set to new value

Attributes

Source
ReplicationControllerSpec.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Attributes

Source
ReplicationControllerSpec.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Attributes

Source
ReplicationControllerSpec.scala

Returns a new data with template set to new value

Returns a new data with template set to new value

Attributes

Source
ReplicationControllerSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product