Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateProjectRoleBindingInput ¶
type CreateProjectRoleBindingInput struct {
Project string `json:"project" jsonschema:"Project name"`
Name string `json:"name" jsonschema:"Role Binding name"`
Role string `json:"role" jsonschema:"Name of the Role to bind"`
Subjects []string `json:"subjects" jsonschema:"List of user names to bind to the role"`
}
type ProjectRoleBindingInput ¶
type ProjectRoleBindingInput struct {
Project string `json:"project" jsonschema:"Project name"`
}
type UpdateProjectRoleBindingInput ¶
type UpdateProjectRoleBindingInput struct {
Project string `json:"project" jsonschema:"Project name"`
Name string `json:"name" jsonschema:"Role Binding name"`
Role string `json:"role" jsonschema:"Name of the Role to bind"`
Subjects []string `json:"subjects" jsonschema:"List of user names to bind to the role"`
}
Click to show internal directories.
Click to hide internal directories.