You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Bucket is the Schema for the buckets API
36
36
properties:
37
37
apiVersion:
38
-
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
38
+
description: 'APIVersion defines the versioned schema of this representation
39
+
of an object. Servers should convert recognized schemas to the latest
40
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
39
41
type: string
40
42
kind:
41
-
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
43
+
description: 'Kind is a string value representing the REST resource this
44
+
object represents. Servers may infer this from the endpoint the client
45
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
42
46
type: string
43
47
metadata:
44
48
type: object
45
49
spec:
46
-
description: BucketSpec defines the desired state of an S3 compatible bucket
50
+
description: BucketSpec defines the desired state of an S3 compatible
51
+
bucket
47
52
properties:
48
53
accessFrom:
49
-
description: AccessFrom defines an Access Control List for allowing cross-namespace references to this object.
54
+
description: AccessFrom defines an Access Control List for allowing
55
+
cross-namespace references to this object.
50
56
properties:
51
57
namespaceSelectors:
52
-
description: NamespaceSelectors is the list of namespace selectors to which this ACL applies. Items in this list are evaluated using a logical OR operation.
58
+
description: NamespaceSelectors is the list of namespace selectors
59
+
to which this ACL applies. Items in this list are evaluated
60
+
using a logical OR operation.
53
61
items:
54
-
description: NamespaceSelector selects the namespaces to which this ACL applies. An empty map of MatchLabels matches all namespaces in a cluster.
62
+
description: NamespaceSelector selects the namespaces to which
63
+
this ACL applies. An empty map of MatchLabels matches all
64
+
namespaces in a cluster.
55
65
properties:
56
66
matchLabels:
57
67
additionalProperties:
58
68
type: string
59
-
description: MatchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
69
+
description: MatchLabels is a map of {key,value} pairs.
70
+
A single {key,value} in the matchLabels map is equivalent
71
+
to an element of matchExpressions, whose key field is
72
+
"key", the operator is "In", and the values array contains
73
+
only "value". The requirements are ANDed.
60
74
type: object
61
75
type: object
62
76
type: array
@@ -70,7 +84,10 @@ spec:
70
84
description: The bucket endpoint address.
71
85
type: string
72
86
ignore:
73
-
description: Ignore overrides the set of excluded patterns in the .sourceignore format (which is the same as .gitignore). If not provided, a default will be used, consult the documentation for your version to find out what those are.
87
+
description: Ignore overrides the set of excluded patterns in the
88
+
.sourceignore format (which is the same as .gitignore). If not provided,
89
+
a default will be used, consult the documentation for your version
90
+
to find out what those are.
74
91
type: string
75
92
insecure:
76
93
description: Insecure allows connecting to a non-TLS S3 HTTP endpoint.
@@ -90,7 +107,8 @@ spec:
90
107
description: The bucket region.
91
108
type: string
92
109
secretRef:
93
-
description: The name of the secret containing authentication credentials for the Bucket.
110
+
description: The name of the secret containing authentication credentials
111
+
for the Bucket.
94
112
properties:
95
113
name:
96
114
description: Name of the referent
@@ -99,11 +117,12 @@ spec:
99
117
- name
100
118
type: object
101
119
suspend:
102
-
description: This flag tells the controller to suspend the reconciliation of this source.
120
+
description: This flag tells the controller to suspend the reconciliation
121
+
of this source.
103
122
type: boolean
104
123
timeout:
105
-
default: 20s
106
-
description: The timeout for download operations, defaults to 20s.
124
+
default: 60s
125
+
description: The timeout for download operations, defaults to 60s.
107
126
type: string
108
127
required:
109
128
- bucketName
@@ -116,20 +135,24 @@ spec:
116
135
description: BucketStatus defines the observed state of a bucket
117
136
properties:
118
137
artifact:
119
-
description: Artifact represents the output of the last successful Bucket sync.
138
+
description: Artifact represents the output of the last successful
139
+
Bucket sync.
120
140
properties:
121
141
checksum:
122
142
description: Checksum is the SHA256 checksum of the artifact.
123
143
type: string
124
144
lastUpdateTime:
125
-
description: LastUpdateTime is the timestamp corresponding to the last update of this artifact.
145
+
description: LastUpdateTime is the timestamp corresponding to
146
+
the last update of this artifact.
126
147
format: date-time
127
148
type: string
128
149
path:
129
150
description: Path is the relative file path of this artifact.
130
151
type: string
131
152
revision:
132
-
description: Revision is a human readable identifier traceable in the origin source system. It can be a Git commit SHA, Git tag, a Helm index timestamp, a Helm chart version, etc.
153
+
description: Revision is a human readable identifier traceable
154
+
in the origin source system. It can be a Git commit SHA, Git
155
+
tag, a Helm index timestamp, a Helm chart version, etc.
133
156
type: string
134
157
url:
135
158
description: URL is the HTTP address of this artifact.
@@ -141,23 +164,45 @@ spec:
141
164
conditions:
142
165
description: Conditions holds the conditions for the Bucket.
143
166
items:
144
-
description: "Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: \"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }"
167
+
description: "Condition contains details for one aspect of the current
168
+
state of this API Resource. --- This struct is intended for direct
169
+
use as an array at the field path .status.conditions. For example,
170
+
type FooStatus struct{ // Represents the observations of a
171
+
foo's current state. // Known .status.conditions.type are:
172
+
\"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type
description: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
179
+
description: lastTransitionTime is the last time the condition
180
+
transitioned from one status to another. This should be when
181
+
the underlying condition changed. If that is not known, then
182
+
using the time when the API field changed is acceptable.
148
183
format: date-time
149
184
type: string
150
185
message:
151
-
description: message is a human readable message indicating details about the transition. This may be an empty string.
186
+
description: message is a human readable message indicating
187
+
details about the transition. This may be an empty string.
152
188
maxLength: 32768
153
189
type: string
154
190
observedGeneration:
155
-
description: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
191
+
description: observedGeneration represents the .metadata.generation
192
+
that the condition was set based upon. For instance, if .metadata.generation
193
+
is currently 12, but the .status.conditions[x].observedGeneration
194
+
is 9, the condition is out of date with respect to the current
195
+
state of the instance.
156
196
format: int64
157
197
minimum: 0
158
198
type: integer
159
199
reason:
160
-
description: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
200
+
description: reason contains a programmatic identifier indicating
201
+
the reason for the condition's last transition. Producers
202
+
of specific condition types may define expected values and
203
+
meanings for this field, and whether the values are considered
204
+
a guaranteed API. The value should be a CamelCase string.
205
+
This field may not be empty.
161
206
maxLength: 1024
162
207
minLength: 1
163
208
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
@@ -170,7 +215,11 @@ spec:
170
215
- Unknown
171
216
type: string
172
217
type:
173
-
description: type of condition in CamelCase or in foo.example.com/CamelCase. --- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
218
+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
219
+
--- Many .condition.type values are consistent across resources
220
+
like Available, but because arbitrary conditions can be useful
221
+
(see .node.status.conditions), the ability to deconflict is
222
+
important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
0 commit comments