Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BackyardsChartSource http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/charts/backyards"))
BackyardsChartSource chart that will be rendered by `backyards install`
View Source
var BackyardsDemoChartSource http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/charts/backyards-demo"))
BackyardsDemoChartSource chart that will be rendered by `backyards demoapp install`
View Source
var BackyardsOperatorChartSource http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/charts/backyards-operator"))
BackyardsOperatorChartSource chart
View Source
var CanaryOperatorChartSource http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/charts/canary-operator"))
CanaryOperatorChartSource chart that will be rendered by `backyards canary install`
View Source
var CertManagerCRDSource http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/cert-manager"))
View Source
var CertManagerCainjectorChartSource http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/charts/cert-manager/charts/cainjector"))
View Source
var CertManagerChartSource http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/charts/cert-manager"))
View Source
var GraphTemplates http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/graphtemplates"))
View Source
var IstioAssetsSource http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/istio"))
IstioAssetsSource istio assets
View Source
var IstioOperatorChartSource http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/charts/istio-operator"))
IstioOperatorChartSource chart that will be rendered by `backyards istio install`
View Source
var Licenses http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/license"))
Licenses contains license related assets
View Source
var NodeExporterChartSource http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/charts/prometheus-node-exporter"))
NodeExporterChartSource chart that will be rendered by `backyards install`
View Source
var PeerClusterAssetsSource http.FileSystem = http.Dir(path.Join(getRepoRoot(), "assets/peercluster"))
PeerClusterAssetsSource contains manifest to pre-configure peer clusters before attach
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.