You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Create a API extension client, define a random custom resource definition, create the custom resource. API server MUST be able to create the custom resource.
46
+
Description: Create a API extension client and define a random custom resource definition.
47
+
Create the custom resource definition and then delete it. The creation and deletion MUST
48
+
be successful.
47
49
*/
48
50
framework.ConformanceIt("creating/deleting custom resource definition objects works ", func() {
Description: Create a API extension client, define 10 random custom resource definitions and list them using a label selector. API server MUST be able to list the custom resource definitions and delete them via delete collection.
72
+
Description: Create a API extension client, define 10 labeled custom resource definitions and list them using
73
+
a label selector; the list result MUST contain only the labeled custom resource definitions. Delete the labeled
74
+
custom resource definitions via delete collection; the delete MUST be successful and MUST delete only the
75
+
labeled custom resource definitions.
71
76
*/
72
-
ginkgo.It("listing custom resource definition objects works ", func() {
77
+
framework.ConformanceIt("listing custom resource definition objects works ", func() {
Testname: Custom Resource Definition, status sub-resource
129
-
Description: Create a API extension client, create a custom resource definition and then read, update and patch its status sub-resource. API server MUST be able to perform the operations against the status sub-resource.
134
+
Description: Create a custom resource definition. Attempt to read, update and patch its status sub-resource;
135
+
all mutating sub-resource operations MUST be visible to subsequent reads.
130
136
*/
131
-
ginkgo.It("getting/updating/patching custom resource definition status sub-resource works ", func() {
137
+
framework.ConformanceIt("getting/updating/patching custom resource definition status sub-resource works ", func() {
0 commit comments