strip unused list endpoint

This commit is contained in:
Asim Aslam
2020-04-24 18:05:38 +01:00
parent edee3b6765
commit 0a030f3d8a
2 changed files with 2 additions and 16 deletions

View File

@@ -107,9 +107,9 @@ func CreateImage(img string) CreateOption {
func CreateImagePullSecret(secrets ...string) CreateOption {
return func(o *CreateOptions) {
o.ImagePullSecrets = append(o.ImagePullSecrets, secrets...)
}
}
}
// CreateNamespace sets the namespace
func CreateNamespace(ns string) CreateOption {
return func(o *CreateOptions) {