rolebinding

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 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 DeleteProjectRoleBindingInput

type DeleteProjectRoleBindingInput struct {
	Project string `json:"project" jsonschema:"Project name"`
	Name    string `json:"name" jsonschema:"Role Binding name to delete"`
}

type GetProjectRoleBindingByNameInput

type GetProjectRoleBindingByNameInput struct {
	Project string `json:"project" jsonschema:"Project name"`
	Name    string `json:"name" jsonschema:"Role Binding name"`
}

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"`
}

Jump to

Keyboard shortcuts

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