agent-claw: automated task changes
This commit is contained in:
17
cdk/node_modules/aws-cdk-lib/aws-eks/lib/user-data.d.ts
generated
vendored
Normal file
17
cdk/node_modules/aws-cdk-lib/aws-eks/lib/user-data.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import type { BootstrapOptions, ICluster } from './cluster';
|
||||
import type * as autoscaling from '../../aws-autoscaling';
|
||||
export declare function renderAmazonLinuxUserData(cluster: ICluster, autoScalingGroup: autoscaling.AutoScalingGroup, options?: BootstrapOptions): string[];
|
||||
export declare function renderBottlerocketUserData(cluster: ICluster): string[];
|
||||
/**
|
||||
* The lifecycle label for node selector
|
||||
*/
|
||||
export declare enum LifecycleLabel {
|
||||
/**
|
||||
* on-demand instances
|
||||
*/
|
||||
ON_DEMAND = "OnDemand",
|
||||
/**
|
||||
* spot instances
|
||||
*/
|
||||
SPOT = "Ec2Spot"
|
||||
}
|
||||
Reference in New Issue
Block a user