Documentation ¶
Index ¶
- Constants
- func NewAllowCommand(cli cli.CLI) *cobra.Command
- func NewDisableCommand(cli cli.CLI) *cobra.Command
- func NewGetCommand(cli cli.CLI) *cobra.Command
- func NewRequireCommand(cli cli.CLI) *cobra.Command
- func NewRootCmd(cli cli.CLI) *cobra.Command
- func NewUnsetCommand(cli cli.CLI) *cobra.Command
- func Output(cli cli.CLI, resourceName NamespacedName, ...) error
- type NamespacedName
- type Out
Constants ¶
View Source
const ( ModeStrict mTLSMode = "STRICT" ModePermissive mTLSMode = "PERMISSIVE" ModeDisabled mTLSMode = "DISABLED" SeparatorChar = ":" )
View Source
const (
DefaultNamespace = "istio-system"
)
Variables ¶
This section is empty.
Functions ¶
func Output ¶
func Output(cli cli.CLI, resourceName NamespacedName, policySpec map[string][]*v1alpha1.PolicySpec) error
Types ¶
type NamespacedName ¶
type NamespacedName types.NamespacedName
func (NamespacedName) String ¶
func (n NamespacedName) String() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.