Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Namespaces matching '^ztp*' are special // Argocd will only let us use such namespaces for policy gen templates on the SNO nodes. ZtpTestNamespace string = "ztp-test" ArgocdPoliciesAppName string = "policies" ArgocdClustersAppName string = "clusters" ArgocdChangeTimeout time.Duration = 10 * time.Minute ArgocdChangeInterval time.Duration = 10 * time.Second DefaultTimeout time.Duration = 5 * time.Minute ZtpSiteGenerateImageName string = "registry-proxy.engineering.redhat.com/rh-osbs/openshift4-ztp-site-generate" AcmArgocdInitContainer string = "multicluster-operators-subscription" AcmPolicyGeneratorName string = "acm-policy-generator" ImageRegistryNamespace string = "openshift-image-registry" MulticlusterhubOperator string = "multiclusterhub-operator" PerfProfileName string = "openshift-node-performance-profile" MachineConfigName string = "02-master-workload-partitioning" TunedPatchName string = "performance-patch" TunedNamespace string = "openshift-cluster-node-tuning-operator" MCPname string = "master" PrivPodNamespace string = "cnfgotestpriv" )
ZTP and Argocd vars.
Variables ¶
View Source
var ArgocdApps = []string{ ArgocdClustersAppName, ArgocdPoliciesAppName, }
ArgocdApps is a list of the argocd app names that are defined above.
Functions ¶
This section is empty.
Types ¶
type ArgocdGitDetails ¶
ArgocdGitDetails stores argocd git details.
Click to show internal directories.
Click to hide internal directories.