Nothing to validate with event sources. Removing todos.#400
Conversation
|
/assign @vaikas-google |
|
/lgtm |
| } | ||
|
|
||
| func (cess *ClusterEventSourceSpec) Validate() *apis.FieldError { | ||
| // nothing to validate |
There was a problem hiding this comment.
nit: I find this comment odd, since we then do call validate on the CESS.
There was a problem hiding this comment.
I mean noting to validate for fields that are managed directly by ClusterEventSourceSpec. I suppose I can just remove the comment and continue cess.CommonEventSourceSpec.Validate()
| } | ||
|
|
||
| func (ess *EventSourceSpec) Validate() *apis.FieldError { | ||
| // nothing to validate |
|
Updated based on @vaikas-google 's feedback |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: n3wscott, vaikas-google The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
using the CI catalog source ..
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Follow-up to: #352
Proposed Changes
Release Note