Fix imports, Formatting of text

This commit is contained in:
Caleb Woodbine 2019-07-15 03:53:56 +00:00
parent a062367251
commit 1e8f5feffd

View File

@ -25,7 +25,7 @@ import (
"github.com/onsi/ginkgo" "github.com/onsi/ginkgo"
"github.com/onsi/gomega" "github.com/onsi/gomega"
appsv1 "k8s.io/api/apps/v1" 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" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
klabels "k8s.io/apimachinery/pkg/labels" klabels "k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/types" "k8s.io/apimachinery/pkg/types"
@ -763,11 +763,11 @@ var _ = SIGDescribe("StatefulSet", func() {
}) })
/* /*
Release : v1.16 Release : v1.16
Testname: StatefulSet resource Replica scaling Testname: StatefulSet resource Replica scaling
Description: Create a StatefulSet resource. Description: Create a StatefulSet resource.
Newly created StatefulSet resource MUST have a scale of one. 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. 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() { framework.ConformanceIt("should have a working scale subresource", func() {
ginkgo.By("Creating statefulset " + ssName + " in namespace " + ns) ginkgo.By("Creating statefulset " + ssName + " in namespace " + ns)