@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
14 lines • 409 B
TypeScript
/** Metadata of each nodes in the pool */
export interface NodePoolTemplateMetadata {
/** Annotations to apply to each nodes */
annotations: {
[ ]: string;
};
/** Finalizers to apply to each nodes */
finalizers: string[];
/** Labels to apply to each nodes */
labels: {
[ ]: string;
};
}
//# sourceMappingURL=NodePoolTemplateMetadata.d.ts.map