1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 06:49:21 +00:00

global role generated change

This commit is contained in:
Craig Jellick
2017-12-18 17:03:47 -07:00
committed by Darren Shepherd
parent 5c86d6aba5
commit 0a1ed50b60

View File

@@ -15,7 +15,8 @@ const (
GlobalRoleBindingFieldOwnerReferences = "ownerReferences"
GlobalRoleBindingFieldRemoved = "removed"
GlobalRoleBindingFieldResourcePath = "resourcePath"
GlobalRoleBindingFieldSubject = "subject"
GlobalRoleBindingFieldSubjectKind = "subjectKind"
GlobalRoleBindingFieldSubjectName = "subjectName"
GlobalRoleBindingFieldUuid = "uuid"
)
@@ -30,7 +31,8 @@ type GlobalRoleBinding struct {
OwnerReferences []OwnerReference `json:"ownerReferences,omitempty"`
Removed string `json:"removed,omitempty"`
ResourcePath string `json:"resourcePath,omitempty"`
Subject *Subject `json:"subject,omitempty"`
SubjectKind string `json:"subjectKind,omitempty"`
SubjectName string `json:"subjectName,omitempty"`
Uuid string `json:"uuid,omitempty"`
}
type GlobalRoleBindingCollection struct {