(feat): kubernetes add new backend endpoints to api interface

Signed-off-by: Matthew Clarke <mclarke@spotify.com>
This commit is contained in:
Matthew Clarke
2022-09-15 21:59:57 -04:00
parent 535ca54f0e
commit b87a88776d
5 changed files with 47 additions and 11 deletions
+7
View File
@@ -39,6 +39,13 @@ export interface KubernetesRequestAuth {
};
}
/** @public */
export interface CustomResourceMatcher {
group: string;
apiVersion: string;
plural: string;
}
/** @public */
export interface KubernetesRequestBody {
auth?: KubernetesRequestAuth;