From b8efb56faa8aff921116cc5fc991c0d18f310b82 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Petersen" Date: Tue, 26 Feb 2019 16:30:26 -0500 Subject: [PATCH] Add Azure to brand options for console --- operator/v1/types_console.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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