Skip to content

Commit

Permalink
chore: generate files
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z committed May 3, 2024
1 parent 9a24f10 commit af0f552
Show file tree
Hide file tree
Showing 9 changed files with 960 additions and 675 deletions.
4 changes: 4 additions & 0 deletions assets/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -8579,6 +8579,10 @@
"description": "Limit is the maximum number of attempts for retrying a failed sync. If set to 0, no retries will be performed.",
"type": "integer",
"format": "int64"
},
"refresh": {
"type": "boolean",
"title": "Refresh indicates wether a new revision should trigger a new sync (default: false)"
}
}
},
Expand Down
60 changes: 60 additions & 0 deletions manifests/core-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ spec:
a failed sync. If set to 0, no retries will be performed.
format: int64
type: integer
refresh:
description: 'Refresh indicates wether a new revision should trigger
a new sync (default: false)'
type: boolean
type: object
sync:
description: Sync contains parameters for the operation
Expand Down Expand Up @@ -1668,6 +1672,10 @@ spec:
a failed sync. If set to 0, no retries will be performed.
format: int64
type: integer
refresh:
description: 'Refresh indicates wether a new revision should
trigger a new sync (default: false)'
type: boolean
type: object
syncOptions:
description: Options allow you to specify whole app sync-options
Expand Down Expand Up @@ -2529,6 +2537,10 @@ spec:
be performed.
format: int64
type: integer
refresh:
description: 'Refresh indicates wether a new revision
should trigger a new sync (default: false)'
type: boolean
type: object
sync:
description: Sync contains parameters for the operation
Expand Down Expand Up @@ -5609,6 +5621,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -6201,6 +6215,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -6796,6 +6812,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -7371,6 +7389,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -7969,6 +7989,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -8561,6 +8583,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -9156,6 +9180,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -9731,6 +9757,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -10314,6 +10342,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -11079,6 +11109,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -11839,6 +11871,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -12429,6 +12463,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -13029,6 +13065,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -13621,6 +13659,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -14216,6 +14256,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -14791,6 +14833,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -15374,6 +15418,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -16139,6 +16185,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -16899,6 +16947,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -17493,6 +17543,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -18075,6 +18127,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -18840,6 +18894,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -19600,6 +19656,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down Expand Up @@ -20265,6 +20323,8 @@ spec:
limit:
format: int64
type: integer
refresh:
type: boolean
type: object
syncOptions:
items:
Expand Down
12 changes: 12 additions & 0 deletions manifests/crds/application-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ spec:
a failed sync. If set to 0, no retries will be performed.
format: int64
type: integer
refresh:
description: 'Refresh indicates wether a new revision should trigger
a new sync (default: false)'
type: boolean
type: object
sync:
description: Sync contains parameters for the operation
Expand Down Expand Up @@ -1667,6 +1671,10 @@ spec:
a failed sync. If set to 0, no retries will be performed.
format: int64
type: integer
refresh:
description: 'Refresh indicates wether a new revision should
trigger a new sync (default: false)'
type: boolean
type: object
syncOptions:
description: Options allow you to specify whole app sync-options
Expand Down Expand Up @@ -2528,6 +2536,10 @@ spec:
be performed.
format: int64
type: integer
refresh:
description: 'Refresh indicates wether a new revision
should trigger a new sync (default: false)'
type: boolean
type: object
sync:
description: Sync contains parameters for the operation
Expand Down
Loading

0 comments on commit af0f552

Please sign in to comment.