export interface KubernetesConfiguration {
    apiVersion: string;
    kind: string;
}
