Skip to content

Commit d021d8c

Browse files
committed
Update crds
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 5c527d2 commit d021d8c

File tree

3 files changed

+101
-0
lines changed

3 files changed

+101
-0
lines changed

charts/stash-crds/crds/stash.appscode.com_backupsessions.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,55 @@ spec:
141141
description: Targets specify the backup status of individual targets
142142
items:
143143
properties:
144+
conditions:
145+
description: Conditions shows condition of different operations/steps
146+
of the backup process for this target
147+
items:
148+
properties:
149+
lastTransitionTime:
150+
description: Last time the condition transitioned from
151+
one status to another. This should be when the underlying
152+
condition changed. If that is not known, then using
153+
the time when the API field changed is acceptable.
154+
format: date-time
155+
type: string
156+
message:
157+
description: A human readable message indicating details
158+
about the transition. This field may be empty.
159+
type: string
160+
observedGeneration:
161+
description: If set, this represents the .metadata.generation
162+
that the condition was set based upon. For instance,
163+
if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration
164+
is 9, the condition is out of date with respect to the
165+
current state of the instance.
166+
format: int64
167+
type: integer
168+
reason:
169+
description: The reason for the condition's last transition
170+
in CamelCase. The specific API may choose whether or
171+
not this field is considered a guaranteed API. This
172+
field may not be empty.
173+
type: string
174+
status:
175+
description: Status of the condition, one of True, False,
176+
Unknown.
177+
type: string
178+
type:
179+
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
180+
Many .condition.type values are consistent across resources
181+
like Available, but because arbitrary conditions can
182+
be useful (see .node.status.conditions), the ability
183+
to deconflict is important.
184+
type: string
185+
required:
186+
- lastTransitionTime
187+
- message
188+
- reason
189+
- status
190+
- type
191+
type: object
192+
type: array
144193
phase:
145194
description: Phase indicates backup phase of this target
146195
enum:

charts/stash-grafana-dashboards/crds/openviz.dev_grafanadashboards.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ spec:
1919
scope: Namespaced
2020
versions:
2121
- additionalPrinterColumns:
22+
- jsonPath: .spec.model.title
23+
name: Title
24+
type: string
2225
- jsonPath: .status.phase
2326
name: Status
2427
type: string

crds/stash-crds.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3113,6 +3113,55 @@ spec:
31133113
description: Targets specify the backup status of individual targets
31143114
items:
31153115
properties:
3116+
conditions:
3117+
description: Conditions shows condition of different operations/steps
3118+
of the backup process for this target
3119+
items:
3120+
properties:
3121+
lastTransitionTime:
3122+
description: Last time the condition transitioned from
3123+
one status to another. This should be when the underlying
3124+
condition changed. If that is not known, then using
3125+
the time when the API field changed is acceptable.
3126+
format: date-time
3127+
type: string
3128+
message:
3129+
description: A human readable message indicating details
3130+
about the transition. This field may be empty.
3131+
type: string
3132+
observedGeneration:
3133+
description: If set, this represents the .metadata.generation
3134+
that the condition was set based upon. For instance,
3135+
if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration
3136+
is 9, the condition is out of date with respect to the
3137+
current state of the instance.
3138+
format: int64
3139+
type: integer
3140+
reason:
3141+
description: The reason for the condition's last transition
3142+
in CamelCase. The specific API may choose whether or
3143+
not this field is considered a guaranteed API. This
3144+
field may not be empty.
3145+
type: string
3146+
status:
3147+
description: Status of the condition, one of True, False,
3148+
Unknown.
3149+
type: string
3150+
type:
3151+
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
3152+
Many .condition.type values are consistent across resources
3153+
like Available, but because arbitrary conditions can
3154+
be useful (see .node.status.conditions), the ability
3155+
to deconflict is important.
3156+
type: string
3157+
required:
3158+
- lastTransitionTime
3159+
- message
3160+
- reason
3161+
- status
3162+
- type
3163+
type: object
3164+
type: array
31163165
phase:
31173166
description: Phase indicates backup phase of this target
31183167
enum:

0 commit comments

Comments
 (0)