Documentation
¶
Index ¶
Constants ¶
View Source
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 ¶
View Source
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", "templates/local-service-mirror.yaml", }
Functions ¶
func NewCmdCheck ¶
NewCmdCheck generates a new cobra command for the multicluster extension.
func NewCmdMulticluster ¶
NewCmdMulticluster returns a new multicluster command
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.