package
3.22.0-0.dev
Repository: https://github.com/projectcalico/calicoctl.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ExecuteConfigCommand is main function called by all of the resource management commands in calicoctl (apply, create, replace, get, delete and patch).
ExecuteResourceAction fans out the specific resource action to the appropriate method on the ResourceManager for the specific resource.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

CommandResults contains the results from executing a CLI command.
ResourcePrinterJSON implements the ResourcePrinter interface and is used to display a slice of resources in JSON format.
ResourcePrinterTable implements the ResourcePrinter interface and is used to display a slice of resources in ps table format.
ResourcePrinterTemplate implements the ResourcePrinter interface and is used to display a slice of resources using a user-defined go-lang template string.
ResourcePrinterTemplateFile implements the ResourcePrinter interface and is used to display a slice of resources using a user-defined go-lang template specified in a file.
ResourcePrinterYAML implements the ResourcePrinter interface and is used to display a slice of resources in YAML format.

# Interfaces

No description provided by the author