Documentation ¶ Index ¶ func NewPGOCommand(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command type Executor type ShutdownRequestArgs Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewPGOCommand ¶ func NewPGOCommand(stdin io.Reader, stdout, stderr io.Writer) *cobra.Command NewPGOCommand returns the root command of the PGO plugin. This command prints the same information as its --help flag: the available subcommands and their short descriptions. Types ¶ type Executor ¶ type Executor func( stdin io.Reader, stdout, stderr io.Writer, command ...string, ) error Executor calls commands type ShutdownRequestArgs ¶ added in v0.4.0 type ShutdownRequestArgs struct { ClusterName string Config *internal.Config ForceConflicts bool Namespace string NewShutdownValue bool Mapping *meta.RESTMapping } Source Files ¶ View all Source files backup.go client_version.go create.go delete.go exec.go export.go pgo.go restore.go show.go start.go stop.go support.go version.go Click to show internal directories. Click to hide internal directories.