tests: add e2e test for new optional list field - #58
Conversation
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: everettraven 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 |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
What this PR does:
Adds a new case to the
validchangese2e test to validate that adding a new optional field to a list is considered a valid change.Which issue this PR is related to:
Proves #49 is not an issue with the latest changes.