Skip to content

Commit e6f6819

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

File tree

14 files changed

+7383
-2925
lines changed

14 files changed

+7383
-2925
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.36.0
18+
kmodules.xyz/resource-metadata v0.37.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.36.0 h1:KDVSrq4XcOoyAB8NTdHCqYduGfCUwP3AivRxkFdATJA=
574-
kmodules.xyz/resource-metadata v0.36.0/go.mod h1:rwXNC2Byb0m0XJv9PxSxPJwMM6OdU+6uOidUCHu74zU=
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=
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=
Lines changed: 182 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,182 @@
1+
apiVersion: meta.k8s.appscode.com/v1alpha1
2+
kind: ResourceDescriptor
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
k8s.io/group: autoscaling.kubedb.com
7+
k8s.io/kind: IgniteAutoscaler
8+
k8s.io/resource: igniteautoscalers
9+
k8s.io/version: v1alpha1
10+
name: autoscaling.kubedb.com-v1alpha1-igniteautoscalers
11+
spec:
12+
resource:
13+
group: autoscaling.kubedb.com
14+
kind: IgniteAutoscaler
15+
name: igniteautoscalers
16+
scope: Namespaced
17+
version: v1alpha1
18+
validation:
19+
openAPIV3Schema:
20+
properties:
21+
apiVersion:
22+
type: string
23+
kind:
24+
type: string
25+
metadata:
26+
properties:
27+
name:
28+
description: 'Name must be unique within a namespace. Is required when
29+
creating resources, although some resources may allow a client to
30+
request the generation of an appropriate name automatically. Name
31+
is primarily intended for creation idempotence and configuration definition.
32+
Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names'
33+
type: string
34+
namespace:
35+
description: "Namespace defines the space within which each name must
36+
be unique. An empty namespace is equivalent to the \"default\" namespace,
37+
but \"default\" is the canonical representation. Not all objects are
38+
required to be scoped to a namespace - the value of this field for
39+
those objects will be empty. \n Must be a DNS_LABEL. Cannot be updated.
40+
More info: http://kubernetes.io/docs/user-guide/namespaces"
41+
type: string
42+
labels:
43+
additionalProperties:
44+
type: string
45+
description: 'Map of string keys and values that can be used to organize
46+
and categorize (scope and select) objects. May match selectors of
47+
replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels'
48+
type: object
49+
annotations:
50+
additionalProperties:
51+
type: string
52+
description: 'Annotations is an unstructured key value map stored with
53+
a resource that may be set by external tools to store and retrieve
54+
arbitrary metadata. They are not queryable and should be preserved
55+
when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations'
56+
type: object
57+
type: object
58+
spec:
59+
properties:
60+
compute:
61+
properties:
62+
ignite:
63+
properties:
64+
containerControlledValues:
65+
enum:
66+
- RequestsAndLimits
67+
- RequestsOnly
68+
type: string
69+
controlledResources:
70+
items:
71+
type: string
72+
type: array
73+
inMemoryStorage:
74+
properties:
75+
scalingFactorPercentage:
76+
format: int32
77+
type: integer
78+
usageThresholdPercentage:
79+
format: int32
80+
type: integer
81+
type: object
82+
maxAllowed:
83+
additionalProperties:
84+
anyOf:
85+
- type: integer
86+
- type: string
87+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
88+
x-kubernetes-int-or-string: true
89+
type: object
90+
minAllowed:
91+
additionalProperties:
92+
anyOf:
93+
- type: integer
94+
- type: string
95+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
96+
x-kubernetes-int-or-string: true
97+
type: object
98+
podLifeTimeThreshold:
99+
type: string
100+
resourceDiffPercentage:
101+
format: int32
102+
type: integer
103+
trigger:
104+
type: string
105+
type: object
106+
nodeTopology:
107+
properties:
108+
name:
109+
type: string
110+
scaleDownDiffPercentage:
111+
default: 25
112+
format: int32
113+
type: integer
114+
scaleUpDiffPercentage:
115+
default: 15
116+
format: int32
117+
type: integer
118+
type: object
119+
type: object
120+
databaseRef:
121+
properties:
122+
name:
123+
default: ""
124+
type: string
125+
type: object
126+
x-kubernetes-map-type: atomic
127+
opsRequestOptions:
128+
properties:
129+
apply:
130+
default: IfReady
131+
enum:
132+
- IfReady
133+
- Always
134+
type: string
135+
timeout:
136+
type: string
137+
type: object
138+
storage:
139+
properties:
140+
ignite:
141+
properties:
142+
expansionMode:
143+
enum:
144+
- Offline
145+
- Online
146+
type: string
147+
scalingRules:
148+
items:
149+
properties:
150+
appliesUpto:
151+
type: string
152+
threshold:
153+
type: string
154+
required:
155+
- appliesUpto
156+
- threshold
157+
type: object
158+
type: array
159+
scalingThreshold:
160+
format: int32
161+
type: integer
162+
trigger:
163+
type: string
164+
upperBound:
165+
anyOf:
166+
- type: integer
167+
- type: string
168+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
169+
x-kubernetes-int-or-string: true
170+
usageThreshold:
171+
format: int32
172+
type: integer
173+
required:
174+
- expansionMode
175+
type: object
176+
type: object
177+
required:
178+
- databaseRef
179+
type: object
180+
required:
181+
- spec
182+
type: object

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.kubedb.com/v1alpha1/pgbouncerversions.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ spec:
5858
required:
5959
- image
6060
type: object
61+
gitSyncer:
62+
properties:
63+
image:
64+
type: string
65+
required:
66+
- image
67+
type: object
6168
pgBouncer:
6269
properties:
6370
image:

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/catalog.kubedb.com/v1alpha1/pgpoolversions.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ spec:
5858
required:
5959
- image
6060
type: object
61+
gitSyncer:
62+
properties:
63+
image:
64+
type: string
65+
required:
66+
- image
67+
type: object
6168
pgpool:
6269
properties:
6370
image:

0 commit comments

Comments
 (0)