Documentation ¶
Index ¶
Constants ¶
View Source
const ( KubeConfigFlag = "kubeconfig" ContextFlag = "context" NamespaceFlag = "namespace" DubboNamespaceFlag = "dubbo-namespace" ChartFlag = "charts" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context interface { CLIClient() (kube.CLIClient, error) CLIClientWithRevision(rev string) (kube.CLIClient, error) DubboNamespace() string }
func NewCLIContext ¶
type RootFlags ¶
type RootFlags struct { Context *string // contains filtered or unexported fields }
func AddRootFlags ¶
func (*RootFlags) DubboNamespace ¶
Click to show internal directories.
Click to hide internal directories.