final case class TopologySpreadConstraint(maxSkew: Int, matchLabelKeys: Option[Seq[String]] = None, minDomains: Option[Int] = None, labelSelector: Option[LabelSelector] = None, nodeAffinityPolicy: Option[String] = None, nodeTaintsPolicy: Option[String] = None, topologyKey: String, whenUnsatisfiable: String) extends Product with Serializable
TopologySpreadConstraint specifies how to spread matching pods among the given topology.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TopologySpreadConstraint
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addMatchLabelKeys(newValues: String*): TopologySpreadConstraint
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val labelSelector: Option[LabelSelector]
- val matchLabelKeys: Option[Seq[String]]
- val maxSkew: Int
- val minDomains: Option[Int]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeAffinityPolicy: Option[String]
- val nodeTaintsPolicy: Option[String]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val topologyKey: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val whenUnsatisfiable: String
- def withLabelSelector(value: LabelSelector): TopologySpreadConstraint
- def withMatchLabelKeys(value: Seq[String]): TopologySpreadConstraint
- def withMaxSkew(value: Int): TopologySpreadConstraint
- def withMinDomains(value: Int): TopologySpreadConstraint
- def withNodeAffinityPolicy(value: String): TopologySpreadConstraint
- def withNodeTaintsPolicy(value: String): TopologySpreadConstraint
- def withTopologyKey(value: String): TopologySpreadConstraint
- def withWhenUnsatisfiable(value: String): TopologySpreadConstraint