Customize service account name. (#8901)

This commit is contained in:
acmore
2020-06-16 12:49:41 -05:00
committed by GitHub
parent 4facac023f
commit fa0a677aac
4 changed files with 19 additions and 4 deletions
@@ -98,6 +98,9 @@ type Extension struct {
// but do not directly imply semantics to the core system. Labels can be used to organize and to select subsets of objects.
Labels map[string]string `json:"labels,omitempty"`
// The service acccount name.
ServiceAccountName string `json:"serviceAccountName,omitempty"`
// NodeSelector specifies a map of key-value pairs. For the pod to be eligible
// to run on a node, the node must have each of the indicated key-value pairs as
// labels. Optional.