diff --git a/operator/v1/types_console.go b/operator/v1/types_console.go index 3f3ee26a3a0..6aa8edfc192 100644 --- a/operator/v1/types_console.go +++ b/operator/v1/types_console.go @@ -48,13 +48,15 @@ const ( // Branding for OpenShift BrandOpenShift Brand = "openshift" // Branding for The Origin Community Distribution of Kubernetes - BrandOKD Brand = "okd" + BrandOKD Brand = "okd" // Branding for OpenShift Online - BrandOnline Brand = "online" + BrandOnline Brand = "online" // Branding for OpenShift Container Platform - BrandOCP Brand = "ocp" + BrandOCP Brand = "ocp" // Branding for OpenShift Dedicated BrandDedicated Brand = "dedicated" + // Branding for Azure Red Hat OpenShift + BrandAzure Brand = "azure" ) // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object