Affinity

com.coralogix.zio.k8s.model.core.v1.Affinity
See theAffinity companion object
case class Affinity(nodeAffinity: Optional[NodeAffinity], podAffinity: Optional[PodAffinity], podAntiAffinity: Optional[PodAntiAffinity])

Affinity is a group of affinity scheduling rules.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets nodeAffinity.

Gets nodeAffinity.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets podAffinity.

Gets podAffinity.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets podAntiAffinity.

Gets podAntiAffinity.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product