globalrolebinding

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type CreateGlobalRoleBindingInput

type CreateGlobalRoleBindingInput struct {
	Name     string   `json:"name" jsonschema:"Global Role Binding name"`
	Role     string   `json:"role" jsonschema:"Name of the GlobalRole to bind"`
	Subjects []string `json:"subjects" jsonschema:"List of user names to bind to the role"`
}

type DeleteGlobalRoleBindingInput

type DeleteGlobalRoleBindingInput struct {
	Name string `json:"name" jsonschema:"Global Role Binding name to delete"`
}

type GetGlobalRoleBindingByNameInput

type GetGlobalRoleBindingByNameInput struct {
	Name string `json:"name" jsonschema:"Global Role Binding name"`
}

type UpdateGlobalRoleBindingInput

type UpdateGlobalRoleBindingInput struct {
	Name     string   `json:"name" jsonschema:"Global Role Binding name"`
	Role     string   `json:"role" jsonschema:"Name of the GlobalRole to bind"`
	Subjects []string `json:"subjects" jsonschema:"List of user names to bind to the role"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL