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
Copy file name to clipboardExpand all lines: kratix/crds/platform_kratix_io_crds.yaml
+48-5Lines changed: 48 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -224,9 +224,9 @@ spec:
224
224
scope: Cluster
225
225
versions:
226
226
- additionalPrinterColumns:
227
-
- jsonPath: .status.installed
228
-
name: Installed
229
-
type: boolean
227
+
- jsonPath: .status.status
228
+
name: Status
229
+
type: string
230
230
- jsonPath: .spec.version
231
231
name: Version
232
232
type: string
@@ -259,8 +259,51 @@ spec:
259
259
status:
260
260
description: PromiseReleaseStatus defines the observed state of PromiseRelease
261
261
properties:
262
-
installed:
263
-
type: boolean
262
+
conditions:
263
+
items:
264
+
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, \n 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 }"
265
+
properties:
266
+
lastTransitionTime:
267
+
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.
268
+
format: date-time
269
+
type: string
270
+
message:
271
+
description: message is a human readable message indicating details about the transition. This may be an empty string.
272
+
maxLength: 32768
273
+
type: string
274
+
observedGeneration:
275
+
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.
276
+
format: int64
277
+
minimum: 0
278
+
type: integer
279
+
reason:
280
+
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.
281
+
maxLength: 1024
282
+
minLength: 1
283
+
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
284
+
type: string
285
+
status:
286
+
description: status of the condition, one of True, False, Unknown.
287
+
enum:
288
+
- "True"
289
+
- "False"
290
+
- Unknown
291
+
type: string
292
+
type:
293
+
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)
0 commit comments