Argo Workflows · Schema

io.k8s.api.core.v1.Affinity

Affinity is a group of affinity scheduling rules.

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
nodeAffinity object Describes node affinity scheduling rules for the pod.
podAffinity object Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
podAntiAffinity object Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).
View JSON Schema on GitHub