mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-29 21:47:44 +02:00
strip unused list endpoint
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user