mirror of
https://github.com/rancher/types.git
synced 2025-08-15 11:12:57 +00:00
generated code
This commit is contained in:
parent
6b82e1714d
commit
87c2f1de34
@ -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"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user