Skip to content

Commit

Permalink
change to about API
Browse files Browse the repository at this point in the history
  • Loading branch information
lauralorenz committed Oct 18, 2021
1 parent dc84698 commit 5746344
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keps/sig-multicluster/2149-clusterid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ The most common discussion point within the SIG regarding whether an implementat
# An example object of `id.k8s.io ClusterProperty`
# using a kube-system ns uuid as the id value (recommended above):
apiVersion: multicluster.k8s.io/v1
apiVersion: about.k8s.io/v1
kind: ClusterProperty
metadata:
name: id.k8s.io
Expand All @@ -450,7 +450,7 @@ spec:
# An example object of `id.k8s.io ClusterProperty`
# using a human-readable string as the id value:
apiVersion: multicluster.k8s.io/v1
apiVersion: about.k8s.io/v1
kind: ClusterProperty
metadata:
name: id.k8s.io
Expand All @@ -472,7 +472,7 @@ In situations like these, the admission controller will need to fail to add the
```
# An example object of `clusterset.k8s.io ClusterProperty`:
apiVersion: multicluster.k8s.io/v1
apiVersion: about.k8s.io/v1
kind: ClusterProperty
metadata:
name: clusterset.k8s.io
Expand Down

0 comments on commit 5746344

Please sign in to comment.