UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 519 B
import { ProjectKubeCustomizationAPIServer } from './ProjectKubeCustomizationAPIServer'; import { ProjectKubeCustomizationKubeProxy } from './ProjectKubeCustomizationKubeProxy'; /** Cluster customization */ export interface ProjectKubeCustomization { /** Kubernetes cluster api server customization */ apiServer?: ProjectKubeCustomizationAPIServer; /** Kubernetes cluster kube-proxy customization */ kubeProxy?: ProjectKubeCustomizationKubeProxy; } //# sourceMappingURL=ProjectKubeCustomization.d.ts.map