Skip to content

Commit 5746344

Browse files
committed
change to about API
1 parent dc84698 commit 5746344

File tree

1 file changed

+3
-3
lines changed
  • keps/sig-multicluster/2149-clusterid

1 file changed

+3
-3
lines changed

keps/sig-multicluster/2149-clusterid/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ The most common discussion point within the SIG regarding whether an implementat
438438
# An example object of `id.k8s.io ClusterProperty`
439439
# using a kube-system ns uuid as the id value (recommended above):
440440
441-
apiVersion: multicluster.k8s.io/v1
441+
apiVersion: about.k8s.io/v1
442442
kind: ClusterProperty
443443
metadata:
444444
name: id.k8s.io
@@ -450,7 +450,7 @@ spec:
450450
# An example object of `id.k8s.io ClusterProperty`
451451
# using a human-readable string as the id value:
452452
453-
apiVersion: multicluster.k8s.io/v1
453+
apiVersion: about.k8s.io/v1
454454
kind: ClusterProperty
455455
metadata:
456456
name: id.k8s.io
@@ -472,7 +472,7 @@ In situations like these, the admission controller will need to fail to add the
472472
```
473473
# An example object of `clusterset.k8s.io ClusterProperty`:
474474
475-
apiVersion: multicluster.k8s.io/v1
475+
apiVersion: about.k8s.io/v1
476476
kind: ClusterProperty
477477
metadata:
478478
name: clusterset.k8s.io

0 commit comments

Comments
 (0)