Skip to content

Commit c180dcf

Browse files
committed
add missing comments for status fields
1 parent d4f3de3 commit c180dcf

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

crds/operators.coreos.com_catalogsources.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ spec:
677677
- type
678678
x-kubernetes-list-type: map
679679
configMapReference:
680+
description: ConfigMapReference (deprecated) is the reference to the ConfigMap containing the catalog source's configuration, when the catalog source is a ConfigMap
680681
type: object
681682
required:
682683
- name
@@ -695,6 +696,7 @@ spec:
695696
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.
696697
type: string
697698
connectionState:
699+
description: ConnectionState represents the current state of the CatalogSource's connection to the registry
698700
type: object
699701
required:
700702
- lastObservedState
@@ -717,6 +719,7 @@ spec:
717719
description: Reason is the reason the CatalogSource was transitioned to its current state.
718720
type: string
719721
registryService:
722+
description: RegistryService represents the current state of the GRPC service used to serve the catalog
720723
type: object
721724
properties:
722725
createdAt:

0 commit comments

Comments
 (0)