File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ test/e2e/apimachinery/custom_resource_definition.go: "creating/deleting custom r
15
15
test/e2e/apimachinery/custom_resource_definition.go: "listing custom resource definition objects works"
16
16
test/e2e/apimachinery/custom_resource_definition.go: "getting/updating/patching custom resource definition status sub-resource works"
17
17
test/e2e/apimachinery/custom_resource_definition.go: "should include custom resource definition resources in discovery documents"
18
+ test/e2e/apimachinery/custom_resource_definition.go: "custom resource defaulting for requests and from storage works"
18
19
test/e2e/apimachinery/garbage_collector.go: "should delete pods created by rc when not orphaning"
19
20
test/e2e/apimachinery/garbage_collector.go: "should orphan pods created by rc if delete options say so"
20
21
test/e2e/apimachinery/garbage_collector.go: "should delete RS created by deployment when not orphaning"
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ var _ = SIGDescribe("CustomResourceDefinition resources [Privileged:ClusterAdmin
264
264
the default is applied. Create another CR. Remove default, add default for another field and read CR until
265
265
new field is defaulted, but old default stays.
266
266
*/
267
- ginkgo . It ("custom resource defaulting for requests and from storage works " , func () {
267
+ framework . ConformanceIt ("custom resource defaulting for requests and from storage works " , func () {
268
268
config , err := framework .LoadConfig ()
269
269
framework .ExpectNoError (err , "loading config" )
270
270
apiExtensionClient , err := clientset .NewForConfig (config )
You can’t perform that action at this time.
0 commit comments