UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

27 lines 600 B
export interface KubeIngressClass { apiVersion?: string; kind?: string; metadata?: { annotations?: { [key: string]: string; }; creationTimestamp?: string; generation?: number; labels?: { [key: string]: string; }; name?: string; resourceVersion?: string; uid?: string; }; spec?: { controller?: string; }; clusterSlug?: string; /** * Cluster's short name * @deprecated */ clusterShortName?: string; } //# sourceMappingURL=KubeIngressClass.d.ts.map