|
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: kustomizations.kustomize.toolkit.fluxcd.io |
10 | 9 | spec: |
@@ -441,14 +440,12 @@ spec: |
441 | 440 | description: "Condition contains details for one aspect of the current |
442 | 441 | state of this API Resource. --- This struct is intended for direct |
443 | 442 | use as an array at the field path .status.conditions. For example, |
444 | | - \n \ttype FooStatus struct{ \t // Represents the observations |
445 | | - of a foo's current state. \t // Known .status.conditions.type |
446 | | - are: \"Available\", \"Progressing\", and \"Degraded\" \t // |
447 | | - +patchMergeKey=type \t // +patchStrategy=merge \t // +listType=map |
448 | | - \t // +listMapKey=type \t Conditions []metav1.Condition |
| 443 | + \n type FooStatus struct{ // Represents the observations of a |
| 444 | + foo's current state. // Known .status.conditions.type are: \"Available\", |
| 445 | + \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge |
| 446 | + // +listType=map // +listMapKey=type Conditions []metav1.Condition |
449 | 447 | `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" |
450 | | - protobuf:\"bytes,1,rep,name=conditions\"` \n \t // other fields |
451 | | - \t}" |
| 448 | + protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }" |
452 | 449 | properties: |
453 | 450 | lastTransitionTime: |
454 | 451 | description: lastTransitionTime is the last time the condition |
@@ -1003,14 +1000,12 @@ spec: |
1003 | 1000 | description: "Condition contains details for one aspect of the current |
1004 | 1001 | state of this API Resource. --- This struct is intended for direct |
1005 | 1002 | use as an array at the field path .status.conditions. For example, |
1006 | | - \n \ttype FooStatus struct{ \t // Represents the observations |
1007 | | - of a foo's current state. \t // Known .status.conditions.type |
1008 | | - are: \"Available\", \"Progressing\", and \"Degraded\" \t // |
1009 | | - +patchMergeKey=type \t // +patchStrategy=merge \t // +listType=map |
1010 | | - \t // +listMapKey=type \t Conditions []metav1.Condition |
| 1003 | + \n type FooStatus struct{ // Represents the observations of a |
| 1004 | + foo's current state. // Known .status.conditions.type are: \"Available\", |
| 1005 | + \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge |
| 1006 | + // +listType=map // +listMapKey=type Conditions []metav1.Condition |
1011 | 1007 | `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" |
1012 | | - protobuf:\"bytes,1,rep,name=conditions\"` \n \t // other fields |
1013 | | - \t}" |
| 1008 | + protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }" |
1014 | 1009 | properties: |
1015 | 1010 | lastTransitionTime: |
1016 | 1011 | description: lastTransitionTime is the last time the condition |
|
0 commit comments