// NodeSelector is a selector which must be true for the pod to fit on a node
// NodeSelector is a selector which must be true for the pod to fit on a node
NodeSelectormap[string]string`json:"nodeSelector,omitempty" description:"selector which must match a node's labels for the pod to be scheduled on that node"`
NodeSelectormap[string]string`json:"nodeSelector,omitempty" description:"selector which must match a node's labels for the pod to be scheduled on that node"`
// ServiceAccount is the name of the ServiceAccount to use to run this pod
// ServiceAccountName is the name of the ServiceAccount to use to run this pod
ServiceAccountstring`json:"serviceAccount,omitempty" description:"name of the ServiceAccount to use to run this pod"`
ServiceAccountNamestring`json:"serviceAccountName,omitempty" description:"name of the ServiceAccount to use to run this pod"`
// NodeName is a request to schedule this pod onto a specific node. If it is non-empty,
// NodeName is a request to schedule this pod onto a specific node. If it is non-empty,
// the scheduler simply schedules this pod onto that node, assuming that it fits resource
// the scheduler simply schedules this pod onto that node, assuming that it fits resource