Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultInstallDNSArgs = InstallDNSArgs{
Namespace: "kuma-system",
Service: "kuma-control-plane",
Port: "5653",
}
Functions ¶
func NewInstallCmd ¶
func NewInstallCmd(pctx *kumactl_cmd.RootContext) *cobra.Command
Types ¶
type ExcludePrefixesFilter ¶
type ExcludePrefixesFilter struct {
Prefixes []string
}
func (ExcludePrefixesFilter) Filter ¶
func (f ExcludePrefixesFilter) Filter(name string) bool
type InstallDNSArgs ¶
type NoneFilter ¶
type NoneFilter struct { }
func (NoneFilter) Filter ¶
func (f NoneFilter) Filter(name string) bool
Source Files ¶
Click to show internal directories.
Click to hide internal directories.