pr feedback

Signed-off-by: Matthew Clarke <mclarke@spotify.com>
This commit is contained in:
Matthew Clarke
2022-09-19 15:57:13 -04:00
parent 5eb54be2ac
commit 72e610f0e4
5 changed files with 51 additions and 33 deletions
+13
View File
@@ -46,6 +46,19 @@ export interface CustomResourceMatcher {
plural: string;
}
/** @public */
export interface WorkloadsByEntityRequest {
auth: KubernetesRequestAuth;
entity: Entity;
}
/** @public */
export interface CustomObjectsByEntityRequest {
auth: KubernetesRequestAuth;
customResources: CustomResourceMatcher[];
entity: Entity;
}
/** @public */
export interface KubernetesRequestBody {
auth?: KubernetesRequestAuth;