@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
27 lines • 600 B
TypeScript
export interface KubeIngressClass {
apiVersion?: string;
kind?: string;
metadata?: {
annotations?: {
[]: string;
};
creationTimestamp?: string;
generation?: number;
labels?: {
[]: string;
};
name?: string;
resourceVersion?: string;
uid?: string;
};
spec?: {
controller?: string;
};
clusterSlug?: string;
/**
* Cluster's short name
* @deprecated
*/
clusterShortName?: string;
}
//# sourceMappingURL=KubeIngressClass.d.ts.map