UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 150 B
/** Kubeconfig description */ export interface Kubeconfig { /** kubeconfig file */ content: string; } //# sourceMappingURL=Kubeconfig.d.ts.map