(feat): kubernetes add new backend endpoints to api interface
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
This commit is contained in:
@@ -39,6 +39,13 @@ export interface KubernetesRequestAuth {
|
||||
};
|
||||
}
|
||||
|
||||
/** @public */
|
||||
export interface CustomResourceMatcher {
|
||||
group: string;
|
||||
apiVersion: string;
|
||||
plural: string;
|
||||
}
|
||||
|
||||
/** @public */
|
||||
export interface KubernetesRequestBody {
|
||||
auth?: KubernetesRequestAuth;
|
||||
|
||||
Reference in New Issue
Block a user