mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix imports, Formatting of text
This commit is contained in:
parent
a062367251
commit
1e8f5feffd
@ -25,7 +25,7 @@ import (
|
||||
"github.com/onsi/ginkgo"
|
||||
"github.com/onsi/gomega"
|
||||
appsv1 "k8s.io/api/apps/v1"
|
||||
v1 "k8s.io/api/core/v1"
|
||||
"k8s.io/api/core/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
klabels "k8s.io/apimachinery/pkg/labels"
|
||||
"k8s.io/apimachinery/pkg/types"
|
||||
@ -763,11 +763,11 @@ var _ = SIGDescribe("StatefulSet", func() {
|
||||
})
|
||||
|
||||
/*
|
||||
Release : v1.16
|
||||
Testname: StatefulSet resource Replica scaling
|
||||
Description: Create a StatefulSet resource.
|
||||
Newly created StatefulSet resource MUST have a scale of one.
|
||||
Bring the scale of the StatefulSet resource up to two. StatefulSet scale MUST be at two replicas.
|
||||
Release : v1.16
|
||||
Testname: StatefulSet resource Replica scaling
|
||||
Description: Create a StatefulSet resource.
|
||||
Newly created StatefulSet resource MUST have a scale of one.
|
||||
Bring the scale of the StatefulSet resource up to two. StatefulSet scale MUST be at two replicas.
|
||||
*/
|
||||
framework.ConformanceIt("should have a working scale subresource", func() {
|
||||
ginkgo.By("Creating statefulset " + ssName + " in namespace " + ns)
|
||||
|
Loading…
Reference in New Issue
Block a user