|
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: gitrepositories.source.toolkit.fluxcd.io |
10 | 9 | spec: |
@@ -236,14 +235,12 @@ spec: |
236 | 235 | description: "Condition contains details for one aspect of the current |
237 | 236 | state of this API Resource. --- This struct is intended for direct |
238 | 237 | use as an array at the field path .status.conditions. For example, |
239 | | - \n \ttype FooStatus struct{ \t // Represents the observations |
240 | | - of a foo's current state. \t // Known .status.conditions.type |
241 | | - are: \"Available\", \"Progressing\", and \"Degraded\" \t // |
242 | | - +patchMergeKey=type \t // +patchStrategy=merge \t // +listType=map |
243 | | - \t // +listMapKey=type \t Conditions []metav1.Condition |
| 238 | + \n type FooStatus struct{ // Represents the observations of a |
| 239 | + foo's current state. // Known .status.conditions.type are: \"Available\", |
| 240 | + \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge |
| 241 | + // +listType=map // +listMapKey=type Conditions []metav1.Condition |
244 | 242 | `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" |
245 | | - protobuf:\"bytes,1,rep,name=conditions\"` \n \t // other fields |
246 | | - \t}" |
| 243 | + protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }" |
247 | 244 | properties: |
248 | 245 | lastTransitionTime: |
249 | 246 | description: lastTransitionTime is the last time the condition |
@@ -597,14 +594,12 @@ spec: |
597 | 594 | description: "Condition contains details for one aspect of the current |
598 | 595 | state of this API Resource. --- This struct is intended for direct |
599 | 596 | use as an array at the field path .status.conditions. For example, |
600 | | - \n \ttype FooStatus struct{ \t // Represents the observations |
601 | | - of a foo's current state. \t // Known .status.conditions.type |
602 | | - are: \"Available\", \"Progressing\", and \"Degraded\" \t // |
603 | | - +patchMergeKey=type \t // +patchStrategy=merge \t // +listType=map |
604 | | - \t // +listMapKey=type \t Conditions []metav1.Condition |
| 597 | + \n type FooStatus struct{ // Represents the observations of a |
| 598 | + foo's current state. // Known .status.conditions.type are: \"Available\", |
| 599 | + \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge |
| 600 | + // +listType=map // +listMapKey=type Conditions []metav1.Condition |
605 | 601 | `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" |
606 | | - protobuf:\"bytes,1,rep,name=conditions\"` \n \t // other fields |
607 | | - \t}" |
| 602 | + protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }" |
608 | 603 | properties: |
609 | 604 | lastTransitionTime: |
610 | 605 | description: lastTransitionTime is the last time the condition |
@@ -664,8 +659,8 @@ spec: |
664 | 659 | type: array |
665 | 660 | contentConfigChecksum: |
666 | 661 | description: 'ContentConfigChecksum is a checksum of all the configurations |
667 | | - related to the content of the source artifact: - .spec.ignore - |
668 | | - .spec.recurseSubmodules - .spec.included and the checksum of the |
| 662 | + related to the content of the source artifact: - .spec.ignore - |
| 663 | + .spec.recurseSubmodules - .spec.included and the checksum of the |
669 | 664 | included artifacts observed in .status.observedGeneration version |
670 | 665 | of the object. This can be used to determine if the content of the |
671 | 666 | included repository has changed. It has the format of `<algo>:<checksum>`, |
|
0 commit comments