generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 588
Labels
area/conformance-testIssues or PRs related to Conformance tests.Issues or PRs related to Conformance tests.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.v1.4-release/subtaskThis indicates a subtask of a feature, bug, or smaller issue for the v1.4 release.This indicates a subtask of a feature, bug, or smaller issue for the v1.4 release.
Milestone
Description
Following the implementation of the ResolvedRefs condition for the BackendTLSPolicy (#3992) add conformance tests to verify correct status reporting across implementations.
Proposed Test Cases:
- All CACertificateRefs resolve successfully →
ResolvedRefs=True
andAccepted=True
- Missing or misconfigured CA certificate objects →
ResolvedRefs=False
withReason=InvalidCACertificateRef
andAccepted=True
- Unsupported Group/Kind →
ResolvedRefs=False
withReason=UnsupportedFeature
andAccepted=True
- No CACertificateRefs can be resolved →
ResolvedRefs=False
andAccepted=False
withReason=NoCACertificates
shaneutt and robscottshaneutt and robscottshaneutt and robscott
Metadata
Metadata
Assignees
Labels
area/conformance-testIssues or PRs related to Conformance tests.Issues or PRs related to Conformance tests.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.v1.4-release/subtaskThis indicates a subtask of a feature, bug, or smaller issue for the v1.4 release.This indicates a subtask of a feature, bug, or smaller issue for the v1.4 release.
Type
Projects
Status
Done