|
1 | | - |
2 | 1 | --- |
3 | 2 | apiVersion: apiextensions.k8s.io/v1 |
4 | 3 | kind: CustomResourceDefinition |
5 | 4 | metadata: |
6 | 5 | annotations: |
7 | | - controller-gen.kubebuilder.io/version: v0.7.0 |
| 6 | + controller-gen.kubebuilder.io/version: v0.8.0 |
8 | 7 | creationTimestamp: null |
9 | 8 | name: imageupdateautomations.image.toolkit.fluxcd.io |
10 | 9 | spec: |
@@ -156,14 +155,12 @@ spec: |
156 | 155 | description: "Condition contains details for one aspect of the current |
157 | 156 | state of this API Resource. --- This struct is intended for direct |
158 | 157 | use as an array at the field path .status.conditions. For example, |
159 | | - \n \ttype FooStatus struct{ \t // Represents the observations |
160 | | - of a foo's current state. \t // Known .status.conditions.type |
161 | | - are: \"Available\", \"Progressing\", and \"Degraded\" \t // |
162 | | - +patchMergeKey=type \t // +patchStrategy=merge \t // +listType=map |
163 | | - \t // +listMapKey=type \t Conditions []metav1.Condition |
| 158 | + \n type FooStatus struct{ // Represents the observations of a |
| 159 | + foo's current state. // Known .status.conditions.type are: \"Available\", |
| 160 | + \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge |
| 161 | + // +listType=map // +listMapKey=type Conditions []metav1.Condition |
164 | 162 | `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" |
165 | | - protobuf:\"bytes,1,rep,name=conditions\"` \n \t // other fields |
166 | | - \t}" |
| 163 | + protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }" |
167 | 164 | properties: |
168 | 165 | lastTransitionTime: |
169 | 166 | description: lastTransitionTime is the last time the condition |
@@ -429,14 +426,12 @@ spec: |
429 | 426 | description: "Condition contains details for one aspect of the current |
430 | 427 | state of this API Resource. --- This struct is intended for direct |
431 | 428 | use as an array at the field path .status.conditions. For example, |
432 | | - \n \ttype FooStatus struct{ \t // Represents the observations |
433 | | - of a foo's current state. \t // Known .status.conditions.type |
434 | | - are: \"Available\", \"Progressing\", and \"Degraded\" \t // |
435 | | - +patchMergeKey=type \t // +patchStrategy=merge \t // +listType=map |
436 | | - \t // +listMapKey=type \t Conditions []metav1.Condition |
| 429 | + \n type FooStatus struct{ // Represents the observations of a |
| 430 | + foo's current state. // Known .status.conditions.type are: \"Available\", |
| 431 | + \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge |
| 432 | + // +listType=map // +listMapKey=type Conditions []metav1.Condition |
437 | 433 | `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" |
438 | | - protobuf:\"bytes,1,rep,name=conditions\"` \n \t // other fields |
439 | | - \t}" |
| 434 | + protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }" |
440 | 435 | properties: |
441 | 436 | lastTransitionTime: |
442 | 437 | description: lastTransitionTime is the last time the condition |
@@ -714,14 +709,12 @@ spec: |
714 | 709 | description: "Condition contains details for one aspect of the current |
715 | 710 | state of this API Resource. --- This struct is intended for direct |
716 | 711 | use as an array at the field path .status.conditions. For example, |
717 | | - \n \ttype FooStatus struct{ \t // Represents the observations |
718 | | - of a foo's current state. \t // Known .status.conditions.type |
719 | | - are: \"Available\", \"Progressing\", and \"Degraded\" \t // |
720 | | - +patchMergeKey=type \t // +patchStrategy=merge \t // +listType=map |
721 | | - \t // +listMapKey=type \t Conditions []metav1.Condition |
| 712 | + \n type FooStatus struct{ // Represents the observations of a |
| 713 | + foo's current state. // Known .status.conditions.type are: \"Available\", |
| 714 | + \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge |
| 715 | + // +listType=map // +listMapKey=type Conditions []metav1.Condition |
722 | 716 | `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" |
723 | | - protobuf:\"bytes,1,rep,name=conditions\"` \n \t // other fields |
724 | | - \t}" |
| 717 | + protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }" |
725 | 718 | properties: |
726 | 719 | lastTransitionTime: |
727 | 720 | description: lastTransitionTime is the last time the condition |
|
0 commit comments