|
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: helmreleases.helm.toolkit.fluxcd.io
|
10 | 9 | spec:
|
@@ -736,14 +735,12 @@ spec:
|
736 | 735 | description: "Condition contains details for one aspect of the current
|
737 | 736 | state of this API Resource. --- This struct is intended for direct
|
738 | 737 | use as an array at the field path .status.conditions. For example,
|
739 |
| - \n \ttype FooStatus struct{ \t // Represents the observations |
740 |
| - of a foo's current state. \t // Known .status.conditions.type |
741 |
| - are: \"Available\", \"Progressing\", and \"Degraded\" \t // |
742 |
| - +patchMergeKey=type \t // +patchStrategy=merge \t // +listType=map |
743 |
| - \t // +listMapKey=type \t Conditions []metav1.Condition |
| 738 | + \n type FooStatus struct{ // Represents the observations of a |
| 739 | + foo's current state. // Known .status.conditions.type are: \"Available\", |
| 740 | + \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge |
| 741 | + // +listType=map // +listMapKey=type Conditions []metav1.Condition |
744 | 742 | `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\"
|
745 |
| - protobuf:\"bytes,1,rep,name=conditions\"` \n \t // other fields |
746 |
| - \t}" |
| 743 | + protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }" |
747 | 744 | properties:
|
748 | 745 | lastTransitionTime:
|
749 | 746 | description: lastTransitionTime is the last time the condition
|
|
0 commit comments