mirror of
https://github.com/rancher/types.git
synced 2025-08-31 21:00:16 +00:00
Add service account field to PRTB
This commit is contained in:
committed by
Alena Prokharchyk
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 {
|
||||
|
Reference in New Issue
Block a user