Skip to content

Commit

Permalink
Merge branch 'master' into ks43repcond
Browse files Browse the repository at this point in the history
  • Loading branch information
fbm3307 authored May 15, 2024
2 parents e72bfb8 + 3b52373 commit dc93afe
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 @@ -17,6 +17,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 dc93afe

Please sign in to comment.