@akamai/openapi-ts
    Preparing search index...

    Variable putLkeNodePoolRequestSchemaConst

    putLkeNodePoolRequestSchema: ZodObject<
        {
            body: ZodOptional<
                ZodObject<
                    {
                        autoscaler: ZodOptional<
                            ZodObject<
                                {
                                    enabled: ZodOptional<ZodBoolean>;
                                    max: ZodOptional<ZodInt>;
                                    min: ZodOptional<ZodInt>;
                                },
                                $strip,
                            >,
                        >;
                        count: ZodOptional<ZodInt>;
                        labels: ZodOptional<ZodRecord<ZodString, ZodString>>;
                        tags: ZodOptional<ZodArray<ZodString>>;
                        taints: ZodOptional<
                            ZodArray<
                                ZodObject<
                                    {
                                        effect: ZodEnum<
                                            { NoExecute: ...; NoSchedule: ...; PreferNoSchedule: ... },
                                        >;
                                        key: ZodString;
                                        value: ZodString;
                                    },
                                    $strip,
                                >,
                            >,
                        >;
                    },
                    $strip,
                >,
            >;
            path: ZodObject<{ clusterId: ZodInt; poolId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...