ARO-RP/cmd/aro/const.go

11 строки
310 B
Go

package main
// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.
const (
envOpenShiftVersions = "OPENSHIFT_VERSIONS"
envInstallerImageDigests = "INSTALLER_IMAGE_DIGESTS"
envPlatformWorkloadIdentityRoleSets = "PLATFORM_WORKLOAD_IDENTITY_ROLE_SETS"
)