Skip to content

Commit 32db329

Browse files
Merge pull request #37 from PDOK/jd/status-update
Changed descriptions from Atom to CR
2 parents 5d50bb1 + 8711d02 commit 32db329

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

model/operator_status.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ type ReplicaSetStatus struct {
1515

1616
type 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/...
1919
type 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
}

0 commit comments

Comments
 (0)