StatefulSetOrdinals

io.k8s.api.apps.v1.StatefulSetOrdinals
See theStatefulSetOrdinals companion object
final case class StatefulSetOrdinals(start: Option[Int])

StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

Source
StatefulSetOrdinals.scala

Returns a new data with start set to new value

Returns a new data with start set to new value

Attributes

Source
StatefulSetOrdinals.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product