Skip to content

Commit

Permalink
Update crds
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Mar 14, 2022
1 parent 5c527d2 commit d021d8c
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 0 deletions.
49 changes: 49 additions & 0 deletions charts/stash-crds/crds/stash.appscode.com_backupsessions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,55 @@ spec:
description: Targets specify the backup status of individual targets
items:
properties:
conditions:
description: Conditions shows condition of different operations/steps
of the backup process for this target
items:
properties:
lastTransitionTime:
description: Last time the condition transitioned from
one status to another. This should be when the underlying
condition changed. If that is not known, then using
the time when the API field changed is acceptable.
format: date-time
type: string
message:
description: A human readable message indicating details
about the transition. This field may be empty.
type: string
observedGeneration:
description: If set, this represents the .metadata.generation
that the condition was set based upon. For instance,
if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration
is 9, the condition is out of date with respect to the
current state of the instance.
format: int64
type: integer
reason:
description: The reason for the condition's last transition
in CamelCase. The specific API may choose whether or
not this field is considered a guaranteed API. This
field may not be empty.
type: string
status:
description: Status of the condition, one of True, False,
Unknown.
type: string
type:
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
Many .condition.type values are consistent across resources
like Available, but because arbitrary conditions can
be useful (see .node.status.conditions), the ability
to deconflict is important.
type: string
required:
- lastTransitionTime
- message
- reason
- status
- type
type: object
type: array
phase:
description: Phase indicates backup phase of this target
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .spec.model.title
name: Title
type: string
- jsonPath: .status.phase
name: Status
type: string
Expand Down
49 changes: 49 additions & 0 deletions crds/stash-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3113,6 +3113,55 @@ spec:
description: Targets specify the backup status of individual targets
items:
properties:
conditions:
description: Conditions shows condition of different operations/steps
of the backup process for this target
items:
properties:
lastTransitionTime:
description: Last time the condition transitioned from
one status to another. This should be when the underlying
condition changed. If that is not known, then using
the time when the API field changed is acceptable.
format: date-time
type: string
message:
description: A human readable message indicating details
about the transition. This field may be empty.
type: string
observedGeneration:
description: If set, this represents the .metadata.generation
that the condition was set based upon. For instance,
if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration
is 9, the condition is out of date with respect to the
current state of the instance.
format: int64
type: integer
reason:
description: The reason for the condition's last transition
in CamelCase. The specific API may choose whether or
not this field is considered a guaranteed API. This
field may not be empty.
type: string
status:
description: Status of the condition, one of True, False,
Unknown.
type: string
type:
description: Type of condition in CamelCase or in foo.example.com/CamelCase.
Many .condition.type values are consistent across resources
like Available, but because arbitrary conditions can
be useful (see .node.status.conditions), the ability
to deconflict is important.
type: string
required:
- lastTransitionTime
- message
- reason
- status
- type
type: object
type: array
phase:
description: Phase indicates backup phase of this target
enum:
Expand Down

0 comments on commit d021d8c

Please sign in to comment.