@pulumi/alicloud 3.44.0 → 3.45.0-alpha.1696484688
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/cs/managedKubernetes.d.ts +3 -3
- package/package.json +1 -1
- package/types/input.d.ts +144 -178
- package/types/output.d.ts +144 -178
|
@@ -165,7 +165,7 @@ export declare class ManagedKubernetes extends pulumi.CustomResource {
|
|
|
165
165
|
*/
|
|
166
166
|
readonly maintenanceWindow: pulumi.Output<outputs.cs.ManagedKubernetesMaintenanceWindow>;
|
|
167
167
|
/**
|
|
168
|
-
*
|
|
168
|
+
* This parameter specifies the name of the component.
|
|
169
169
|
*/
|
|
170
170
|
readonly name: pulumi.Output<string>;
|
|
171
171
|
readonly namePrefix: pulumi.Output<string | undefined>;
|
|
@@ -561,7 +561,7 @@ export interface ManagedKubernetesState {
|
|
|
561
561
|
*/
|
|
562
562
|
maintenanceWindow?: pulumi.Input<inputs.cs.ManagedKubernetesMaintenanceWindow>;
|
|
563
563
|
/**
|
|
564
|
-
*
|
|
564
|
+
* This parameter specifies the name of the component.
|
|
565
565
|
*/
|
|
566
566
|
name?: pulumi.Input<string>;
|
|
567
567
|
namePrefix?: pulumi.Input<string>;
|
|
@@ -941,7 +941,7 @@ export interface ManagedKubernetesArgs {
|
|
|
941
941
|
*/
|
|
942
942
|
maintenanceWindow?: pulumi.Input<inputs.cs.ManagedKubernetesMaintenanceWindow>;
|
|
943
943
|
/**
|
|
944
|
-
*
|
|
944
|
+
* This parameter specifies the name of the component.
|
|
945
945
|
*/
|
|
946
946
|
name?: pulumi.Input<string>;
|
|
947
947
|
namePrefix?: pulumi.Input<string>;
|