Skip to content

Commit 7876f98

Browse files
committed
Add generated files
1 parent 9daa7a4 commit 7876f98

30 files changed

+2874
-2222
lines changed

bundle/manifests/3scale-operator.clusterserviceversion.yaml

Lines changed: 33 additions & 340 deletions
Large diffs are not rendered by default.

bundle/manifests/apps.3scale.net_apimanagerbackups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.16.5
66
creationTimestamp: null
77
labels:
88
app: 3scale-api-management

bundle/manifests/apps.3scale.net_apimanagerrestores.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.16.5
66
creationTimestamp: null
77
labels:
88
app: 3scale-api-management
@@ -82,10 +82,13 @@ spec:
8282
description: Name of the APIManager to be restored
8383
properties:
8484
name:
85+
default: ""
8586
description: |-
8687
Name of the referent.
88+
This field is effectively required, but due to backwards compatibility is
89+
allowed to be empty. Instances of this type with an empty value here are
90+
almost certainly wrong.
8791
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
88-
TODO: Add other useful fields. apiVersion, kind, uid?
8992
type: string
9093
type: object
9194
x-kubernetes-map-type: atomic

bundle/manifests/apps.3scale.net_apimanagers.yaml

Lines changed: 1323 additions & 717 deletions
Large diffs are not rendered by default.

bundle/manifests/capabilities.3scale.net_activedocs.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.16.5
66
creationTimestamp: null
77
labels:
88
app: 3scale-api-management
@@ -74,7 +74,6 @@ spec:
7474
the event) or if no container name is specified "spec.containers[2]" (container with
7575
index 2 in this pod). This syntax is chosen only to have some well-defined way of
7676
referencing a part of an object.
77-
TODO: this design is not final and this field is subject to change in the future.
7877
type: string
7978
kind:
8079
description: |-
@@ -121,10 +120,13 @@ spec:
121120
description: ProviderAccountRef references account provider credentials
122121
properties:
123122
name:
123+
default: ""
124124
description: |-
125125
Name of the referent.
126+
This field is effectively required, but due to backwards compatibility is
127+
allowed to be empty. Instances of this type with an empty value here are
128+
almost certainly wrong.
126129
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
127-
TODO: Add other useful fields. apiVersion, kind, uid?
128130
type: string
129131
type: object
130132
x-kubernetes-map-type: atomic
@@ -160,7 +162,6 @@ spec:
160162
extension mechanism intended to be used when the details of an observation
161163
are not a priori known or would not apply to all instances of a given Kind.
162164
163-
164165
Conditions should be added to explicitly convey properties that users and
165166
components care about rather than requiring those properties to be inferred
166167
from other observations. Once defined, the meaning of a Condition can not be
@@ -186,7 +187,6 @@ spec:
186187
ConditionType is the type of the condition and is typically a CamelCased
187188
word or short phrase.
188189
189-
190190
Condition types should indicate state in the "abnormal-true" polarity. For
191191
example, if the condition indicates when a policy is invalid, the "is valid"
192192
case is probably the norm, so the condition should be called "Invalid".
@@ -204,10 +204,13 @@ spec:
204204
description: ProductResourceName references the managed 3scale product
205205
properties:
206206
name:
207+
default: ""
207208
description: |-
208209
Name of the referent.
210+
This field is effectively required, but due to backwards compatibility is
211+
allowed to be empty. Instances of this type with an empty value here are
212+
almost certainly wrong.
209213
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
210-
TODO: Add other useful fields. apiVersion, kind, uid?
211214
type: string
212215
type: object
213216
x-kubernetes-map-type: atomic

bundle/manifests/capabilities.3scale.net_applicationauths.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.16.5
66
creationTimestamp: null
77
labels:
88
app: 3scale-api-management
@@ -48,10 +48,13 @@ spec:
4848
description: AuthSecretRef references account provider credentials
4949
properties:
5050
name:
51+
default: ""
5152
description: |-
5253
Name of the referent.
54+
This field is effectively required, but due to backwards compatibility is
55+
allowed to be empty. Instances of this type with an empty value here are
56+
almost certainly wrong.
5357
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
54-
TODO: Add other useful fields. apiVersion, kind, uid?
5558
type: string
5659
type: object
5760
x-kubernetes-map-type: atomic
@@ -62,10 +65,13 @@ spec:
6265
description: ProviderAccountRef references account provider credentials
6366
properties:
6467
name:
68+
default: ""
6569
description: |-
6670
Name of the referent.
71+
This field is effectively required, but due to backwards compatibility is
72+
allowed to be empty. Instances of this type with an empty value here are
73+
almost certainly wrong.
6774
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
68-
TODO: Add other useful fields. apiVersion, kind, uid?
6975
type: string
7076
type: object
7177
x-kubernetes-map-type: atomic
@@ -86,7 +92,6 @@ spec:
8692
extension mechanism intended to be used when the details of an observation
8793
are not a priori known or would not apply to all instances of a given Kind.
8894
89-
9095
Conditions should be added to explicitly convey properties that users and
9196
components care about rather than requiring those properties to be inferred
9297
from other observations. Once defined, the meaning of a Condition can not be
@@ -112,7 +117,6 @@ spec:
112117
ConditionType is the type of the condition and is typically a CamelCased
113118
word or short phrase.
114119
115-
116120
Condition types should indicate state in the "abnormal-true" polarity. For
117121
example, if the condition indicates when a policy is invalid, the "is valid"
118122
case is probably the norm, so the condition should be called "Invalid".

bundle/manifests/capabilities.3scale.net_applications.yaml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.16.5
66
creationTimestamp: null
77
labels:
88
app: 3scale-api-management
@@ -45,10 +45,13 @@ spec:
4545
description: AccountCRName name of account custom resource under which the application will be created
4646
properties:
4747
name:
48+
default: ""
4849
description: |-
4950
Name of the referent.
51+
This field is effectively required, but due to backwards compatibility is
52+
allowed to be empty. Instances of this type with an empty value here are
53+
almost certainly wrong.
5054
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
51-
TODO: Add other useful fields. apiVersion, kind, uid?
5255
type: string
5356
type: object
5457
x-kubernetes-map-type: atomic
@@ -61,10 +64,13 @@ spec:
6164
used only once when creating a new application
6265
properties:
6366
name:
67+
default: ""
6468
description: |-
6569
Name of the referent.
70+
This field is effectively required, but due to backwards compatibility is
71+
allowed to be empty. Instances of this type with an empty value here are
72+
almost certainly wrong.
6673
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
67-
TODO: Add other useful fields. apiVersion, kind, uid?
6874
type: string
6975
type: object
7076
x-kubernetes-map-type: atomic
@@ -78,10 +84,13 @@ spec:
7884
description: ProductCRName of product custom resource from which the application plan will be used
7985
properties:
8086
name:
87+
default: ""
8188
description: |-
8289
Name of the referent.
90+
This field is effectively required, but due to backwards compatibility is
91+
allowed to be empty. Instances of this type with an empty value here are
92+
almost certainly wrong.
8393
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
84-
TODO: Add other useful fields. apiVersion, kind, uid?
8594
type: string
8695
type: object
8796
x-kubernetes-map-type: atomic
@@ -111,7 +120,6 @@ spec:
111120
extension mechanism intended to be used when the details of an observation
112121
are not a priori known or would not apply to all instances of a given Kind.
113122
114-
115123
Conditions should be added to explicitly convey properties that users and
116124
components care about rather than requiring those properties to be inferred
117125
from other observations. Once defined, the meaning of a Condition can not be
@@ -137,7 +145,6 @@ spec:
137145
ConditionType is the type of the condition and is typically a CamelCased
138146
word or short phrase.
139147
140-
141148
Condition types should indicate state in the "abnormal-true" polarity. For
142149
example, if the condition indicates when a policy is invalid, the "is valid"
143150
case is probably the norm, so the condition should be called "Invalid".

bundle/manifests/capabilities.3scale.net_backends.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.16.5
66
creationTimestamp: null
77
labels:
88
app: 3scale-api-management
@@ -123,10 +123,13 @@ spec:
123123
description: ProviderAccountRef references account provider credentials
124124
properties:
125125
name:
126+
default: ""
126127
description: |-
127128
Name of the referent.
129+
This field is effectively required, but due to backwards compatibility is
130+
allowed to be empty. Instances of this type with an empty value here are
131+
almost certainly wrong.
128132
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
129-
TODO: Add other useful fields. apiVersion, kind, uid?
130133
type: string
131134
type: object
132135
x-kubernetes-map-type: atomic
@@ -155,7 +158,6 @@ spec:
155158
extension mechanism intended to be used when the details of an observation
156159
are not a priori known or would not apply to all instances of a given Kind.
157160
158-
159161
Conditions should be added to explicitly convey properties that users and
160162
components care about rather than requiring those properties to be inferred
161163
from other observations. Once defined, the meaning of a Condition can not be
@@ -181,7 +183,6 @@ spec:
181183
ConditionType is the type of the condition and is typically a CamelCased
182184
word or short phrase.
183185
184-
185186
Condition types should indicate state in the "abnormal-true" polarity. For
186187
example, if the condition indicates when a policy is invalid, the "is valid"
187188
case is probably the norm, so the condition should be called "Invalid".

bundle/manifests/capabilities.3scale.net_custompolicydefinitions.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.16.5
66
creationTimestamp: null
77
labels:
88
app: 3scale-api-management
@@ -58,10 +58,13 @@ spec:
5858
description: ProviderAccountRef references account provider credentials
5959
properties:
6060
name:
61+
default: ""
6162
description: |-
6263
Name of the referent.
64+
This field is effectively required, but due to backwards compatibility is
65+
allowed to be empty. Instances of this type with an empty value here are
66+
almost certainly wrong.
6367
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
64-
TODO: Add other useful fields. apiVersion, kind, uid?
6568
type: string
6669
type: object
6770
x-kubernetes-map-type: atomic
@@ -117,7 +120,6 @@ spec:
117120
extension mechanism intended to be used when the details of an observation
118121
are not a priori known or would not apply to all instances of a given Kind.
119122
120-
121123
Conditions should be added to explicitly convey properties that users and
122124
components care about rather than requiring those properties to be inferred
123125
from other observations. Once defined, the meaning of a Condition can not be
@@ -143,7 +145,6 @@ spec:
143145
ConditionType is the type of the condition and is typically a CamelCased
144146
word or short phrase.
145147
146-
147148
Condition types should indicate state in the "abnormal-true" polarity. For
148149
example, if the condition indicates when a policy is invalid, the "is valid"
149150
case is probably the norm, so the condition should be called "Invalid".

bundle/manifests/capabilities.3scale.net_developeraccounts.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.14.0
5+
controller-gen.kubebuilder.io/version: v0.16.5
66
creationTimestamp: null
77
labels:
88
app: 3scale-api-management
@@ -54,10 +54,13 @@ spec:
5454
description: ProviderAccountRef references account provider credentials
5555
properties:
5656
name:
57+
default: ""
5758
description: |-
5859
Name of the referent.
60+
This field is effectively required, but due to backwards compatibility is
61+
allowed to be empty. Instances of this type with an empty value here are
62+
almost certainly wrong.
5963
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
60-
TODO: Add other useful fields. apiVersion, kind, uid?
6164
type: string
6265
type: object
6366
x-kubernetes-map-type: atomic
@@ -82,7 +85,6 @@ spec:
8285
extension mechanism intended to be used when the details of an observation
8386
are not a priori known or would not apply to all instances of a given Kind.
8487
85-
8688
Conditions should be added to explicitly convey properties that users and
8789
components care about rather than requiring those properties to be inferred
8890
from other observations. Once defined, the meaning of a Condition can not be
@@ -108,7 +110,6 @@ spec:
108110
ConditionType is the type of the condition and is typically a CamelCased
109111
word or short phrase.
110112
111-
112113
Condition types should indicate state in the "abnormal-true" polarity. For
113114
example, if the condition indicates when a policy is invalid, the "is valid"
114115
case is probably the norm, so the condition should be called "Invalid".

0 commit comments

Comments
 (0)