Documentation
¶
Index ¶
Constants ¶
View Source
const ( // NamespaceBlueprintSystem is the namespace where all blueprint components are installed NamespaceBlueprintSystem = "blueprint-system" // NamespaceFluxSystem is the namespace where all flux components are installed NamespaceFluxSystem = "flux-system" // BlueprintOperatorName is the name of the blueprint operator deployment BlueprintOperatorName = "blueprint-operator-controller-manager" // BlueprintOperatorWebhookName is the name of the blueprint operator webhook deployment BlueprintOperatorWebhookName = "blueprint-operator-webhook" // BlueprintContainerName is the name of the blueprint operator container BlueprintContainerName = "manager" // ManagedByLabel is the label used to identify resources managed by the blueprint operator ManagedByLabel = "app.kubernetes.io/managed-by" // ManagedByValue is the label value used to identify resources managed by the blueprint operator ManagedByValue = "blueprint-operator" // MirantisImageRegistry is the default image registry for Mirantis images MirantisImageRegistry = "ghcr.io/mirantiscontainers" )
View Source
const ( // CertManagerCAInjectorImageTag is the tag of the cert-manager cainjector image CertManagerCAInjectorImageTag = "v1.9.1" // CertManagerControllerImageTag is the tag of the cert-manager controller image CertManagerControllerImageTag = "v1.9.1" // CertManagerWebhookImageTag is the tag of the cert-manager webhook image CertManagerWebhookImageTag = "v1.9.1" // FluxCDHelmControllerImageTag is the tag of the helm controller image FluxCDHelmControllerImageTag = "v1.0.1" // FluxCDKustomizeControllerImageTag is the tag of the kustomize controller image FluxCDKustomizeControllerImageTag = "v1.3.0" // FluxCDNotificationControllerImageTag is the tag of the notification controller image FluxCDNotificationControllerImageTag = "v1.3.0" // FluxCDSourceControllerImageTag is the tag of the source controller image FluxCDSourceControllerImageTag = "v1.3.0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.