Skip to content

Commit

Permalink
Add the definition of the toolchain-cluster label to the API (#423)
Browse files Browse the repository at this point in the history
so that it can be reused freely throughout the codebase.
  • Loading branch information
metlos authored May 14, 2024
1 parent 73662d6 commit 3b52373
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/v1alpha1/toolchaincluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ const (
ToolchainClusterClusterNotReadyReason = "ClusterNotReady"
ToolchainClusterClusterNotReachableReason = "ClusterNotReachable"
ToolchainClusterClusterReachableReason = "ClusterReachable"

// ToolchainClusterLabel is the label on the Secret containing the credentials to connect
// to the cluster represented by the ToolchainCluster object.
ToolchainClusterLabel = LabelKeyPrefix + "toolchain-cluster"
)

type TLSValidation string
Expand Down

0 comments on commit 3b52373

Please sign in to comment.