Skip to content

Commit

Permalink
add missing comments for status fields
Browse files Browse the repository at this point in the history
  • Loading branch information
grokspawn committed Feb 26, 2024
1 parent d4f3de3 commit c180dcf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions crds/operators.coreos.com_catalogsources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ spec:
- type
x-kubernetes-list-type: map
configMapReference:
description: ConfigMapReference (deprecated) is the reference to the ConfigMap containing the catalog source's configuration, when the catalog source is a ConfigMap
type: object
required:
- name
Expand All @@ -695,6 +696,7 @@ spec:
description: UID is a type that holds unique ID values, including UUIDs. Because we don't ONLY use UUIDs, this is an alias to string. Being a type captures intent and helps make sure that UIDs and names do not get conflated.
type: string
connectionState:
description: ConnectionState represents the current state of the CatalogSource's connection to the registry
type: object
required:
- lastObservedState
Expand All @@ -717,6 +719,7 @@ spec:
description: Reason is the reason the CatalogSource was transitioned to its current state.
type: string
registryService:
description: RegistryService represents the current state of the GRPC service used to serve the catalog
type: object
properties:
createdAt:
Expand Down

0 comments on commit c180dcf

Please sign in to comment.