Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions imageregistry/v1/00_imageregistry.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -991,24 +991,36 @@ spec:
description: OperatorCondition is just the standard condition fields.
properties:
lastTransitionTime:
description: lastTransitionTime is the 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: message is a human readable message indicating details about the transition. This may be an empty string.
type: string
reason:
description: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string.
type: string
status:
description: status of the condition, one of True, False, Unknown.
type: string
type:
default: ""
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:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
generations:
description: generations are used to determine when an item needs to be reconciled or has changed in a way that needs a reaction.
items:
description: GenerationStatus keeps track of the generation for a given resource so that decisions about forced updates can be made.
properties:
group:
default: ""
description: group is the group of the thing you're tracking
type: string
hash:
Expand All @@ -1019,16 +1031,30 @@ spec:
format: int64
type: integer
name:
default: ""
description: name is the name of the thing you're tracking
type: string
namespace:
default: ""
description: namespace is where the thing you're tracking is
type: string
resource:
default: ""
description: resource is the resource type of the thing you're tracking
type: string
required:
- group
- name
- namespace
- resource
type: object
type: array
x-kubernetes-list-map-keys:
- group
- resource
- namespace
- name
x-kubernetes-list-type: map
observedGeneration:
description: observedGeneration is the last generation change you've dealt with
format: int64
Expand Down
8 changes: 8 additions & 0 deletions imageregistry/v1/01_imagepruner.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -622,18 +622,26 @@ spec:
items:
description: OperatorCondition is just the standard condition fields.
type: object
required:
- type
properties:
lastTransitionTime:
description: lastTransitionTime is the 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.
type: string
format: date-time
message:
description: message is a human readable message indicating details about the transition. This may be an empty string.
type: string
reason:
description: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string.
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
default: ""
observedGeneration:
description: observedGeneration is the last generation change that has been applied.
type: integer
Expand Down
Loading