deps: Bump cAdvisor to v0.46.0
Signed-off-by: David Porter <david@porter.me>
This commit is contained in:
2
vendor/github.com/google/cadvisor/container/containerd/namespaces/store.go
generated
vendored
2
vendor/github.com/google/cadvisor/container/containerd/namespaces/store.go
generated
vendored
@@ -37,8 +37,6 @@ import "context"
|
||||
// oriented. A namespace is really just a name and a set of labels. Objects
|
||||
// that belong to a namespace are returned when the namespace is assigned to a
|
||||
// given context.
|
||||
//
|
||||
//
|
||||
type Store interface {
|
||||
Create(ctx context.Context, namespace string, labels map[string]string) error
|
||||
Labels(ctx context.Context, namespace string) (map[string]string, error)
|
||||
|
Reference in New Issue
Block a user