Documentation ¶
Index ¶
Constants ¶
View Source
const GETCONTEXTS = "http://localhost:9081/api/k8sconfig/contexts"
GETCONTEXTS endpoint points to the URL return the contexts available
View Source
const SETCONTEXT = "http://localhost:9081/api/k8sconfig"
SETCONTEXT endpoint points to set context
Variables ¶
View Source
var SystemCmd = &cobra.Command{ Use: "system", Short: "Meshery Lifecycle Management", Long: `Manage the state and configuration of Meshery server, adapters, and client.`, Args: cobra.MinimumNArgs(1), RunE: func(cmd *cobra.Command, args []string) error { if ok := utils.IsValidSubcommand(availableSubcommands, args[0]); !ok { return errors.New(utils.SystemError(fmt.Sprintf("invalid command: \"%s\"", args[0]))) } return nil }, }
SystemCmd represents Meshery Lifecycle Management cli commands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.