check

package
v0.1.35 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package check provides the rbac check command for opampctl.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrUserIDRequired is returned when the user ID flag is missing.
	ErrUserIDRequired = errors.New("--user-id is required")
	// ErrResourceRequired is returned when the resource flag is missing.
	ErrResourceRequired = errors.New("--resource is required")
	// ErrActionRequired is returned when the action flag is missing.
	ErrActionRequired = errors.New("--action is required")
)

Functions

func NewCommand

func NewCommand(options CommandOptions) *cobra.Command

NewCommand creates a new rbac check command.

Types

type CommandOptions

type CommandOptions struct {
	*config.GlobalConfig
	// contains filtered or unexported fields
}

CommandOptions contains the options for the rbac check command.

func (*CommandOptions) Prepare

func (opt *CommandOptions) Prepare(*cobra.Command, []string) error

Prepare prepares the rbac check command.

func (*CommandOptions) Run

func (opt *CommandOptions) Run(cmd *cobra.Command, _ []string) error

Run executes the rbac check command.

Jump to

Keyboard shortcuts

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