github.com/caos/orbos@v1.5.14-0.20221103111702-e6cd0cea7ad4/docs/boom/yml/latest/ToolsetSpec/APIGateway/k8s/Affinity/Affinity.md (about)

     1  # Affinity 
     2   
     3  
     4  ## Structure 
     5   
     6  
     7  | Attribute       | Description                                                                                                                                                                          | Default | Collection | Map  |
     8  | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------- | ---------- | ---  |
     9  | nodeAffinity    | Describes node affinity scheduling rules for the pod. +optional , [here](NodeAffinity/NodeAffinity.md)                                                                               |         |            |      |
    10  | podAffinity     | Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). +optional , [here](PodAffinity/PodAffinity.md)                  |         |            |      |
    11  | podAntiAffinity | Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)). +optional , [here](PodAntiAffinity/PodAntiAffinity.md) |         |            |      |