Merge pull request #22497 from jamieklassen/cluster-title

'title' field for Kubernetes clusters
This commit is contained in:
Ben Lambert
2024-02-13 14:30:51 +01:00
committed by GitHub
50 changed files with 386 additions and 52 deletions
@@ -38,6 +38,7 @@ kubernetes:
plural: 'rollouts'
- url: http://127.0.0.2:9999
name: aws-cluster-1
title: 'My AWS Cluster Number One'
authProvider: 'aws'
- type: 'gke'
projectId: 'gke-clusters'
@@ -151,6 +152,11 @@ The base URL to the Kubernetes control plane. Can be found by using the
A name to represent this cluster, this must be unique within the `clusters`
array. Users will see this value in the Software Catalog Kubernetes plugin.
##### `clusters.\*.title`
A human-readable name for the cluster. This value will override the `name` field
for the purposes of display in the catalog.
##### `clusters.\*.authProvider`
This determines how the Kubernetes client authenticates with the Kubernetes