Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AlertPolicyCache edgeproto.AlertPolicyCache
View Source
var AppCache edgeproto.AppCache
View Source
var AppInstCache edgeproto.AppInstCache
View Source
var AutoScalePolicyCache edgeproto.AutoScalePolicyCache
View Source
var CloudletCache edgeproto.CloudletCache
View Source
var ClusterInstCache edgeproto.ClusterInstCache
View Source
var MEXPrometheusApp = edgeproto.App{ Key: MEXPrometheusAppKey, ImagePath: "https://prometheus-community.github.io/helm-charts:prometheus-community/kube-prometheus-stack", Deployment: cloudcommon.DeploymentTypeHelm, DelOpt: edgeproto.DeleteType_AUTO_DELETE, InternalPorts: true, Trusted: true, Annotations: "version=47.5.0", }
Define prometheus operator App. Version 8.15.14 tested with helm 3.4.2 and kubernetes 1.16
View Source
var MEXPrometheusAppHelmTemplate = `` /* 978-byte string literal not displayed */
View Source
var MEXPrometheusAppKey = edgeproto.AppKey{ Name: MEXPrometheusAppName, Version: MEXPrometheusAppVer, Organization: edgeproto.OrganizationEdgeCloud, }
View Source
var MEXPrometheusAppName = cloudcommon.MEXPrometheusAppName
View Source
var MEXPrometheusAppVer = "1.0"
View Source
var NFSAutoProvAppKey = edgeproto.AppKey{ Name: NFSAutoProvisionAppName, Version: NFSAutoProvAppVers, Organization: edgeproto.OrganizationEdgeCloud, }
View Source
var NFSAutoProvAppVers = "1.0"
View Source
var NFSAutoProvisionApp = edgeproto.App{ Key: NFSAutoProvAppKey, ImagePath: "https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner:nfs-subdir-external-provisioner/nfs-subdir-external-provisioner", Deployment: cloudcommon.DeploymentTypeHelm, DelOpt: edgeproto.DeleteType_AUTO_DELETE, InternalPorts: true, Trusted: true, Annotations: "version=4.0.18", }
View Source
var NFSAutoProvisionAppName = cloudcommon.NFSAutoProvisionAppName
View Source
var NFSAutoProvisionAppTemplate = `nfs:
path: /share
server: [[ .Deployment.ClusterIp ]]
storageClass:
name: standard
defaultClass: true
`
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.