File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ type ReplicaSetStatus struct {
1515
1616type PodSummary []ReplicaSetStatus
1717
18- // OperatorStatus defines the observed state of an Atom/WFS/WMS/. ...
18+ // OperatorStatus defines the observed state of an Atom/WFS/WMS/OGCAPI/ ...
1919type OperatorStatus struct {
2020 // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
2121 // Important: Run "make" to regenerate code after modifying this file
2222
23- // Summary of status of pods that belong to this resource
23+ // Summary of status of pods that belong to this CR
2424 PodSummary PodSummary `json:"podSummary,omitempty"`
25- // Each condition contains details for one aspect of the current state of this Atom .
25+ // Each condition contains details for one aspect of the current state of this CR .
2626 // Known .status.conditions.type are: "Reconciled"
2727 Conditions []metav1.Condition `json:"conditions,omitempty"`
28- // The result of creating or updating of each derived resource for this Atom .
28+ // The result of creating or updating of each derived resource for this CR .
2929 OperationResults map [string ]controllerutil.OperationResult `json:"operationResults,omitempty"`
3030}
You can’t perform that action at this time.
0 commit comments