mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
refactor: using interfaces for accessing tenant namespaces
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Copyright 2020-2021 Clastix Labs
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package api
|
||||
|
||||
type Tenant interface {
|
||||
GetNamespaces() []string
|
||||
}
|
||||
Reference in New Issue
Block a user