Skip to content

Commit

Permalink
Generated CRDs changed
Browse files Browse the repository at this point in the history
  • Loading branch information
cimnine committed May 21, 2021
1 parent 315e3fd commit 7eb0e0f
Show file tree
Hide file tree
Showing 18 changed files with 9,191 additions and 2,780 deletions.
202 changes: 144 additions & 58 deletions config/crd/apiextensions.k8s.io/v1/base/backup.appuio.ch_archives.yaml

Large diffs are not rendered by default.

186 changes: 134 additions & 52 deletions config/crd/apiextensions.k8s.io/v1/base/backup.appuio.ch_backups.yaml

Large diffs are not rendered by default.

177 changes: 127 additions & 50 deletions config/crd/apiextensions.k8s.io/v1/base/backup.appuio.ch_checks.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -39,30 +39,39 @@ spec:
name: v1alpha1
schema:
openAPIV3Schema:
description: EffectiveSchedule is the Schema to persist schedules generated from Randomized schedules.
description: EffectiveSchedule is the Schema to persist schedules generated
from Randomized schedules.
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: EffectiveScheduleSpec defines the desired state of EffectiveSchedule
properties:
generatedSchedule:
description: GeneratedSchedule is the effective schedule that is added to Cron
description: GeneratedSchedule is the effective schedule that is added
to Cron
type: string
jobType:
description: JobType defines to which job type this schedule applies
type: string
originalSchedule:
description: OriginalSchedule is the original user-defined schedule definition in the Schedule object.
description: OriginalSchedule is the original user-defined schedule
definition in the Schedule object.
type: string
scheduleRefs:
description: ScheduleRefs holds a list of schedules for which the generated schedule applies to. The list may omit entries that aren't generated from smart schedules.
description: ScheduleRefs holds a list of schedules for which the
generated schedule applies to. The list may omit entries that aren't
generated from smart schedules.
items:
description: ScheduleRef represents a reference to a Schedule resource
properties:
Expand Down
4,209 changes: 3,359 additions & 850 deletions config/crd/apiextensions.k8s.io/v1/base/backup.appuio.ch_prebackuppods.yaml

Large diffs are not rendered by default.

184 changes: 132 additions & 52 deletions config/crd/apiextensions.k8s.io/v1/base/backup.appuio.ch_prunes.yaml

Large diffs are not rendered by default.

205 changes: 146 additions & 59 deletions config/crd/apiextensions.k8s.io/v1/base/backup.appuio.ch_restores.yaml

Large diffs are not rendered by default.

902 changes: 633 additions & 269 deletions config/crd/apiextensions.k8s.io/v1/base/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,15 +22,20 @@ 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
Loading

0 comments on commit 7eb0e0f

Please sign in to comment.