File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkg/patterns/addon/pkg/status Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ type kstatusAggregator struct {
43
43
//
44
44
// e.g.
45
45
// computMethods := make(map[string]GetConditionsFn)
46
- // conditionsMethods := make(map[string]AbnormalConditionsMethod)
46
+ // abnormalConditionsMethods := make(map[string]AbnormalConditionsMethod)
47
47
//
48
48
// resourceGVK := schema.GroupVersionKind{...}
49
49
// computMethods[resourceGVK.String()] = <user supplied gvk specific 'Compute' method>
50
- // conditionsMethods [resourceGVK.String()] = <user supplied gvk specific Abnormal Conditions method>
50
+ // abnormalConditionsMethods [resourceGVK.String()] = <user supplied gvk specific Abnormal Conditions method>
51
51
//
52
52
// statusBuilder := &declarative.StatusBuilder {
53
53
// BuildStatusImpl: status.NewOpenKStatusAggregator(computeMethods, abnormalConditionsMethods),
You can’t perform that action at this time.
0 commit comments