get

package
v4.0.0-alpha.4 Latest Latest
Warning

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

Go to latest
Published: May 22, 2024 License: MPL-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OutputYAML  string = "yaml"
	OutputJSON  string = "json"
	OutputValue string = "value"
)

Variables

This section is empty.

Functions

func NewClusterAccessKeyCmd

func NewClusterAccessKeyCmd(globalFlags *flags.GlobalFlags) *cobra.Command

func NewGetCmd

func NewGetCmd(globalFlags *flags.GlobalFlags, defaults *pdefaults.Defaults) *cobra.Command

NewGetCmd creates a new cobra command

func NewSecretCmd

func NewSecretCmd(globalFlags *flags.GlobalFlags, defaults *pdefaults.Defaults) *cobra.Command

NewSecretCmd creates a new command

func NewUserCmd

func NewUserCmd(globalFlags *flags.GlobalFlags) *cobra.Command

NewUserCmd creates a new command

Types

type ClusterTokenCmd

type ClusterTokenCmd struct {
	*flags.GlobalFlags

	Output string
	// contains filtered or unexported fields
}

ClusterTokenCmd holds the lags

func (*ClusterTokenCmd) Run

func (cmd *ClusterTokenCmd) Run(ctx context.Context, args []string) error

type SecretCmd

type SecretCmd struct {
	*flags.GlobalFlags

	Namespace string
	Project   string
	Output    string
	All       bool
	// contains filtered or unexported fields
}

SecretCmd holds the flags

func (*SecretCmd) Run

func (cmd *SecretCmd) Run(ctx context.Context, args []string) error

RunUsers executes the functionality

type UserCmd

type UserCmd struct {
	*flags.GlobalFlags
	// contains filtered or unexported fields
}

UserCmd holds the lags

func (*UserCmd) Run

func (cmd *UserCmd) Run(ctx context.Context) error

RunUsers executes the functionality

Jump to

Keyboard shortcuts

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