Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { BaseURL string `json:"base_url"` AWSProfile string `json:"aws_profile"` AssumeRoleARN string `json:"assume_role_arn"` // contains filtered or unexported fields }
Config contains the configuration for this CLI. It is used to create a Client for the Pharos API server.
func New ¶
New creates a new Config reference at the given file path. Defaults to creating a Config reference at $HOME/.kube/pharos/config.
Click to show internal directories.
Click to hide internal directories.