Documentation
¶
Index ¶
Constants ¶
View Source
const CLUSTER_TYPE_IMPORT = "imported"
View Source
const DRIFT_ACTION_BLOCK_NOTIFY = "BlockAndNotify"
View Source
const DRIFT_ACTION_DETECT_NOTIFY = "DetectAndNotify"
Variables ¶
View Source
var AUTHENTICATION_FAILURE = 401
View Source
var AUTH_FAILURE_ERROR_MESSAGE = "" /* 141-byte string literal not displayed */
View Source
var CLI_ARCH = "NA"
View Source
var CLI_BUILD_NUMBER = "NA"
View Source
var CLI_BUILD_TIME = "NA"
View Source
var CLI_DIR_DEFAULT_LOCATION = filepath.Join(PARALUS_DIR_DEFAULT_LOCATION, "cli")
View Source
var CLI_MISMATCH_ERROR_MESSAGE = "" /* 126-byte string literal not displayed */
View Source
var CLI_VERSION = "1.0"
View Source
var CONFIG_API_VERSION = "1.0"
View Source
var CONFIG_FILE_DEFAULT_LOCATION = filepath.Join(CLI_DIR_DEFAULT_LOCATION, CONFIG_FILE_DEFAULT_NAME)
View Source
var CONFIG_FILE_DEFAULT_NAME = "config"
View Source
var CONFIG_FLAG_NAME = "config"
View Source
var DEBUG_FLAG_NAME = "debug"
View Source
var ENV_FLAG_NAME = "env"
View Source
var FILE_FLAG_NAME = "file"
View Source
var GENERIC_ERROR_MESSAGE = "CLI faced an issue while running the command %s. Please use -v flag to see debug logs."
View Source
var LOG_FILE_DEFAULT_LOCATION = filepath.Join(CLI_DIR_DEFAULT_LOCATION, LOG_FILE_DEFAULT_NAME)
View Source
var LOG_FILE_DEFAULT_NAME = "cli.log"
View Source
var PARALUS_DIR_DEFAULT_LOCATION = filepath.Join(utils.GetUserHome(), ".paralus")
View Source
var PROFILE_FLAG_NAME = "profile"
View Source
var REQUEST_SUCCESSFUL = 200
View Source
var STRUCTURED_OUTPUT_FLAG_NAME = "structured"
View Source
var TEST_FLAG_NAME = "qa"
View Source
var VERBOSE_FLAG_NAME = "verbose"
View Source
var WORKLOAD_CREATED = 201
View Source
var WP_API_VERSION = "1.0"
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.