Resolve reference in order to remove $ref which is not supported by k8s#412
Conversation
|
Welcome @tatsuhiro-t! |
|
/assign @mengqiy |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mengqiy, tatsuhiro-t 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 |
| return nil, fmt.Errorf("unable to locate schema for type %s", typ) | ||
| } | ||
| return &baseSchema, nil | ||
| return f.FlattenSchema(baseSchema, typ.Package), nil |
There was a problem hiding this comment.
this is absolutely not the right way to fix this
There was a problem hiding this comment.
given the contract of this method
Fixes #324