...

Package cmd

import "github.com/linkerd/linkerd2/multicluster/cmd"
Overview
Index
Subdirectories

Overview ▾

Constants

const (
    // MulticlusterExtensionName is the name of the multicluster extension
    MulticlusterExtensionName = "multicluster"

    // MulticlusterLegacyExtension is the name of the multicluster extension
    // prior to stable-2.10.0 when the linkerd prefix was removed.
    MulticlusterLegacyExtension = "linkerd-multicluster"

    // LinkerdMulticlusterExtensionCheck adds checks related to the multicluster extension
    LinkerdMulticlusterExtensionCheck healthcheck.CategoryID = "linkerd-multicluster"
)

Variables

var TemplatesMulticluster = []string{
    chartutil.ChartfileName,
    chartutil.ValuesfileName,
    "templates/namespace.yaml",
    "templates/gateway.yaml",
    "templates/gateway-policy.yaml",
    "templates/psp.yaml",
    "templates/remote-access-service-mirror-rbac.yaml",
    "templates/link-crd.yaml",
    "templates/service-mirror-policy.yaml",
}

func NewCmdCheck

func NewCmdCheck() *cobra.Command

NewCmdCheck generates a new cobra command for the multicluster extension.

func NewCmdMulticluster

func NewCmdMulticluster() *cobra.Command

NewCmdMulticluster returns a new multicluster command

Subdirectories

Name Synopsis
..
service-mirror