Skip to content

Commit 0960425

Browse files
authored
Prepare for release v0.0.7 (#157)
ProductLine: ByteBuilders Release: v2022.10.14 Release-tracker: appscode-cloud/CHANGELOG#32 Signed-off-by: 1gtm <[email protected]> Signed-off-by: 1gtm <[email protected]>
1 parent 1a6f496 commit 0960425

File tree

433 files changed

+20409
-3906
lines changed

Some content is hidden

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

433 files changed

+20409
-3906
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
kmodules.xyz/client-go v0.25.6
3333
kmodules.xyz/custom-resources v0.25.0
3434
kmodules.xyz/monitoring-agent-api v0.25.0
35-
kmodules.xyz/resource-metadata v0.13.0
35+
kmodules.xyz/resource-metadata v0.13.1
3636
kmodules.xyz/resource-metrics v0.25.0
3737
kmodules.xyz/sets v0.24.0
3838
kubepack.dev/kubepack v0.5.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1728,8 +1728,8 @@ kmodules.xyz/monitoring-agent-api v0.25.0 h1:RU9RBeCqQdoS381xXy8cM1aqT+7qmtuPI3K
17281728
kmodules.xyz/monitoring-agent-api v0.25.0/go.mod h1:RH5f/W9eCiW+KTblBIh8MZkjCWdtMQ8MuzCBMfgkynM=
17291729
kmodules.xyz/offshoot-api v0.25.0 h1:Svq9da/+sg5afOjpgo9vx2J/Lu90Mo0aFxkdQmgKnGI=
17301730
kmodules.xyz/offshoot-api v0.25.0/go.mod h1:ysEBn7LJuT3+s8ynAQA/OG0BSsJugXa6KGtDLMRjlKo=
1731-
kmodules.xyz/resource-metadata v0.13.0 h1:rwRnJuhDXvRlUop/gwILwljRezzhdU/i760bq21FWgY=
1732-
kmodules.xyz/resource-metadata v0.13.0/go.mod h1:dHFJGeJjPpeyhXL7hdgb81NaQa/AeLAkhy4kSpnpPzE=
1731+
kmodules.xyz/resource-metadata v0.13.1 h1:HRNpbfhyGvY9ECxYJtWFpmHZARCqMRP4HV9oPunawms=
1732+
kmodules.xyz/resource-metadata v0.13.1/go.mod h1:dHFJGeJjPpeyhXL7hdgb81NaQa/AeLAkhy4kSpnpPzE=
17331733
kmodules.xyz/resource-metrics v0.25.0 h1:wj3npVZZQr+Yysg/XdGn4LdT5kQizWeO0zq7QlSVx50=
17341734
kmodules.xyz/resource-metrics v0.25.0/go.mod h1:4a49npnu73c9LGDWHWQsPWoXWXU9rpCcknoH1+HHesI=
17351735
kmodules.xyz/sets v0.24.0 h1:GbltLEPVnURjcmWyf8eFstgJBpm9o151wsrABkByGrc=
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: ui.k8s.appscode.com/v1alpha1
2+
kind: ResourceDashboard
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
k8s.io/group: kubevault.com
7+
k8s.io/kind: VaultServer
8+
k8s.io/resource: vaultservers
9+
k8s.io/version: v1alpha2
10+
name: kubevault.com-v1alpha2-vaultservers
11+
spec:
12+
dashboards: null
13+
resource:
14+
group: kubevault.com
15+
kind: VaultServer
16+
name: vaultservers
17+
scope: Namespaced
18+
version: v1alpha2

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/acme.cert-manager.io/v1/challenges.yaml

+107-13
Large diffs are not rendered by default.

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/acme.cert-manager.io/v1alpha2/challenges.yaml

+4-124
Large diffs are not rendered by default.

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/acme.cert-manager.io/v1alpha3/challenges.yaml

+4-124
Large diffs are not rendered by default.

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/acme.cert-manager.io/v1beta1/challenges.yaml

+4-124
Large diffs are not rendered by default.

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

+19
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,22 @@ spec:
6565
spec:
6666
description: AppBindingSpec is the spec for app
6767
properties:
68+
appRef:
69+
description: Reference to underlying application
70+
properties:
71+
apiGroup:
72+
type: string
73+
kind:
74+
type: string
75+
name:
76+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
77+
type: string
78+
namespace:
79+
description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
80+
type: string
81+
required:
82+
- name
83+
type: object
6884
clientConfig:
6985
description: ClientConfig defines how to communicate with the app. Required
7086
properties:
@@ -121,6 +137,7 @@ spec:
121137
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
122138
type: string
123139
type: object
140+
x-kubernetes-map-type: atomic
124141
secretTransforms:
125142
description: List of transformations that should be applied to the credentials associated with the ServiceBinding before they are inserted into the Secret.
126143
items:
@@ -152,6 +169,7 @@ spec:
152169
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
153170
type: string
154171
type: object
172+
x-kubernetes-map-type: atomic
155173
type: object
156174
removeKey:
157175
description: RemoveKey represents a transform that removes a credentials Secret entry
@@ -184,6 +202,7 @@ spec:
184202
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
185203
type: string
186204
type: object
205+
x-kubernetes-map-type: atomic
187206
type:
188207
description: Type used to facilitate programmatic handling of application.
189208
type: string

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/autoscaling.kubedb.com/v1alpha1/elasticsearchautoscalers.yaml

+14-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ spec:
4545
properties:
4646
compute:
4747
properties:
48-
disableScaleDown:
49-
type: boolean
5048
node:
5149
properties:
5250
containerControlledValues:
@@ -232,6 +230,20 @@ spec:
232230
name:
233231
type: string
234232
type: object
233+
x-kubernetes-map-type: atomic
234+
opsRequestOptions:
235+
properties:
236+
apply:
237+
default: IfReady
238+
enum:
239+
- IfReady
240+
- Always
241+
type: string
242+
readinessCriteria:
243+
type: object
244+
timeout:
245+
type: string
246+
type: object
235247
storage:
236248
properties:
237249
node:

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/autoscaling.kubedb.com/v1alpha1/etcdautoscalers.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ spec:
164164
type: string
165165
type: object
166166
type: object
167+
x-kubernetes-map-type: atomic
167168
required:
168169
- name
169170
type: object
@@ -234,6 +235,7 @@ spec:
234235
type: string
235236
type: object
236237
type: object
238+
x-kubernetes-map-type: atomic
237239
required:
238240
- name
239241
type: object
@@ -293,6 +295,7 @@ spec:
293295
type: string
294296
type: object
295297
type: object
298+
x-kubernetes-map-type: atomic
296299
required:
297300
- name
298301
type: object
@@ -366,6 +369,7 @@ spec:
366369
name:
367370
type: string
368371
type: object
372+
x-kubernetes-map-type: atomic
369373
required:
370374
- maxReplicas
371375
- scaleTargetRef

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/autoscaling.kubedb.com/v1alpha1/mariadbautoscalers.yaml

+14-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ spec:
4545
properties:
4646
compute:
4747
properties:
48-
disableScaleDown:
49-
type: boolean
5048
mariadb:
5149
properties:
5250
containerControlledValues:
@@ -97,6 +95,20 @@ spec:
9795
name:
9896
type: string
9997
type: object
98+
x-kubernetes-map-type: atomic
99+
opsRequestOptions:
100+
properties:
101+
apply:
102+
default: IfReady
103+
enum:
104+
- IfReady
105+
- Always
106+
type: string
107+
readinessCriteria:
108+
type: object
109+
timeout:
110+
type: string
111+
type: object
100112
storage:
101113
properties:
102114
mariadb:

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/autoscaling.kubedb.com/v1alpha1/memcachedautoscalers.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ spec:
164164
type: string
165165
type: object
166166
type: object
167+
x-kubernetes-map-type: atomic
167168
required:
168169
- name
169170
type: object
@@ -234,6 +235,7 @@ spec:
234235
type: string
235236
type: object
236237
type: object
238+
x-kubernetes-map-type: atomic
237239
required:
238240
- name
239241
type: object
@@ -293,6 +295,7 @@ spec:
293295
type: string
294296
type: object
295297
type: object
298+
x-kubernetes-map-type: atomic
296299
required:
297300
- name
298301
type: object
@@ -366,6 +369,7 @@ spec:
366369
name:
367370
type: string
368371
type: object
372+
x-kubernetes-map-type: atomic
369373
required:
370374
- maxReplicas
371375
- scaleTargetRef

vendor/kmodules.xyz/resource-metadata/hub/resourcedescriptors/autoscaling.kubedb.com/v1alpha1/mongodbautoscalers.yaml

+105-2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,50 @@ spec:
4545
properties:
4646
compute:
4747
properties:
48+
arbiter:
49+
properties:
50+
containerControlledValues:
51+
enum:
52+
- RequestsAndLimits
53+
- RequestsOnly
54+
type: string
55+
controlledResources:
56+
items:
57+
type: string
58+
type: array
59+
inMemoryStorage:
60+
properties:
61+
scalingFactorPercentage:
62+
format: int32
63+
type: integer
64+
usageThresholdPercentage:
65+
format: int32
66+
type: integer
67+
type: object
68+
maxAllowed:
69+
additionalProperties:
70+
anyOf:
71+
- type: integer
72+
- type: string
73+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
74+
x-kubernetes-int-or-string: true
75+
type: object
76+
minAllowed:
77+
additionalProperties:
78+
anyOf:
79+
- type: integer
80+
- type: string
81+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
82+
x-kubernetes-int-or-string: true
83+
type: object
84+
podLifeTimeThreshold:
85+
type: string
86+
resourceDiffPercentage:
87+
format: int32
88+
type: integer
89+
trigger:
90+
type: string
91+
type: object
4892
configServer:
4993
properties:
5094
containerControlledValues:
@@ -89,8 +133,50 @@ spec:
89133
trigger:
90134
type: string
91135
type: object
92-
disableScaleDown:
93-
type: boolean
136+
hidden:
137+
properties:
138+
containerControlledValues:
139+
enum:
140+
- RequestsAndLimits
141+
- RequestsOnly
142+
type: string
143+
controlledResources:
144+
items:
145+
type: string
146+
type: array
147+
inMemoryStorage:
148+
properties:
149+
scalingFactorPercentage:
150+
format: int32
151+
type: integer
152+
usageThresholdPercentage:
153+
format: int32
154+
type: integer
155+
type: object
156+
maxAllowed:
157+
additionalProperties:
158+
anyOf:
159+
- type: integer
160+
- type: string
161+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
162+
x-kubernetes-int-or-string: true
163+
type: object
164+
minAllowed:
165+
additionalProperties:
166+
anyOf:
167+
- type: integer
168+
- type: string
169+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
170+
x-kubernetes-int-or-string: true
171+
type: object
172+
podLifeTimeThreshold:
173+
type: string
174+
resourceDiffPercentage:
175+
format: int32
176+
type: integer
177+
trigger:
178+
type: string
179+
type: object
94180
mongos:
95181
properties:
96182
containerControlledValues:
@@ -273,6 +359,7 @@ spec:
273359
name:
274360
type: string
275361
type: object
362+
x-kubernetes-map-type: atomic
276363
opsRequestOptions:
277364
properties:
278365
apply:
@@ -314,6 +401,22 @@ spec:
314401
format: int32
315402
type: integer
316403
type: object
404+
hidden:
405+
properties:
406+
expansionMode:
407+
enum:
408+
- Offline
409+
- Online
410+
type: string
411+
scalingThreshold:
412+
format: int32
413+
type: integer
414+
trigger:
415+
type: string
416+
usageThreshold:
417+
format: int32
418+
type: integer
419+
type: object
317420
replicaSet:
318421
properties:
319422
expansionMode:

0 commit comments

Comments
 (0)