parameters

package
v1.116.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 6 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
}

Jump to

Keyboard shortcuts

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