Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct { Config // contains filtered or unexported fields }
Command are the options for the preload command
type Config ¶
type Config struct { // Cloud is the cloud vendor we are dealing with Cloud string // Cluster is the name of the underlying resource we are using to find the context // from - i.e. the eks, gke or aks cluster name Cluster string // Context is the name of the context we should update / create Context string // EnableOverride is a flag to enable overriding the context if it already exists EnableOverride bool // Provider is the provider name which triggered the preloading Provider string // Region is the cloud vendor region we are dealing with Region string }
Config is the configuration for the preload command
Click to show internal directories.
Click to hide internal directories.