Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/knative/serving-operator/blob/master/OWNERS)~~ [mattmoor]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)
goimports -w $(find -name '*.go' | grep -v vendor | grep -v third_party)
/assign k4leung4 /cc k4leung4