@@ -4,30 +4,30 @@ kind: CustomResourceDefinition
44metadata :
55 annotations :
66 controller-gen.kubebuilder.io/version : v0.17.3
7- name : cachedresourceendpointslices .cache.kcp.io
7+ name : clustercachedresourceendpointslices .cache.kcp.io
88spec :
99 group : cache.kcp.io
1010 names :
1111 categories :
1212 - kcp
13- kind : CachedResourceEndpointSlice
14- listKind : CachedResourceEndpointSliceList
15- plural : cachedresourceendpointslices
16- singular : cachedresourceendpointslice
13+ kind : ClusterCachedResourceEndpointSlice
14+ listKind : ClusterCachedResourceEndpointSliceList
15+ plural : clustercachedresourceendpointslices
16+ singular : clustercachedresourceendpointslice
1717 scope : Cluster
1818 versions :
1919 - additionalPrinterColumns :
20- - jsonPath : .spec.cachedResource .name
21- name : CachedResource
20+ - jsonPath : .spec.clusterCachedResource .name
21+ name : ClusterCachedResource
2222 type : string
2323 - jsonPath : .metadata.creationTimestamp
2424 name : Age
2525 type : date
2626 name : v1alpha1
2727 schema :
2828 openAPIV3Schema :
29- description : CachedResourceEndpointSlice is a sink for the endpoints of CachedResource
30- virtual workspaces.
29+ description : ClusterCachedResourceEndpointSlice is a sink for the endpoints
30+ of ClusterCachedResource virtual workspaces.
3131 properties :
3232 apiVersion :
3333 description : |-
@@ -49,30 +49,30 @@ spec:
4949 spec :
5050 description : |-
5151 spec holds the desired state:
52- - the targeted CachedResource
52+ - the targeted ClusterCachedResource
5353 properties :
54- cachedResource :
55- description : CachedResource points to the real CachedResource the
56- slice is created for.
54+ clusterCachedResource :
55+ description : ClusterCachedResource points to the real ClusterCachedResource
56+ the slice is created for.
5757 properties :
5858 name :
59- description : name is the name of the CachedResource the reference
60- points to.
59+ description : name is the name of the ClusterCachedResource the
60+ reference points to.
6161 type : string
6262 path :
6363 description : |-
64- path is a logical cluster path where the CachedResource is defined. If empty,
65- the CachedResource is assumed to be co-located with the referencing resource.
64+ path is a logical cluster path where the ClusterCachedResource is defined. If empty,
65+ the ClusterCachedResource is assumed to be co-located with the referencing resource.
6666 pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(:[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
6767 type : string
6868 required :
6969 - name
7070 type : object
7171 x-kubernetes-validations :
72- - message : CachedResource reference must not be changed
72+ - message : ClusterCachedResource reference must not be changed
7373 rule : self == oldSelf
7474 export :
75- description : export points to the APIExport that exports this CachedResourceEndpointSlice .
75+ description : export points to the APIExport that exports this ClusterCachedResourceEndpointSlice .
7676 properties :
7777 name :
7878 description : name is the name of the APIExport that describes
@@ -93,10 +93,10 @@ spec:
9393 partition :
9494 description : |-
9595 partition points to a partition that is used for filtering the endpoints
96- of the CachedResource part of the slice.
96+ of the ClusterCachedResource part of the slice.
9797 type : string
9898 required :
99- - cachedResource
99+ - clusterCachedResource
100100 - export
101101 type : object
102102 status :
@@ -106,7 +106,7 @@ spec:
106106 properties :
107107 conditions :
108108 description : conditions is a list of conditions that apply to the
109- CachedResourceEndpointSlice .
109+ ClusterCachedResourceEndpointSlice .
110110 items :
111111 description : Condition defines an observation of a object operational
112112 state.
0 commit comments