1
0
mirror of https://github.com/rancher/types.git synced 2025-08-30 10:17:53 +00:00

go generate

This commit is contained in:
orangedeng 2019-05-07 07:43:12 +08:00 committed by Alena Prokharchyk
parent e1c660cd5b
commit f8fcf6b362

View File

@ -18,6 +18,7 @@ const (
ProjectRoleTemplateBindingFieldProjectID = "projectId"
ProjectRoleTemplateBindingFieldRemoved = "removed"
ProjectRoleTemplateBindingFieldRoleTemplateID = "roleTemplateId"
ProjectRoleTemplateBindingFieldServiceAccount = "serviceAccount"
ProjectRoleTemplateBindingFieldUUID = "uuid"
ProjectRoleTemplateBindingFieldUserID = "userId"
ProjectRoleTemplateBindingFieldUserPrincipalID = "userPrincipalId"
@ -37,6 +38,7 @@ type ProjectRoleTemplateBinding struct {
ProjectID string `json:"projectId,omitempty" yaml:"projectId,omitempty"`
Removed string `json:"removed,omitempty" yaml:"removed,omitempty"`
RoleTemplateID string `json:"roleTemplateId,omitempty" yaml:"roleTemplateId,omitempty"`
ServiceAccount string `json:"serviceAccount,omitempty" yaml:"serviceAccount,omitempty"`
UUID string `json:"uuid,omitempty" yaml:"uuid,omitempty"`
UserID string `json:"userId,omitempty" yaml:"userId,omitempty"`
UserPrincipalID string `json:"userPrincipalId,omitempty" yaml:"userPrincipalId,omitempty"`