mirror of
https://github.com/rancher/types.git
synced 2025-09-24 19:39:13 +00:00
generated code
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
package client
|
||||
|
||||
const (
|
||||
SearchPrincipalsInputType = "searchPrincipalsInput"
|
||||
SearchPrincipalsInputFieldName = "name"
|
||||
SearchPrincipalsInputType = "searchPrincipalsInput"
|
||||
SearchPrincipalsInputFieldName = "name"
|
||||
SearchPrincipalsInputFieldPrincipalType = "principalType"
|
||||
)
|
||||
|
||||
type SearchPrincipalsInput struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
PrincipalType string `json:"principalType,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user