@pulumi/rancher2 6.1.0 → 6.2.0-alpha.1711030241

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/cluster.d.ts CHANGED
@@ -692,7 +692,7 @@ export declare class Cluster extends pulumi.CustomResource {
692
692
  /**
693
693
  * Deploy istio on `system` project and `istio-system` namespace, using rancher2.App resource instead. See above example.
694
694
  *
695
- * @deprecated Deploy istio using rancher2_app resource instead
695
+ * @deprecated Deploy istio using rancher2.App resource instead
696
696
  */
697
697
  readonly enableClusterIstio: pulumi.Output<boolean>;
698
698
  /**
@@ -875,7 +875,7 @@ export interface ClusterState {
875
875
  /**
876
876
  * Deploy istio on `system` project and `istio-system` namespace, using rancher2.App resource instead. See above example.
877
877
  *
878
- * @deprecated Deploy istio using rancher2_app resource instead
878
+ * @deprecated Deploy istio using rancher2.App resource instead
879
879
  */
880
880
  enableClusterIstio?: pulumi.Input<boolean>;
881
881
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/rancher2",
3
- "version": "v6.1.0",
3
+ "version": "v6.2.0-alpha.1711030241+78002050",
4
4
  "description": "A Pulumi package for creating and managing rancher2 resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -6081,7 +6081,7 @@ export interface MachineConfigV2HarvesterConfig {
6081
6081
  /**
6082
6082
  * Use `diskInfo` instead
6083
6083
  *
6084
- * @deprecated Use disk_info instead
6084
+ * @deprecated Use diskInfo instead
6085
6085
  */
6086
6086
  diskBus?: pulumi.Input<string>;
6087
6087
  /**
@@ -6091,13 +6091,13 @@ export interface MachineConfigV2HarvesterConfig {
6091
6091
  /**
6092
6092
  * vSphere size of disk for docker VM (in MB). Default `20480` (string)
6093
6093
  *
6094
- * @deprecated Use disk_info instead
6094
+ * @deprecated Use diskInfo instead
6095
6095
  */
6096
6096
  diskSize?: pulumi.Input<string>;
6097
6097
  /**
6098
6098
  * OpenStack image name to use for the instance. Conflicts with `imageId` (string)
6099
6099
  *
6100
- * @deprecated Use disk_info instead
6100
+ * @deprecated Use diskInfo instead
6101
6101
  */
6102
6102
  imageName?: pulumi.Input<string>;
6103
6103
  /**
@@ -6115,13 +6115,13 @@ export interface MachineConfigV2HarvesterConfig {
6115
6115
  /**
6116
6116
  * Use `networkInfo` instead
6117
6117
  *
6118
- * @deprecated Use network_info instead
6118
+ * @deprecated Use networkInfo instead
6119
6119
  */
6120
6120
  networkModel?: pulumi.Input<string>;
6121
6121
  /**
6122
6122
  * Use `networkInfo` instead
6123
6123
  *
6124
- * @deprecated Use network_info instead
6124
+ * @deprecated Use networkInfo instead
6125
6125
  */
6126
6126
  networkName?: pulumi.Input<string>;
6127
6127
  /**
@@ -7011,7 +7011,7 @@ export interface NodeTemplateHarvesterConfig {
7011
7011
  /**
7012
7012
  * Use `diskInfo` instead
7013
7013
  *
7014
- * @deprecated Use disk_info instead
7014
+ * @deprecated Use diskInfo instead
7015
7015
  */
7016
7016
  diskBus?: pulumi.Input<string>;
7017
7017
  /**
@@ -7021,13 +7021,13 @@ export interface NodeTemplateHarvesterConfig {
7021
7021
  /**
7022
7022
  * vSphere size of disk for docker VM (in MB). Default `20480` (string)
7023
7023
  *
7024
- * @deprecated Use disk_info instead
7024
+ * @deprecated Use diskInfo instead
7025
7025
  */
7026
7026
  diskSize?: pulumi.Input<string>;
7027
7027
  /**
7028
7028
  * OpenStack image name to use for the instance. Conflicts with `imageId` (string)
7029
7029
  *
7030
- * @deprecated Use disk_info instead
7030
+ * @deprecated Use diskInfo instead
7031
7031
  */
7032
7032
  imageName?: pulumi.Input<string>;
7033
7033
  /**
@@ -7045,13 +7045,13 @@ export interface NodeTemplateHarvesterConfig {
7045
7045
  /**
7046
7046
  * Use `networkInfo` instead
7047
7047
  *
7048
- * @deprecated Use network_info instead
7048
+ * @deprecated Use networkInfo instead
7049
7049
  */
7050
7050
  networkModel?: pulumi.Input<string>;
7051
7051
  /**
7052
7052
  * Opennebula network to connect the machine to. Conflicts with `networkId` (string)
7053
7053
  *
7054
- * @deprecated Use network_info instead
7054
+ * @deprecated Use networkInfo instead
7055
7055
  */
7056
7056
  networkName?: pulumi.Input<string>;
7057
7057
  /**
package/types/output.d.ts CHANGED
@@ -9966,7 +9966,7 @@ export interface MachineConfigV2HarvesterConfig {
9966
9966
  /**
9967
9967
  * Use `diskInfo` instead
9968
9968
  *
9969
- * @deprecated Use disk_info instead
9969
+ * @deprecated Use diskInfo instead
9970
9970
  */
9971
9971
  diskBus?: string;
9972
9972
  /**
@@ -9976,13 +9976,13 @@ export interface MachineConfigV2HarvesterConfig {
9976
9976
  /**
9977
9977
  * vSphere size of disk for docker VM (in MB). Default `20480` (string)
9978
9978
  *
9979
- * @deprecated Use disk_info instead
9979
+ * @deprecated Use diskInfo instead
9980
9980
  */
9981
9981
  diskSize?: string;
9982
9982
  /**
9983
9983
  * OpenStack image name to use for the instance. Conflicts with `imageId` (string)
9984
9984
  *
9985
- * @deprecated Use disk_info instead
9985
+ * @deprecated Use diskInfo instead
9986
9986
  */
9987
9987
  imageName?: string;
9988
9988
  /**
@@ -10000,13 +10000,13 @@ export interface MachineConfigV2HarvesterConfig {
10000
10000
  /**
10001
10001
  * Use `networkInfo` instead
10002
10002
  *
10003
- * @deprecated Use network_info instead
10003
+ * @deprecated Use networkInfo instead
10004
10004
  */
10005
10005
  networkModel?: string;
10006
10006
  /**
10007
10007
  * Use `networkInfo` instead
10008
10008
  *
10009
- * @deprecated Use network_info instead
10009
+ * @deprecated Use networkInfo instead
10010
10010
  */
10011
10011
  networkName?: string;
10012
10012
  /**
@@ -10896,7 +10896,7 @@ export interface NodeTemplateHarvesterConfig {
10896
10896
  /**
10897
10897
  * Use `diskInfo` instead
10898
10898
  *
10899
- * @deprecated Use disk_info instead
10899
+ * @deprecated Use diskInfo instead
10900
10900
  */
10901
10901
  diskBus?: string;
10902
10902
  /**
@@ -10906,13 +10906,13 @@ export interface NodeTemplateHarvesterConfig {
10906
10906
  /**
10907
10907
  * vSphere size of disk for docker VM (in MB). Default `20480` (string)
10908
10908
  *
10909
- * @deprecated Use disk_info instead
10909
+ * @deprecated Use diskInfo instead
10910
10910
  */
10911
10911
  diskSize?: string;
10912
10912
  /**
10913
10913
  * OpenStack image name to use for the instance. Conflicts with `imageId` (string)
10914
10914
  *
10915
- * @deprecated Use disk_info instead
10915
+ * @deprecated Use diskInfo instead
10916
10916
  */
10917
10917
  imageName?: string;
10918
10918
  /**
@@ -10930,13 +10930,13 @@ export interface NodeTemplateHarvesterConfig {
10930
10930
  /**
10931
10931
  * Use `networkInfo` instead
10932
10932
  *
10933
- * @deprecated Use network_info instead
10933
+ * @deprecated Use networkInfo instead
10934
10934
  */
10935
10935
  networkModel?: string;
10936
10936
  /**
10937
10937
  * Opennebula network to connect the machine to. Conflicts with `networkId` (string)
10938
10938
  *
10939
- * @deprecated Use network_info instead
10939
+ * @deprecated Use networkInfo instead
10940
10940
  */
10941
10941
  networkName?: string;
10942
10942
  /**