Files
capsule/pkg/api/status_namespaces.go
2022-12-26 14:27:26 +01:00

9 lines
141 B
Go

// Copyright 2020-2021 Clastix Labs
// SPDX-License-Identifier: Apache-2.0
package api
type Tenant interface {
GetNamespaces() []string
}