UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

24 lines 707 B
/** * Copyright (c) Spectro Cloud * SPDX-License-Identifier: Apache-2.0 */ /** * Generated by orval v7.17.0 🍺 * Do not edit manually. * Palette APIs - 4.8 * OpenAPI spec version: v1 */ /** * EksAddon represents a EKS addon */ export type EksAddon = { /** ConflictResolution is used to declare what should happen if there are parameter conflicts. */ conflictResolution?: string; /** Name is the name of the addon */ name: string; /** ServiceAccountRoleArn is the ARN of an IAM role to bind to the addons service account */ serviceAccountRoleARN?: string; /** Version is the version of the addon to use */ version: string; }; //# sourceMappingURL=eksAddon.d.ts.map