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:
committed by
Darren Shepherd
parent
5c86d6aba5
commit
0a1ed50b60
@@ -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 {
|
||||
|
Reference in New Issue
Block a user