mirror of
https://github.com/rancher/types.git
synced 2025-07-01 07:51:48 +00:00
Add service account field to PRTB
This commit is contained in:
parent
927dd05a5e
commit
e1c660cd5b
@ -123,6 +123,7 @@ type ProjectRoleTemplateBinding struct {
|
||||
GroupPrincipalName string `json:"groupPrincipalName,omitempty" norman:"type=reference[principal]"`
|
||||
ProjectName string `json:"projectName,omitempty" norman:"required,type=reference[project]"`
|
||||
RoleTemplateName string `json:"roleTemplateName,omitempty" norman:"required,type=reference[roleTemplate]"`
|
||||
ServiceAccount string `json:"serviceAccount,omitempty" norman:"nocreate,noupdate"`
|
||||
}
|
||||
|
||||
type ClusterRoleTemplateBinding struct {
|
||||
|
Loading…
Reference in New Issue
Block a user