Documentation
¶
Overview ¶
Package command for collecting messages in Kubernetes.
Package command is used to creating a resource to Ocean Storage in Kubernetes.
Package command defines commands of oceanctl.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CreateCmd = &cobra.Command{
Use: "create",
Short: "Create a resource to Ocean Storage in Kubernetes",
}
CreateCmd is a cobra command object which used for creating a resource to Ocean Storage in Kubernetes.
View Source
var RootCmd = &cobra.Command{ SilenceUsage: true, Use: "oceanctl", Short: "A CLI tool for Ocean Storage in Kubernetes", CompletionOptions: cobra.CompletionOptions{HiddenDefaultCmd: true}, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { err := startLogging() if err != nil { return err } return discoverOperating() }, }
RootCmd is a root command of oceanctl.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.