Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
a79ab689
Commit
a79ab689
authored
Jul 11, 2017
by
Ryan Hitchman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move empty_dir_wrapper.go into the storage directory.
parent
cb0f5b86
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
BUILD
test/e2e/BUILD
+0
-1
BUILD
test/e2e/storage/BUILD
+2
-0
empty_dir_wrapper.go
test/e2e/storage/empty_dir_wrapper.go
+2
-2
vsphere_volume_diskformat.go
test/e2e/storage/vsphere_volume_diskformat.go
+1
-1
No files found.
test/e2e/BUILD
View file @
a79ab689
...
...
@@ -58,7 +58,6 @@ go_library(
"dns_common.go",
"dns_configmap.go",
"e2e.go",
"empty_dir_wrapper.go",
"etcd_failure.go",
"events.go",
"example_cluster_dns.go",
...
...
test/e2e/storage/BUILD
View file @
a79ab689
...
...
@@ -10,6 +10,7 @@ load(
go_library(
name = "go_default_library",
srcs = [
"empty_dir_wrapper.go",
"framework.go",
"pd.go",
"persistent_volumes.go",
...
...
@@ -59,6 +60,7 @@ go_library(
"//vendor/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/types:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/util/errors:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/util/intstr:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/util/uuid:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/util/wait:go_default_library",
...
...
test/e2e/empty_dir_wrapper.go
→
test/e2e/
storage/
empty_dir_wrapper.go
View file @
a79ab689
...
...
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package
e2
e
package
storag
e
import
(
"k8s.io/api/core/v1"
...
...
@@ -50,7 +50,7 @@ const (
wrappedVolumeRaceRCNamePrefix
=
"wrapped-volume-race-"
)
var
_
=
framework
.
Kube
Describe
(
"EmptyDir wrapper volumes"
,
func
()
{
var
_
=
SIG
Describe
(
"EmptyDir wrapper volumes"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"emptydir-wrapper"
)
It
(
"should not conflict [Volume]"
,
func
()
{
...
...
test/e2e/storage/vsphere_volume_diskformat.go
View file @
a79ab689
...
...
@@ -52,7 +52,7 @@ import (
11. Delete PVC, PV and Storage Class
*/
var
_
=
SIGDescribe
(
"Volume Disk Format
[Volumes]
"
,
func
()
{
var
_
=
SIGDescribe
(
"Volume Disk Format"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"volume-disk-format"
)
var
(
client
clientset
.
Interface
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment