ARO-RP/pkg/operator/const.go

13 строки
223 B
Go

package operator
// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.
const (
RoleMaster = "master"
RoleWorker = "worker"
Namespace = "openshift-azure-operator"
SecretName = "cluster"
)