label

package
v0.0.0-...-3d58313 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package label contains common definitions for workload labels used by Istio.

Index

Constants

View Source
const (
	// TLSMode is the name of label given to service instances to determine whether to use mTLS or
	// fallback to plaintext/tls
	TLSMode = "security.istio.io/tlsMode"

	// IstioCanonicalServiceName is the name of label for the Istio Canonical Service for a workload instance.
	IstioCanonicalServiceName = "service.istio.io/canonical-name"

	// IstioCanonicalServiceRevision is the name of label for the Istio Canonical Service revision for a workload instance.
	IstioCanonicalServiceRevision = "service.istio.io/canonical-revision"

	// IstioRev is the Istio control plane revision associated with the resource; e.g. "canary"
	IstioRev = "istio.io/rev"

	// IstioOperatorComponent is the Istio operator component name of the resource, e.g. "Pilot"
	IstioOperatorComponent = "operator.istio.io/component"

	// IstioOperatorManaged is "Reconcile" if the Istio operator will reconcile the resource.
	IstioOperatorManaged = "operator.istio.io/managed"

	// IstioOperatorVersion is the Istio operator version that installed the resource, e.g. "1.6.0"
	IstioOperatorVersion = "operator.istio.io/version"

	// IstioNetwork enables Istio to group endpoints resident in the same L3 domain/network.
	// All endpoints in the same network are assumed to be directly reachable from one another.
	// When endpoints in different networks cannot reach each other directly, an Istio Gateway can
	// be used to establish connectivity (usually using the AUTO_PASSTHROUGH mode in a  Gateway Server).
	// This is an advanced configuration used typically for spanning an Istio mesh over multiple clusters.
	IstioNetwork = "topology.istio.io/network"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL