@alicloud/cs20151215 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -3447,6 +3447,7 @@ export declare class ModifyClusterTagsResponse extends $tea.Model {
3447
3447
  }
3448
3448
  export declare class ModifyNodePoolNodeConfigRequest extends $tea.Model {
3449
3449
  kubeletConfig?: KubeletConfig;
3450
+ osConfig?: ModifyNodePoolNodeConfigRequestOsConfig;
3450
3451
  rollingPolicy?: ModifyNodePoolNodeConfigRequestRollingPolicy;
3451
3452
  static names(): {
3452
3453
  [key: string]: string;
@@ -7118,6 +7119,20 @@ export declare class ModifyClusterNodePoolRequestTeeConfig extends $tea.Model {
7118
7119
  [key: string]: any;
7119
7120
  });
7120
7121
  }
7122
+ export declare class ModifyNodePoolNodeConfigRequestOsConfig extends $tea.Model {
7123
+ sysctl?: {
7124
+ [key: string]: any;
7125
+ };
7126
+ static names(): {
7127
+ [key: string]: string;
7128
+ };
7129
+ static types(): {
7130
+ [key: string]: any;
7131
+ };
7132
+ constructor(map?: {
7133
+ [key: string]: any;
7134
+ });
7135
+ }
7121
7136
  export declare class ModifyNodePoolNodeConfigRequestRollingPolicy extends $tea.Model {
7122
7137
  maxParallelism?: number;
7123
7138
  static names(): {