Documentation ¶
Index ¶
- Constants
- func Decode(s string) (string, error)
- func Encode(s string) string
- func GetConfigPath() (string, error)
- func GetProfile(profile string) string
- func IsFileOrFolderExisting(target string) (bool, error)
- func IsManagedProfile(profile string) bool
- func WriteStructToFile(payload interface{}, dest string) error
Constants ¶
View Source
const ( AWS_LOGIN_PATH = "/.kube/aws-sso" AWS_LOGIN_SUFFIX = "aws-sso" )
Variables ¶
This section is empty.
Functions ¶
func GetConfigPath ¶
func GetProfile ¶
func IsFileOrFolderExisting ¶
Checks either or not a target file is existing. Returns true if the target exists, otherwise false.
func IsManagedProfile ¶ added in v1.2.0
func WriteStructToFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.