Skip to content

Commit c4609d2

Browse files
committed
ClusterClass: remove builtin labels & annotations variables, add new
Signed-off-by: Stefan Büringer [email protected]
1 parent 7233fd7 commit c4609d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/proposals/202105256-cluster-class-and-managed-topologies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,11 +571,11 @@ Note: Builtin variables are defined in [Builtin variables](#builtin-variables) b
571571
#### Builtin variables
572572

573573
It’s also possible to use so-called builtin variables in addition to user-defined variables. The following builtin variables are available:
574-
- `builtin.cluster.{name,namespace,labels,annotations}`
574+
- `builtin.cluster.{name,namespace}`
575575
- `builtin.cluster.topology.{version,class}`
576-
- `builtin.controlPlane.{labels,annotations,replicas,version}`
576+
- `builtin.controlPlane.{replicas,version}`
577577
- **Note**: these variables are only available when patching control plane or control plane machine templates.
578-
- `builtin.machineDeployment.{labels,annotations,replicas,version,class,name,topologyName}`
578+
- `builtin.machineDeployment.{replicas,version,class,name,topologyName}`
579579
- **Note**: these variables are only available when patching MachineDeployment templates and contain the values
580580
of the current `MachineDeploymentTopology`.
581581

0 commit comments

Comments
 (0)