mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-02 06:47:34 +00:00
Remove the duplicated words in test files
Signed-off-by: mooncake <xcoder@tenxcloud.com>
This commit is contained in:
@@ -79,7 +79,7 @@ func newHeadlessService(namespace string) *v1.Service {
|
||||
}
|
||||
}
|
||||
|
||||
// newSTS returns a StatefulSet with with a fake container image
|
||||
// newSTS returns a StatefulSet with a fake container image
|
||||
func newSTS(name, namespace string, replicas int) *v1beta1.StatefulSet {
|
||||
replicasCopy := int32(replicas)
|
||||
return &v1beta1.StatefulSet{
|
||||
|
||||
Reference in New Issue
Block a user