parameters

package
v1.125.0 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InputParam          = "input"
	OnErrorParam        = "on-error"
	StorageKeyParam     = "storage-key"
	ProjectIDParam      = "project"
	FolderIDParam       = "folder"
	OrganizationIDParam = "organization"

	ContinueOnErrorOption = "continue"
	HaltOnErrorOption     = "halt"
	IgnoreOnErrorOption   = "ignore"
)

Variables

Functions

func IsInputPiped

func IsInputPiped(stdin *os.File) (bool, error)

func Validate

func Validate(p *Parameters, stdin *os.File) error

Types

type IAMFormatOption

type IAMFormatOption string

type OnErrorOption

type OnErrorOption string

type Parameters

type Parameters struct {
	IAMFormat               string
	FilterDeletedIAMMembers bool
	Input                   string
	Output                  string
	OnError                 string
	StorageKey              string
	ProjectID               string
	FolderID                int
	OrganizationID          int
	OAuth2Token             string
	ResourceFormat          string
	Verbose                 bool
}

func (*Parameters) ControllerConfig added in v1.122.0

func (p *Parameters) ControllerConfig() *config.ControllerConfig

Jump to

Keyboard shortcuts

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