Skip to content

Commit 6fa29a4

Browse files
committed
simplify suffix wording based on review suggestion
1 parent ff80ff9 commit 6fa29a4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Contains an identifier that relates the containing cluster to the ClusterSet in
378378

379379
### Additional Properties
380380

381-
Implementers are free to add additional properties as they see fit, so long as they do not conflict with the well known properties and utilize a suffix. "Bare name" properties with no suffix, and properties using the suffixes `*.k8s.io`, `*.kubernetes.io`, and `*.sigs.k8s.io` are reserved for Kubernetes and related projects. For example, an implementation may utilize the `Kind` `ClusterProperty` to store objects with the name `fingerprint.coolmcsimplementation.com` but not `fingerprint.k8s.io` and not simply `fingerprint`.
381+
Implementers are free to add additional properties as they see fit, so long as they do not conflict with the well known properties _and_ utilize a suffix. The following suffixes are reserved for Kubernetes and related projects: `.k8s.io`, `.kubernetes.io`. For example, an implementation may utilize the `Kind` `ClusterProperty` to store objects with the name `fingerprint.coolmcsimplementation.com` but not `fingerprint.k8s.io` and not simply `fingerprint`.
382382

383383

384384
### Notes/Constraints/Caveats (Optional)

0 commit comments

Comments
 (0)