mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
[scheduling] Moved node affinity from annotations to api fields. #35518
This commit is contained in:
@@ -1824,6 +1824,9 @@ type PodSpec struct {
|
||||
// If not specified, the pod will not have a domainname at all.
|
||||
// +optional
|
||||
Subdomain string
|
||||
// If specified, the pod's scheduling constraints
|
||||
// +optional
|
||||
Affinity *Affinity
|
||||
}
|
||||
|
||||
// Sysctl defines a kernel parameter to be set
|
||||
|
||||
Reference in New Issue
Block a user