Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultProxyAdminPort is the default port for the proxy admin server DefaultProxyAdminPort = 15000 // DefaultMeshConfigMapName is the default name of the ConfigMap with the mesh config // The actual name can be different - use getMeshConfigMapName DefaultMeshConfigMapName = "istio" // ConfigMapKey should match the expected MeshConfig file name ConfigMapKey = "mesh" // ValuesConfigMapKey should match the expected Values file name ValuesConfigMapKey = "values" DefaultRevisionName = "default" )
View Source
const ( JSONFormat = "json" YamlFormat = "yaml" TableFormat = "table" )
View Source
const (
// ExperimentalMsg indicate active development and not for production use warning.
ExperimentalMsg = `THIS COMMAND IS UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE.`
)
Variables ¶
View Source
var ManifestsFlagHelpStr = `Specify a path to a directory of charts and profiles (e.g. ~/Downloads/istio-` + binversion.OperatorVersionString + `/manifests).`
View Source
var NeverMatch = &metav1.LabelSelector{ MatchLabels: map[string]string{ "istio.io/deactivated": "never-match", }, }
Functions ¶
Types ¶
type CommandParseError ¶
type CommandParseError struct {
Err error
}
CommandParseError distinguishes an error parsing istioctl CLI arguments from an error processing
func (CommandParseError) Error ¶
func (c CommandParseError) Error() string
Click to show internal directories.
Click to hide internal directories.