package
2.11.0-rc.4+incompatible
Repository: https://github.com/rancher/cli.git
Documentation: pkg.go.dev

# Functions

GetFilePermissionWarnings returns the following warnings based on the file permission: - one warning if the file is group-readable - one warning if the file is world-readable We want this because configuration may have sensitive information (eg: creds).
LoadFromPath attempts to load a config from the given file path.

# Variables

No description provided by the author

# Structs

Config holds the main config for the user.
ExecCredential is used by exec-based plugins to communicate credentials to HTTP transports.
ExecCredentialSpec holds request and runtime specific information provided by the transport.
ExecCredentialStatus holds credentials for the transport to use.
ServerConfig holds the config for each server the user has setup.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.
TypeMeta describes an individual object in an API response or request with strings representing the type of the object and its API schema version.