Skip to content

Commit

Permalink
Regenerate CRDs with controller-gen 0.4
Browse files Browse the repository at this point in the history
New version reformats the CRDs by removing multiline-strings
  • Loading branch information
ccremer committed Nov 27, 2020
1 parent deda0a7 commit f999cd2
Show file tree
Hide file tree
Showing 16 changed files with 2,504 additions and 7,976 deletions.
141 changes: 46 additions & 95 deletions config/crd/apiextensions.k8s.io/v1/backup.appuio.ch_archives.yaml

Large diffs are not rendered by default.

128 changes: 41 additions & 87 deletions config/crd/apiextensions.k8s.io/v1/backup.appuio.ch_backups.yaml

Large diffs are not rendered by default.

113 changes: 37 additions & 76 deletions config/crd/apiextensions.k8s.io/v1/backup.appuio.ch_checks.yaml

Large diffs are not rendered by default.

3,930 changes: 814 additions & 3,116 deletions config/crd/apiextensions.k8s.io/v1/backup.appuio.ch_prebackuppods.yaml

Large diffs are not rendered by default.

123 changes: 40 additions & 83 deletions config/crd/apiextensions.k8s.io/v1/backup.appuio.ch_prunes.yaml

Large diffs are not rendered by default.

144 changes: 47 additions & 97 deletions config/crd/apiextensions.k8s.io/v1/backup.appuio.ch_restores.yaml

Large diffs are not rendered by default.

759 changes: 233 additions & 526 deletions config/crd/apiextensions.k8s.io/v1/backup.appuio.ch_schedules.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,15 @@ spec:
description: Snapshot is the Schema for the snapshots API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: SnapshotSpec contains all information needed about a restic
snapshot so it can be restored.
description: SnapshotSpec contains all information needed about a restic snapshot so it can be restored.
properties:
date:
format: date-time
Expand Down
138 changes: 45 additions & 93 deletions config/crd/apiextensions.k8s.io/v1beta1/backup.appuio.ch_archives.yaml

Large diffs are not rendered by default.

125 changes: 40 additions & 85 deletions config/crd/apiextensions.k8s.io/v1beta1/backup.appuio.ch_backups.yaml

Large diffs are not rendered by default.

110 changes: 36 additions & 74 deletions config/crd/apiextensions.k8s.io/v1beta1/backup.appuio.ch_checks.yaml

Large diffs are not rendered by default.

3,784 changes: 802 additions & 2,982 deletions config/crd/apiextensions.k8s.io/v1beta1/backup.appuio.ch_prebackuppods.yaml

Large diffs are not rendered by default.

120 changes: 39 additions & 81 deletions config/crd/apiextensions.k8s.io/v1beta1/backup.appuio.ch_prunes.yaml

Large diffs are not rendered by default.

141 changes: 46 additions & 95 deletions config/crd/apiextensions.k8s.io/v1beta1/backup.appuio.ch_restores.yaml

Large diffs are not rendered by default.

702 changes: 232 additions & 470 deletions config/crd/apiextensions.k8s.io/v1beta1/backup.appuio.ch_schedules.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,15 @@ spec:
description: Snapshot is the Schema for the snapshots API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: SnapshotSpec contains all information needed about a restic
snapshot so it can be restored.
description: SnapshotSpec contains all information needed about a restic snapshot so it can be restored.
properties:
date:
format: date-time
Expand Down

0 comments on commit f999cd2

Please sign in to comment.