Skip to content

Commit c1546b8

Browse files
authored
Update for release [email protected] (#58)
ProductLine: ACE Release: v2025.10.17 Signed-off-by: 1gtm <[email protected]>
1 parent e6f6819 commit c1546b8

File tree

91 files changed

+2390
-372
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+2390
-372
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
k8s.io/client-go v0.32.3
1616
k8s.io/klog/v2 v2.130.1
1717
kmodules.xyz/client-go v0.32.7
18-
kmodules.xyz/resource-metadata v0.37.0
18+
kmodules.xyz/resource-metadata v0.38.0
1919
sigs.k8s.io/controller-runtime v0.20.4
2020
)
2121

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,8 @@ kmodules.xyz/go-containerregistry v0.0.14 h1:8MgLFa74HymAJEyjH7fyQJn5u2Ok6qPPFQX
570570
kmodules.xyz/go-containerregistry v0.0.14/go.mod h1:xz0iGC3noyMi5NNAzXWTH6KqfiIgFWZAomw+U2zVOXs=
571571
kmodules.xyz/offshoot-api v0.32.0 h1:gogc5scSZe2JoXtZof72UGRl3Tit0kFaFRMkLLT1D8o=
572572
kmodules.xyz/offshoot-api v0.32.0/go.mod h1:tled7OxYZ3SkUJcrVFVVYyd+zXjsRSEm1R6Q3k4gcx0=
573-
kmodules.xyz/resource-metadata v0.37.0 h1:qOckR0Ae+ZGXAJSJ5RL0x8jQYm+rcQjUxZJUCA04DdY=
574-
kmodules.xyz/resource-metadata v0.37.0/go.mod h1:rwXNC2Byb0m0XJv9PxSxPJwMM6OdU+6uOidUCHu74zU=
573+
kmodules.xyz/resource-metadata v0.38.0 h1:jKRrmrarlTtj+NRiyT6vtEaaH6TFYrbHN64KIHVfcR0=
574+
kmodules.xyz/resource-metadata v0.38.0/go.mod h1:rwXNC2Byb0m0XJv9PxSxPJwMM6OdU+6uOidUCHu74zU=
575575
kmodules.xyz/resource-metrics v0.30.11-0.20250808121819-d4255c017e68 h1:Wzj3OzURb0qx/CeoFnA7U8xjBuPjW606txW83Rd1SZo=
576576
kmodules.xyz/resource-metrics v0.30.11-0.20250808121819-d4255c017e68/go.mod h1:5K+0A0iU+4JBFPZEuj716/oSgI9xUTnVTANS+cwhHIs=
577577
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/appcatalog.appscode.com/v1alpha1/appbindings.yaml

Lines changed: 138 additions & 75 deletions
Large diffs are not rendered by default.

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/gitops.kubedb.com/v1alpha1/druids.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,22 @@ spec:
6363
format: date-time
6464
type: string
6565
apiGroup:
66+
default: ""
6667
type: string
6768
externallyManaged:
6869
type: boolean
70+
kind:
71+
default: Secret
72+
type: string
6973
name:
70-
default: ""
7174
type: string
7275
rotateAfter:
7376
type: string
7477
secretStoreName:
7578
type: string
79+
required:
80+
- kind
81+
- name
7682
type: object
7783
x-kubernetes-map-type: atomic
7884
autoOps:
@@ -1194,16 +1200,22 @@ spec:
11941200
format: date-time
11951201
type: string
11961202
apiGroup:
1203+
default: ""
11971204
type: string
11981205
externallyManaged:
11991206
type: boolean
1207+
kind:
1208+
default: Secret
1209+
type: string
12001210
name:
1201-
default: ""
12021211
type: string
12031212
rotateAfter:
12041213
type: string
12051214
secretStoreName:
12061215
type: string
1216+
required:
1217+
- kind
1218+
- name
12071219
type: object
12081220
x-kubernetes-map-type: atomic
12091221
metadataStorage:

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/gitops.kubedb.com/v1alpha1/elasticsearches.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,22 @@ spec:
6363
format: date-time
6464
type: string
6565
apiGroup:
66+
default: ""
6667
type: string
6768
externallyManaged:
6869
type: boolean
70+
kind:
71+
default: Secret
72+
type: string
6973
name:
70-
default: ""
7174
type: string
7275
rotateAfter:
7376
type: string
7477
secretStoreName:
7578
type: string
79+
required:
80+
- kind
81+
- name
7682
type: object
7783
x-kubernetes-map-type: atomic
7884
autoOps:

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/gitops.kubedb.com/v1alpha1/ferretdbs.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,22 @@ spec:
6363
format: date-time
6464
type: string
6565
apiGroup:
66+
default: ""
6667
type: string
6768
externallyManaged:
6869
type: boolean
70+
kind:
71+
default: Secret
72+
type: string
6973
name:
70-
default: ""
7174
type: string
7275
rotateAfter:
7376
type: string
7477
secretStoreName:
7578
type: string
79+
required:
80+
- kind
81+
- name
7682
type: object
7783
x-kubernetes-map-type: atomic
7884
autoOps:

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/gitops.kubedb.com/v1alpha1/kafkas.yaml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,34 @@ spec:
6363
format: date-time
6464
type: string
6565
apiGroup:
66+
default: ""
6667
type: string
6768
externallyManaged:
6869
type: boolean
70+
kind:
71+
default: Secret
72+
type: string
6973
name:
70-
default: ""
7174
type: string
7275
rotateAfter:
7376
type: string
7477
secretStoreName:
7578
type: string
79+
required:
80+
- kind
81+
- name
7682
type: object
7783
x-kubernetes-map-type: atomic
7884
autoOps:
7985
properties:
8086
disabled:
8187
type: boolean
8288
type: object
89+
brokerRack:
90+
properties:
91+
topologyKey:
92+
type: string
93+
type: object
8394
configSecret:
8495
properties:
8596
name:
@@ -102,16 +113,22 @@ spec:
102113
format: date-time
103114
type: string
104115
apiGroup:
116+
default: ""
105117
type: string
106118
externallyManaged:
107119
type: boolean
120+
kind:
121+
default: Secret
122+
type: string
108123
name:
109-
default: ""
110124
type: string
111125
rotateAfter:
112126
type: string
113127
secretStoreName:
114128
type: string
129+
required:
130+
- kind
131+
- name
115132
type: object
116133
x-kubernetes-map-type: atomic
117134
podTemplate:
@@ -3284,16 +3301,22 @@ spec:
32843301
format: date-time
32853302
type: string
32863303
apiGroup:
3304+
default: ""
32873305
type: string
32883306
externallyManaged:
32893307
type: boolean
3308+
kind:
3309+
default: Secret
3310+
type: string
32903311
name:
3291-
default: ""
32923312
type: string
32933313
rotateAfter:
32943314
type: string
32953315
secretStoreName:
32963316
type: string
3317+
required:
3318+
- kind
3319+
- name
32973320
type: object
32983321
x-kubernetes-map-type: atomic
32993322
monitor:

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/gitops.kubedb.com/v1alpha1/mariadbs.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,22 @@ spec:
149149
format: date-time
150150
type: string
151151
apiGroup:
152+
default: ""
152153
type: string
153154
externallyManaged:
154155
type: boolean
156+
kind:
157+
default: Secret
158+
type: string
155159
name:
156-
default: ""
157160
type: string
158161
rotateAfter:
159162
type: string
160163
secretStoreName:
161164
type: string
165+
required:
166+
- kind
167+
- name
162168
type: object
163169
x-kubernetes-map-type: atomic
164170
autoOps:

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/gitops.kubedb.com/v1alpha1/memcacheds.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,22 @@ spec:
6363
format: date-time
6464
type: string
6565
apiGroup:
66+
default: ""
6667
type: string
6768
externallyManaged:
6869
type: boolean
70+
kind:
71+
default: Secret
72+
type: string
6973
name:
70-
default: ""
7174
type: string
7275
rotateAfter:
7376
type: string
7477
secretStoreName:
7578
type: string
79+
required:
80+
- kind
81+
- name
7682
type: object
7783
x-kubernetes-map-type: atomic
7884
configSecret:

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/gitops.kubedb.com/v1alpha1/mongodbs.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3251,16 +3251,22 @@ spec:
32513251
format: date-time
32523252
type: string
32533253
apiGroup:
3254+
default: ""
32543255
type: string
32553256
externallyManaged:
32563257
type: boolean
3258+
kind:
3259+
default: Secret
3260+
type: string
32573261
name:
3258-
default: ""
32593262
type: string
32603263
rotateAfter:
32613264
type: string
32623265
secretStoreName:
32633266
type: string
3267+
required:
3268+
- kind
3269+
- name
32643270
type: object
32653271
x-kubernetes-map-type: atomic
32663272
autoOps:

0 commit comments

Comments
 (0)