mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
e2e: promote CRD defaulting test to conformance test
This commit is contained in:
parent
e4bde524d9
commit
69282dc4d8
1
test/conformance/testdata/conformance.txt
vendored
1
test/conformance/testdata/conformance.txt
vendored
@ -15,6 +15,7 @@ test/e2e/apimachinery/custom_resource_definition.go: "creating/deleting custom r
|
|||||||
test/e2e/apimachinery/custom_resource_definition.go: "listing 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: "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/custom_resource_definition.go: "should include custom resource definition resources in discovery documents"
|
||||||
|
test/e2e/apimachinery/custom_resource_definition.go: "custom resource defaulting for requests and from storage works"
|
||||||
test/e2e/apimachinery/garbage_collector.go: "should delete pods created by rc when not orphaning"
|
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 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"
|
test/e2e/apimachinery/garbage_collector.go: "should delete RS created by deployment when not orphaning"
|
||||||
|
@ -264,7 +264,7 @@ var _ = SIGDescribe("CustomResourceDefinition resources [Privileged:ClusterAdmin
|
|||||||
the default is applied. Create another CR. Remove default, add default for another field and read CR until
|
the default is applied. Create another CR. Remove default, add default for another field and read CR until
|
||||||
new field is defaulted, but old default stays.
|
new field is defaulted, but old default stays.
|
||||||
*/
|
*/
|
||||||
ginkgo.It("custom resource defaulting for requests and from storage works ", func() {
|
framework.ConformanceIt("custom resource defaulting for requests and from storage works ", func() {
|
||||||
config, err := framework.LoadConfig()
|
config, err := framework.LoadConfig()
|
||||||
framework.ExpectNoError(err, "loading config")
|
framework.ExpectNoError(err, "loading config")
|
||||||
apiExtensionClient, err := clientset.NewForConfig(config)
|
apiExtensionClient, err := clientset.NewForConfig(config)
|
||||||
|
Loading…
Reference in New Issue
Block a user