Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions operator/v1/types_console.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BrandAzure Brand = "azure" is the only real change, the rest is whitespace.

)

// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
Expand Down