mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #82198 from roycaihw/crd-discovery-conformance
promote crd discovery e2e to conformance
This commit is contained in:
commit
b327a729c5
1
test/conformance/testdata/conformance.txt
vendored
1
test/conformance/testdata/conformance.txt
vendored
@ -14,6 +14,7 @@ test/e2e/apimachinery/crd_watch.go: "watch on custom resource definition objects
|
||||
test/e2e/apimachinery/custom_resource_definition.go: "creating/deleting custom resource definition objects works"
|
||||
test/e2e/apimachinery/custom_resource_definition.go: "listing custom resource definition objects works"
|
||||
test/e2e/apimachinery/custom_resource_definition.go: "getting/updating/patching custom resource definition status sub-resource works"
|
||||
test/e2e/apimachinery/custom_resource_definition.go: "should include custom resource definition resources in discovery documents"
|
||||
test/e2e/apimachinery/garbage_collector.go: "should delete pods created by rc when not orphaning"
|
||||
test/e2e/apimachinery/garbage_collector.go: "should orphan pods created by rc if delete options say so"
|
||||
test/e2e/apimachinery/garbage_collector.go: "should delete RS created by deployment when not orphaning"
|
||||
|
@ -188,7 +188,7 @@ var _ = SIGDescribe("CustomResourceDefinition resources [Privileged:ClusterAdmin
|
||||
Description: Fetch /apis, /apis/apiextensions.k8s.io, and /apis/apiextensions.k8s.io/v1 discovery documents,
|
||||
and ensure they indicate CustomResourceDefinition apiextensions.k8s.io/v1 resources are available.
|
||||
*/
|
||||
ginkgo.It("should include custom resource definition resources in discovery documents", func() {
|
||||
framework.ConformanceIt("should include custom resource definition resources in discovery documents", func() {
|
||||
{
|
||||
ginkgo.By("fetching the /apis discovery document")
|
||||
apiGroupList := &metav1.APIGroupList{}
|
||||
|
Loading…
Reference in New Issue
Block a user