Nodegroup
import type { Nodegroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eks.ts";interface Nodegroup {
amiType?: AMITypes | null;
capacityType?: CapacityTypes | null;
clusterName?: string | null;
createdAt?: Date | number | null;
diskSize?: number | null;
health?: NodegroupHealth | null;
instanceTypes?: string[] | null;
labels?: {} | null;
[key: string]: string | null | undefined;
launchTemplate?: LaunchTemplateSpecification | null;
modifiedAt?: Date | number | null;
nodegroupArn?: string | null;
nodegroupName?: string | null;
nodeRole?: string | null;
releaseVersion?: string | null;
remoteAccess?: RemoteAccessConfig | null;
resources?: NodegroupResources | null;
scalingConfig?: NodegroupScalingConfig | null;
status?: NodegroupStatus | null;
subnets?: string[] | null;
tags?: {} | null;
[key: string]: string | null | undefined;
taints?: Taint[] | null;
updateConfig?: NodegroupUpdateConfig | null;
version?: string | null;
}§Properties
§
capacityType?: CapacityTypes | null
[src]§
health?: NodegroupHealth | null
[src]§
launchTemplate?: LaunchTemplateSpecification | null
[src]§
remoteAccess?: RemoteAccessConfig | null
[src]§
resources?: NodegroupResources | null
[src]§
scalingConfig?: NodegroupScalingConfig | null
[src]§
status?: NodegroupStatus | null
[src]§
updateConfig?: NodegroupUpdateConfig | null
[src]