@pulumi/openstack 3.8.0-alpha.1643481775 → 3.8.0-alpha.1643837256
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/blockstorage/getAvailabilityZonesV3.js +1 -3
- package/blockstorage/getAvailabilityZonesV3.js.map +1 -1
- package/blockstorage/getQuotasetV3.js +1 -3
- package/blockstorage/getQuotasetV3.js.map +1 -1
- package/blockstorage/getSnapshotV2.js +1 -3
- package/blockstorage/getSnapshotV2.js.map +1 -1
- package/blockstorage/getSnapshotV3.js +1 -3
- package/blockstorage/getSnapshotV3.js.map +1 -1
- package/blockstorage/getVolumeV2.js +1 -3
- package/blockstorage/getVolumeV2.js.map +1 -1
- package/blockstorage/getVolumeV3.js +1 -3
- package/blockstorage/getVolumeV3.js.map +1 -1
- package/blockstorage/qosAssociationV3.js +9 -11
- package/blockstorage/qosAssociationV3.js.map +1 -1
- package/blockstorage/qosV3.js +11 -13
- package/blockstorage/qosV3.js.map +1 -1
- package/blockstorage/quoteSetV2.js +23 -25
- package/blockstorage/quoteSetV2.js.map +1 -1
- package/blockstorage/quoteSetV3.js +23 -25
- package/blockstorage/quoteSetV3.js.map +1 -1
- package/blockstorage/volume.js +35 -37
- package/blockstorage/volume.js.map +1 -1
- package/blockstorage/volumeAttach.js +33 -35
- package/blockstorage/volumeAttach.js.map +1 -1
- package/blockstorage/volumeAttachV2.js +35 -37
- package/blockstorage/volumeAttachV2.js.map +1 -1
- package/blockstorage/volumeTypeAccessV3.js +9 -11
- package/blockstorage/volumeTypeAccessV3.js.map +1 -1
- package/blockstorage/volumeTypeV3.js +13 -15
- package/blockstorage/volumeTypeV3.js.map +1 -1
- package/blockstorage/volumeV1.js +25 -27
- package/blockstorage/volumeV1.js.map +1 -1
- package/blockstorage/volumeV2.js +31 -33
- package/blockstorage/volumeV2.js.map +1 -1
- package/compute/aggregateV2.js +13 -15
- package/compute/aggregateV2.js.map +1 -1
- package/compute/flavor.js +25 -27
- package/compute/flavor.js.map +1 -1
- package/compute/flavorAccess.js +9 -11
- package/compute/flavorAccess.js.map +1 -1
- package/compute/floatingIp.js +13 -15
- package/compute/floatingIp.js.map +1 -1
- package/compute/floatingIpAssociate.js +13 -15
- package/compute/floatingIpAssociate.js.map +1 -1
- package/compute/getAggregateV2.js +1 -3
- package/compute/getAggregateV2.js.map +1 -1
- package/compute/getAvailabilityZones.js +1 -3
- package/compute/getAvailabilityZones.js.map +1 -1
- package/compute/getFlavor.js +1 -3
- package/compute/getFlavor.js.map +1 -1
- package/compute/getHypervisorV2.js +1 -3
- package/compute/getHypervisorV2.js.map +1 -1
- package/compute/getInstanceV2.js +1 -3
- package/compute/getInstanceV2.js.map +1 -1
- package/compute/getKeypair.js +1 -3
- package/compute/getKeypair.js.map +1 -1
- package/compute/getQuotaSetV2.js +1 -3
- package/compute/getQuotaSetV2.js.map +1 -1
- package/compute/instance.js +63 -65
- package/compute/instance.js.map +1 -1
- package/compute/interfaceAttach.js +13 -15
- package/compute/interfaceAttach.js.map +1 -1
- package/compute/keypair.js +15 -17
- package/compute/keypair.js.map +1 -1
- package/compute/quotaSetV2.js +35 -37
- package/compute/quotaSetV2.js.map +1 -1
- package/compute/secGroup.js +11 -13
- package/compute/secGroup.js.map +1 -1
- package/compute/serverGroup.js +13 -15
- package/compute/serverGroup.js.map +1 -1
- package/compute/volumeAttach.js +15 -17
- package/compute/volumeAttach.js.map +1 -1
- package/config/vars.js.map +1 -1
- package/containerinfra/cluster.d.ts +224 -0
- package/containerinfra/cluster.js +57 -59
- package/containerinfra/cluster.js.map +1 -1
- package/containerinfra/clusterTemplate.d.ts +428 -120
- package/containerinfra/clusterTemplate.js +67 -189
- package/containerinfra/clusterTemplate.js.map +1 -1
- package/containerinfra/getCluster.js +1 -3
- package/containerinfra/getCluster.js.map +1 -1
- package/containerinfra/getClusterTemplate.js +1 -3
- package/containerinfra/getClusterTemplate.js.map +1 -1
- package/database/configuration.js +13 -15
- package/database/configuration.js.map +1 -1
- package/database/database.js +9 -11
- package/database/database.js.map +1 -1
- package/database/instance.js +23 -25
- package/database/instance.js.map +1 -1
- package/database/user.js +15 -17
- package/database/user.js.map +1 -1
- package/dns/getDnsZone.js +1 -3
- package/dns/getDnsZone.js.map +1 -1
- package/dns/recordSet.js +23 -25
- package/dns/recordSet.js.map +1 -1
- package/dns/transferAccept.js +13 -15
- package/dns/transferAccept.js.map +1 -1
- package/dns/transferRequest.js +17 -19
- package/dns/transferRequest.js.map +1 -1
- package/dns/zone.js +25 -27
- package/dns/zone.js.map +1 -1
- package/firewall/firewall.js +21 -23
- package/firewall/firewall.js.map +1 -1
- package/firewall/getPolicy.js +1 -3
- package/firewall/getPolicy.js.map +1 -1
- package/firewall/policy.js +19 -21
- package/firewall/policy.js.map +1 -1
- package/firewall/rule.js +29 -31
- package/firewall/rule.js.map +1 -1
- package/identity/applicationCredential.js +21 -23
- package/identity/applicationCredential.js.map +1 -1
- package/identity/ec2CredentialV3.js +15 -17
- package/identity/ec2CredentialV3.js.map +1 -1
- package/identity/endpointV3.js +19 -21
- package/identity/endpointV3.js.map +1 -1
- package/identity/getAuthScope.js +1 -3
- package/identity/getAuthScope.js.map +1 -1
- package/identity/getEndpoint.js +1 -3
- package/identity/getEndpoint.js.map +1 -1
- package/identity/getGroup.js +1 -3
- package/identity/getGroup.js.map +1 -1
- package/identity/getProject.js +1 -3
- package/identity/getProject.js.map +1 -1
- package/identity/getRole.js +1 -3
- package/identity/getRole.js.map +1 -1
- package/identity/getService.js +1 -3
- package/identity/getService.js.map +1 -1
- package/identity/getUser.js +1 -3
- package/identity/getUser.js.map +1 -1
- package/identity/groupV3.js +11 -13
- package/identity/groupV3.js.map +1 -1
- package/identity/project.js +19 -21
- package/identity/project.js.map +1 -1
- package/identity/role.js +9 -11
- package/identity/role.js.map +1 -1
- package/identity/roleAssignment.js +15 -17
- package/identity/roleAssignment.js.map +1 -1
- package/identity/serviceV3.js +13 -15
- package/identity/serviceV3.js.map +1 -1
- package/identity/user.js +29 -31
- package/identity/user.js.map +1 -1
- package/identity/userMembershipV3.js +9 -11
- package/identity/userMembershipV3.js.map +1 -1
- package/images/getImage.js +1 -3
- package/images/getImage.js.map +1 -1
- package/images/getImageIds.js +1 -3
- package/images/getImageIds.js.map +1 -1
- package/images/image.js +61 -63
- package/images/image.js.map +1 -1
- package/images/imageAccess.js +17 -19
- package/images/imageAccess.js.map +1 -1
- package/images/imageAccessAccept.js +17 -19
- package/images/imageAccessAccept.js.map +1 -1
- package/keymanager/containerV1.js +25 -27
- package/keymanager/containerV1.js.map +1 -1
- package/keymanager/getContainer.js +1 -3
- package/keymanager/getContainer.js.map +1 -1
- package/keymanager/getSecret.js +1 -3
- package/keymanager/getSecret.js.map +1 -1
- package/keymanager/orderV1.js +27 -29
- package/keymanager/orderV1.js.map +1 -1
- package/keymanager/secretV1.js +41 -43
- package/keymanager/secretV1.js.map +1 -1
- package/loadbalancer/l7policyV2.js +23 -25
- package/loadbalancer/l7policyV2.js.map +1 -1
- package/loadbalancer/l7ruleV2.js +23 -25
- package/loadbalancer/l7ruleV2.js.map +1 -1
- package/loadbalancer/listener.js +39 -41
- package/loadbalancer/listener.js.map +1 -1
- package/loadbalancer/loadBalancer.js +31 -33
- package/loadbalancer/loadBalancer.js.map +1 -1
- package/loadbalancer/member.js +21 -23
- package/loadbalancer/member.js.map +1 -1
- package/loadbalancer/memberV1.js +17 -19
- package/loadbalancer/memberV1.js.map +1 -1
- package/loadbalancer/members.js +9 -11
- package/loadbalancer/members.js.map +1 -1
- package/loadbalancer/monitor.js +29 -31
- package/loadbalancer/monitor.js.map +1 -1
- package/loadbalancer/monitorV1.js +23 -25
- package/loadbalancer/monitorV1.js.map +1 -1
- package/loadbalancer/pool.js +23 -25
- package/loadbalancer/pool.js.map +1 -1
- package/loadbalancer/poolV1.js +21 -23
- package/loadbalancer/poolV1.js.map +1 -1
- package/loadbalancer/quota.js +21 -23
- package/loadbalancer/quota.js.map +1 -1
- package/loadbalancer/vip.js +31 -33
- package/loadbalancer/vip.js.map +1 -1
- package/networking/addressScope.js +13 -15
- package/networking/addressScope.js.map +1 -1
- package/networking/floatingIp.js +31 -33
- package/networking/floatingIp.js.map +1 -1
- package/networking/floatingIpAssociate.js +11 -13
- package/networking/floatingIpAssociate.js.map +1 -1
- package/networking/getAddressScope.js +1 -3
- package/networking/getAddressScope.js.map +1 -1
- package/networking/getFloatingIp.js +1 -3
- package/networking/getFloatingIp.js.map +1 -1
- package/networking/getNetwork.js +1 -3
- package/networking/getNetwork.js.map +1 -1
- package/networking/getPort.js +1 -3
- package/networking/getPort.js.map +1 -1
- package/networking/getPortIds.js +1 -3
- package/networking/getPortIds.js.map +1 -1
- package/networking/getQosBandwidthLimitRule.js +1 -3
- package/networking/getQosBandwidthLimitRule.js.map +1 -1
- package/networking/getQosDscpMarkingRule.js +1 -3
- package/networking/getQosDscpMarkingRule.js.map +1 -1
- package/networking/getQosMinimumBandwidthRule.js +1 -3
- package/networking/getQosMinimumBandwidthRule.js.map +1 -1
- package/networking/getQosPolicy.js +1 -3
- package/networking/getQosPolicy.js.map +1 -1
- package/networking/getQuotaV2.js +1 -3
- package/networking/getQuotaV2.js.map +1 -1
- package/networking/getRouter.js +1 -3
- package/networking/getRouter.js.map +1 -1
- package/networking/getSecGroup.js +1 -3
- package/networking/getSecGroup.js.map +1 -1
- package/networking/getSubnet.js +1 -3
- package/networking/getSubnet.js.map +1 -1
- package/networking/getSubnetIdsV2.js +1 -3
- package/networking/getSubnetIdsV2.js.map +1 -1
- package/networking/getSubnetPool.js +1 -3
- package/networking/getSubnetPool.js.map +1 -1
- package/networking/getTrunk.js +1 -3
- package/networking/getTrunk.js.map +1 -1
- package/networking/network.js +37 -39
- package/networking/network.js.map +1 -1
- package/networking/port.js +53 -55
- package/networking/port.js.map +1 -1
- package/networking/portForwardingV2.js +19 -21
- package/networking/portForwardingV2.js.map +1 -1
- package/networking/portSecGroupAssociate.js +13 -15
- package/networking/portSecGroupAssociate.js.map +1 -1
- package/networking/qosBandwidthLimitRule.js +13 -15
- package/networking/qosBandwidthLimitRule.js.map +1 -1
- package/networking/qosDscpMarkingRule.js +9 -11
- package/networking/qosDscpMarkingRule.js.map +1 -1
- package/networking/qosMinimumBandwidthRule.js +11 -13
- package/networking/qosMinimumBandwidthRule.js.map +1 -1
- package/networking/qosPolicy.js +27 -29
- package/networking/qosPolicy.js.map +1 -1
- package/networking/quotaV2.js +25 -27
- package/networking/quotaV2.js.map +1 -1
- package/networking/rbacPolicyV2.js +15 -17
- package/networking/rbacPolicyV2.js.map +1 -1
- package/networking/router.js +35 -37
- package/networking/router.js.map +1 -1
- package/networking/routerInterface.js +11 -13
- package/networking/routerInterface.js.map +1 -1
- package/networking/routerRoute.js +11 -13
- package/networking/routerRoute.js.map +1 -1
- package/networking/secGroup.js +17 -19
- package/networking/secGroup.js.map +1 -1
- package/networking/secGroupRule.js +25 -27
- package/networking/secGroupRule.js.map +1 -1
- package/networking/subnet.js +45 -47
- package/networking/subnet.js.map +1 -1
- package/networking/subnetPool.js +41 -43
- package/networking/subnetPool.js.map +1 -1
- package/networking/subnetRoute.js +11 -13
- package/networking/subnetRoute.js.map +1 -1
- package/networking/trunk.js +21 -23
- package/networking/trunk.js.map +1 -1
- package/objectstorage/container.js +23 -25
- package/objectstorage/container.js.map +1 -1
- package/objectstorage/containerObject.js +41 -43
- package/objectstorage/containerObject.js.map +1 -1
- package/objectstorage/tempUrl.js +19 -21
- package/objectstorage/tempUrl.js.map +1 -1
- package/orchestration/stackV1.js +37 -39
- package/orchestration/stackV1.js.map +1 -1
- package/package.json +2 -2
- package/package.json.bak +2 -1
- package/package.json.dev +3 -2
- package/provider.js +34 -36
- package/provider.js.map +1 -1
- package/sharedfilesystem/getAvailbilityZones.js +1 -3
- package/sharedfilesystem/getAvailbilityZones.js.map +1 -1
- package/sharedfilesystem/getShare.js +1 -3
- package/sharedfilesystem/getShare.js.map +1 -1
- package/sharedfilesystem/getShareNetwork.js +1 -3
- package/sharedfilesystem/getShareNetwork.js.map +1 -1
- package/sharedfilesystem/getSnapshot.js +1 -3
- package/sharedfilesystem/getSnapshot.js.map +1 -1
- package/sharedfilesystem/securityService.js +25 -27
- package/sharedfilesystem/securityService.js.map +1 -1
- package/sharedfilesystem/share.js +39 -41
- package/sharedfilesystem/share.js.map +1 -1
- package/sharedfilesystem/shareAccess.js +15 -17
- package/sharedfilesystem/shareAccess.js.map +1 -1
- package/sharedfilesystem/shareNetwork.js +25 -27
- package/sharedfilesystem/shareNetwork.js.map +1 -1
- package/utilities.js +6 -1
- package/utilities.js.map +1 -1
- package/vpnaas/endpointGroup.js +17 -19
- package/vpnaas/endpointGroup.js.map +1 -1
- package/vpnaas/ikePolicy.js +25 -27
- package/vpnaas/ikePolicy.js.map +1 -1
- package/vpnaas/ipSecPolicy.js +25 -27
- package/vpnaas/ipSecPolicy.js.map +1 -1
- package/vpnaas/service.js +25 -27
- package/vpnaas/service.js.map +1 -1
- package/vpnaas/siteConnection.js +41 -43
- package/vpnaas/siteConnection.js.map +1 -1
|
@@ -25,35 +25,113 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
25
25
|
*/
|
|
26
26
|
static isInstance(obj: any): obj is Cluster;
|
|
27
27
|
readonly apiAddress: pulumi.Output<string>;
|
|
28
|
+
/**
|
|
29
|
+
* The UUID of the V1 Container Infra cluster
|
|
30
|
+
* template. Changing this creates a new cluster.
|
|
31
|
+
*/
|
|
28
32
|
readonly clusterTemplateId: pulumi.Output<string>;
|
|
29
33
|
readonly coeVersion: pulumi.Output<string>;
|
|
30
34
|
readonly containerVersion: pulumi.Output<string>;
|
|
35
|
+
/**
|
|
36
|
+
* The timeout (in minutes) for creating the
|
|
37
|
+
* cluster. Changing this creates a new cluster.
|
|
38
|
+
*/
|
|
31
39
|
readonly createTimeout: pulumi.Output<number>;
|
|
32
40
|
readonly createdAt: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* The URL used for cluster node discovery.
|
|
43
|
+
* Changing this creates a new cluster.
|
|
44
|
+
*/
|
|
33
45
|
readonly discoveryUrl: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* The size (in GB) of the Docker volume.
|
|
48
|
+
* Changing this creates a new cluster.
|
|
49
|
+
*/
|
|
34
50
|
readonly dockerVolumeSize: pulumi.Output<number>;
|
|
51
|
+
/**
|
|
52
|
+
* The fixed network that will be attached to the
|
|
53
|
+
* cluster. Changing this creates a new cluster.
|
|
54
|
+
*/
|
|
35
55
|
readonly fixedNetwork: pulumi.Output<string>;
|
|
56
|
+
/**
|
|
57
|
+
* The fixed subnet that will be attached to the
|
|
58
|
+
* cluster. Changing this creates a new cluster.
|
|
59
|
+
*/
|
|
36
60
|
readonly fixedSubnet: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* The flavor for the nodes of the cluster. Can be set via
|
|
63
|
+
* the `OS_MAGNUM_FLAVOR` environment variable. Changing this creates a new
|
|
64
|
+
* cluster.
|
|
65
|
+
*/
|
|
37
66
|
readonly flavor: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Indicates whether floating IP should be
|
|
69
|
+
* created for every cluster node. Changing this creates a new cluster.
|
|
70
|
+
*/
|
|
38
71
|
readonly floatingIpEnabled: pulumi.Output<boolean>;
|
|
72
|
+
/**
|
|
73
|
+
* The name of the Compute service SSH keypair. Changing
|
|
74
|
+
* this creates a new cluster.
|
|
75
|
+
*/
|
|
39
76
|
readonly keypair: pulumi.Output<string>;
|
|
40
77
|
readonly kubeconfig: pulumi.Output<{
|
|
41
78
|
[key: string]: string;
|
|
42
79
|
}>;
|
|
80
|
+
/**
|
|
81
|
+
* The list of key value pairs representing additional
|
|
82
|
+
* properties of the cluster. Changing this creates a new cluster.
|
|
83
|
+
*/
|
|
43
84
|
readonly labels: pulumi.Output<{
|
|
44
85
|
[key: string]: any;
|
|
45
86
|
}>;
|
|
46
87
|
readonly masterAddresses: pulumi.Output<string[]>;
|
|
88
|
+
/**
|
|
89
|
+
* The number of master nodes for the cluster.
|
|
90
|
+
* Changing this creates a new cluster.
|
|
91
|
+
*/
|
|
47
92
|
readonly masterCount: pulumi.Output<number>;
|
|
93
|
+
/**
|
|
94
|
+
* The flavor for the master nodes. Can be set via
|
|
95
|
+
* the `OS_MAGNUM_MASTER_FLAVOR` environment variable. Changing this creates a
|
|
96
|
+
* new cluster.
|
|
97
|
+
*/
|
|
48
98
|
readonly masterFlavor: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* Indicates whether the provided labels should be
|
|
101
|
+
* merged with cluster template labels. Changing this creates a new cluster.
|
|
102
|
+
*/
|
|
49
103
|
readonly mergeLabels: pulumi.Output<boolean | undefined>;
|
|
104
|
+
/**
|
|
105
|
+
* The name of the cluster. Changing this updates the name
|
|
106
|
+
* of the existing cluster template.
|
|
107
|
+
*/
|
|
50
108
|
readonly name: pulumi.Output<string>;
|
|
51
109
|
readonly nodeAddresses: pulumi.Output<string[]>;
|
|
110
|
+
/**
|
|
111
|
+
* The number of nodes for the cluster. Changing this
|
|
112
|
+
* creates a new cluster.
|
|
113
|
+
*/
|
|
52
114
|
readonly nodeCount: pulumi.Output<number>;
|
|
115
|
+
/**
|
|
116
|
+
* The project of the cluster. Required if admin wants
|
|
117
|
+
* to create a cluster in another project. Changing this creates a new
|
|
118
|
+
* cluster.
|
|
119
|
+
*/
|
|
53
120
|
readonly projectId: pulumi.Output<string>;
|
|
121
|
+
/**
|
|
122
|
+
* The region in which to obtain the V1 Container Infra
|
|
123
|
+
* client. A Container Infra client is needed to create a cluster. If omitted,
|
|
124
|
+
* the `region` argument of the provider is used. Changing this creates a new
|
|
125
|
+
* cluster.
|
|
126
|
+
*/
|
|
54
127
|
readonly region: pulumi.Output<string>;
|
|
55
128
|
readonly stackId: pulumi.Output<string>;
|
|
56
129
|
readonly updatedAt: pulumi.Output<string>;
|
|
130
|
+
/**
|
|
131
|
+
* The user of the cluster. Required if admin wants to
|
|
132
|
+
* create a cluster template for another user. Changing this creates a new
|
|
133
|
+
* cluster.
|
|
134
|
+
*/
|
|
57
135
|
readonly userId: pulumi.Output<string>;
|
|
58
136
|
/**
|
|
59
137
|
* Create a Cluster resource with the given unique name, arguments, and options.
|
|
@@ -69,57 +147,203 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
69
147
|
*/
|
|
70
148
|
export interface ClusterState {
|
|
71
149
|
apiAddress?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* The UUID of the V1 Container Infra cluster
|
|
152
|
+
* template. Changing this creates a new cluster.
|
|
153
|
+
*/
|
|
72
154
|
clusterTemplateId?: pulumi.Input<string>;
|
|
73
155
|
coeVersion?: pulumi.Input<string>;
|
|
74
156
|
containerVersion?: pulumi.Input<string>;
|
|
157
|
+
/**
|
|
158
|
+
* The timeout (in minutes) for creating the
|
|
159
|
+
* cluster. Changing this creates a new cluster.
|
|
160
|
+
*/
|
|
75
161
|
createTimeout?: pulumi.Input<number>;
|
|
76
162
|
createdAt?: pulumi.Input<string>;
|
|
163
|
+
/**
|
|
164
|
+
* The URL used for cluster node discovery.
|
|
165
|
+
* Changing this creates a new cluster.
|
|
166
|
+
*/
|
|
77
167
|
discoveryUrl?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* The size (in GB) of the Docker volume.
|
|
170
|
+
* Changing this creates a new cluster.
|
|
171
|
+
*/
|
|
78
172
|
dockerVolumeSize?: pulumi.Input<number>;
|
|
173
|
+
/**
|
|
174
|
+
* The fixed network that will be attached to the
|
|
175
|
+
* cluster. Changing this creates a new cluster.
|
|
176
|
+
*/
|
|
79
177
|
fixedNetwork?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* The fixed subnet that will be attached to the
|
|
180
|
+
* cluster. Changing this creates a new cluster.
|
|
181
|
+
*/
|
|
80
182
|
fixedSubnet?: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* The flavor for the nodes of the cluster. Can be set via
|
|
185
|
+
* the `OS_MAGNUM_FLAVOR` environment variable. Changing this creates a new
|
|
186
|
+
* cluster.
|
|
187
|
+
*/
|
|
81
188
|
flavor?: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* Indicates whether floating IP should be
|
|
191
|
+
* created for every cluster node. Changing this creates a new cluster.
|
|
192
|
+
*/
|
|
82
193
|
floatingIpEnabled?: pulumi.Input<boolean>;
|
|
194
|
+
/**
|
|
195
|
+
* The name of the Compute service SSH keypair. Changing
|
|
196
|
+
* this creates a new cluster.
|
|
197
|
+
*/
|
|
83
198
|
keypair?: pulumi.Input<string>;
|
|
84
199
|
kubeconfig?: pulumi.Input<{
|
|
85
200
|
[key: string]: pulumi.Input<string>;
|
|
86
201
|
}>;
|
|
202
|
+
/**
|
|
203
|
+
* The list of key value pairs representing additional
|
|
204
|
+
* properties of the cluster. Changing this creates a new cluster.
|
|
205
|
+
*/
|
|
87
206
|
labels?: pulumi.Input<{
|
|
88
207
|
[key: string]: any;
|
|
89
208
|
}>;
|
|
90
209
|
masterAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
210
|
+
/**
|
|
211
|
+
* The number of master nodes for the cluster.
|
|
212
|
+
* Changing this creates a new cluster.
|
|
213
|
+
*/
|
|
91
214
|
masterCount?: pulumi.Input<number>;
|
|
215
|
+
/**
|
|
216
|
+
* The flavor for the master nodes. Can be set via
|
|
217
|
+
* the `OS_MAGNUM_MASTER_FLAVOR` environment variable. Changing this creates a
|
|
218
|
+
* new cluster.
|
|
219
|
+
*/
|
|
92
220
|
masterFlavor?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* Indicates whether the provided labels should be
|
|
223
|
+
* merged with cluster template labels. Changing this creates a new cluster.
|
|
224
|
+
*/
|
|
93
225
|
mergeLabels?: pulumi.Input<boolean>;
|
|
226
|
+
/**
|
|
227
|
+
* The name of the cluster. Changing this updates the name
|
|
228
|
+
* of the existing cluster template.
|
|
229
|
+
*/
|
|
94
230
|
name?: pulumi.Input<string>;
|
|
95
231
|
nodeAddresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
232
|
+
/**
|
|
233
|
+
* The number of nodes for the cluster. Changing this
|
|
234
|
+
* creates a new cluster.
|
|
235
|
+
*/
|
|
96
236
|
nodeCount?: pulumi.Input<number>;
|
|
237
|
+
/**
|
|
238
|
+
* The project of the cluster. Required if admin wants
|
|
239
|
+
* to create a cluster in another project. Changing this creates a new
|
|
240
|
+
* cluster.
|
|
241
|
+
*/
|
|
97
242
|
projectId?: pulumi.Input<string>;
|
|
243
|
+
/**
|
|
244
|
+
* The region in which to obtain the V1 Container Infra
|
|
245
|
+
* client. A Container Infra client is needed to create a cluster. If omitted,
|
|
246
|
+
* the `region` argument of the provider is used. Changing this creates a new
|
|
247
|
+
* cluster.
|
|
248
|
+
*/
|
|
98
249
|
region?: pulumi.Input<string>;
|
|
99
250
|
stackId?: pulumi.Input<string>;
|
|
100
251
|
updatedAt?: pulumi.Input<string>;
|
|
252
|
+
/**
|
|
253
|
+
* The user of the cluster. Required if admin wants to
|
|
254
|
+
* create a cluster template for another user. Changing this creates a new
|
|
255
|
+
* cluster.
|
|
256
|
+
*/
|
|
101
257
|
userId?: pulumi.Input<string>;
|
|
102
258
|
}
|
|
103
259
|
/**
|
|
104
260
|
* The set of arguments for constructing a Cluster resource.
|
|
105
261
|
*/
|
|
106
262
|
export interface ClusterArgs {
|
|
263
|
+
/**
|
|
264
|
+
* The UUID of the V1 Container Infra cluster
|
|
265
|
+
* template. Changing this creates a new cluster.
|
|
266
|
+
*/
|
|
107
267
|
clusterTemplateId: pulumi.Input<string>;
|
|
268
|
+
/**
|
|
269
|
+
* The timeout (in minutes) for creating the
|
|
270
|
+
* cluster. Changing this creates a new cluster.
|
|
271
|
+
*/
|
|
108
272
|
createTimeout?: pulumi.Input<number>;
|
|
273
|
+
/**
|
|
274
|
+
* The URL used for cluster node discovery.
|
|
275
|
+
* Changing this creates a new cluster.
|
|
276
|
+
*/
|
|
109
277
|
discoveryUrl?: pulumi.Input<string>;
|
|
278
|
+
/**
|
|
279
|
+
* The size (in GB) of the Docker volume.
|
|
280
|
+
* Changing this creates a new cluster.
|
|
281
|
+
*/
|
|
110
282
|
dockerVolumeSize?: pulumi.Input<number>;
|
|
283
|
+
/**
|
|
284
|
+
* The fixed network that will be attached to the
|
|
285
|
+
* cluster. Changing this creates a new cluster.
|
|
286
|
+
*/
|
|
111
287
|
fixedNetwork?: pulumi.Input<string>;
|
|
288
|
+
/**
|
|
289
|
+
* The fixed subnet that will be attached to the
|
|
290
|
+
* cluster. Changing this creates a new cluster.
|
|
291
|
+
*/
|
|
112
292
|
fixedSubnet?: pulumi.Input<string>;
|
|
293
|
+
/**
|
|
294
|
+
* The flavor for the nodes of the cluster. Can be set via
|
|
295
|
+
* the `OS_MAGNUM_FLAVOR` environment variable. Changing this creates a new
|
|
296
|
+
* cluster.
|
|
297
|
+
*/
|
|
113
298
|
flavor?: pulumi.Input<string>;
|
|
299
|
+
/**
|
|
300
|
+
* Indicates whether floating IP should be
|
|
301
|
+
* created for every cluster node. Changing this creates a new cluster.
|
|
302
|
+
*/
|
|
114
303
|
floatingIpEnabled?: pulumi.Input<boolean>;
|
|
304
|
+
/**
|
|
305
|
+
* The name of the Compute service SSH keypair. Changing
|
|
306
|
+
* this creates a new cluster.
|
|
307
|
+
*/
|
|
115
308
|
keypair?: pulumi.Input<string>;
|
|
309
|
+
/**
|
|
310
|
+
* The list of key value pairs representing additional
|
|
311
|
+
* properties of the cluster. Changing this creates a new cluster.
|
|
312
|
+
*/
|
|
116
313
|
labels?: pulumi.Input<{
|
|
117
314
|
[key: string]: any;
|
|
118
315
|
}>;
|
|
316
|
+
/**
|
|
317
|
+
* The number of master nodes for the cluster.
|
|
318
|
+
* Changing this creates a new cluster.
|
|
319
|
+
*/
|
|
119
320
|
masterCount?: pulumi.Input<number>;
|
|
321
|
+
/**
|
|
322
|
+
* The flavor for the master nodes. Can be set via
|
|
323
|
+
* the `OS_MAGNUM_MASTER_FLAVOR` environment variable. Changing this creates a
|
|
324
|
+
* new cluster.
|
|
325
|
+
*/
|
|
120
326
|
masterFlavor?: pulumi.Input<string>;
|
|
327
|
+
/**
|
|
328
|
+
* Indicates whether the provided labels should be
|
|
329
|
+
* merged with cluster template labels. Changing this creates a new cluster.
|
|
330
|
+
*/
|
|
121
331
|
mergeLabels?: pulumi.Input<boolean>;
|
|
332
|
+
/**
|
|
333
|
+
* The name of the cluster. Changing this updates the name
|
|
334
|
+
* of the existing cluster template.
|
|
335
|
+
*/
|
|
122
336
|
name?: pulumi.Input<string>;
|
|
337
|
+
/**
|
|
338
|
+
* The number of nodes for the cluster. Changing this
|
|
339
|
+
* creates a new cluster.
|
|
340
|
+
*/
|
|
123
341
|
nodeCount?: pulumi.Input<number>;
|
|
342
|
+
/**
|
|
343
|
+
* The region in which to obtain the V1 Container Infra
|
|
344
|
+
* client. A Container Infra client is needed to create a cluster. If omitted,
|
|
345
|
+
* the `region` argument of the provider is used. Changing this creates a new
|
|
346
|
+
* cluster.
|
|
347
|
+
*/
|
|
124
348
|
region?: pulumi.Input<string>;
|
|
125
349
|
}
|
|
@@ -16,75 +16,73 @@ const utilities = require("../utilities");
|
|
|
16
16
|
*/
|
|
17
17
|
class Cluster extends pulumi.CustomResource {
|
|
18
18
|
constructor(name, argsOrState, opts) {
|
|
19
|
-
let
|
|
19
|
+
let resourceInputs = {};
|
|
20
20
|
opts = opts || {};
|
|
21
21
|
if (opts.id) {
|
|
22
22
|
const state = argsOrState;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
23
|
+
resourceInputs["apiAddress"] = state ? state.apiAddress : undefined;
|
|
24
|
+
resourceInputs["clusterTemplateId"] = state ? state.clusterTemplateId : undefined;
|
|
25
|
+
resourceInputs["coeVersion"] = state ? state.coeVersion : undefined;
|
|
26
|
+
resourceInputs["containerVersion"] = state ? state.containerVersion : undefined;
|
|
27
|
+
resourceInputs["createTimeout"] = state ? state.createTimeout : undefined;
|
|
28
|
+
resourceInputs["createdAt"] = state ? state.createdAt : undefined;
|
|
29
|
+
resourceInputs["discoveryUrl"] = state ? state.discoveryUrl : undefined;
|
|
30
|
+
resourceInputs["dockerVolumeSize"] = state ? state.dockerVolumeSize : undefined;
|
|
31
|
+
resourceInputs["fixedNetwork"] = state ? state.fixedNetwork : undefined;
|
|
32
|
+
resourceInputs["fixedSubnet"] = state ? state.fixedSubnet : undefined;
|
|
33
|
+
resourceInputs["flavor"] = state ? state.flavor : undefined;
|
|
34
|
+
resourceInputs["floatingIpEnabled"] = state ? state.floatingIpEnabled : undefined;
|
|
35
|
+
resourceInputs["keypair"] = state ? state.keypair : undefined;
|
|
36
|
+
resourceInputs["kubeconfig"] = state ? state.kubeconfig : undefined;
|
|
37
|
+
resourceInputs["labels"] = state ? state.labels : undefined;
|
|
38
|
+
resourceInputs["masterAddresses"] = state ? state.masterAddresses : undefined;
|
|
39
|
+
resourceInputs["masterCount"] = state ? state.masterCount : undefined;
|
|
40
|
+
resourceInputs["masterFlavor"] = state ? state.masterFlavor : undefined;
|
|
41
|
+
resourceInputs["mergeLabels"] = state ? state.mergeLabels : undefined;
|
|
42
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
43
|
+
resourceInputs["nodeAddresses"] = state ? state.nodeAddresses : undefined;
|
|
44
|
+
resourceInputs["nodeCount"] = state ? state.nodeCount : undefined;
|
|
45
|
+
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
46
|
+
resourceInputs["region"] = state ? state.region : undefined;
|
|
47
|
+
resourceInputs["stackId"] = state ? state.stackId : undefined;
|
|
48
|
+
resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
|
|
49
|
+
resourceInputs["userId"] = state ? state.userId : undefined;
|
|
50
50
|
}
|
|
51
51
|
else {
|
|
52
52
|
const args = argsOrState;
|
|
53
53
|
if ((!args || args.clusterTemplateId === undefined) && !opts.urn) {
|
|
54
54
|
throw new Error("Missing required property 'clusterTemplateId'");
|
|
55
55
|
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
56
|
+
resourceInputs["clusterTemplateId"] = args ? args.clusterTemplateId : undefined;
|
|
57
|
+
resourceInputs["createTimeout"] = args ? args.createTimeout : undefined;
|
|
58
|
+
resourceInputs["discoveryUrl"] = args ? args.discoveryUrl : undefined;
|
|
59
|
+
resourceInputs["dockerVolumeSize"] = args ? args.dockerVolumeSize : undefined;
|
|
60
|
+
resourceInputs["fixedNetwork"] = args ? args.fixedNetwork : undefined;
|
|
61
|
+
resourceInputs["fixedSubnet"] = args ? args.fixedSubnet : undefined;
|
|
62
|
+
resourceInputs["flavor"] = args ? args.flavor : undefined;
|
|
63
|
+
resourceInputs["floatingIpEnabled"] = args ? args.floatingIpEnabled : undefined;
|
|
64
|
+
resourceInputs["keypair"] = args ? args.keypair : undefined;
|
|
65
|
+
resourceInputs["labels"] = args ? args.labels : undefined;
|
|
66
|
+
resourceInputs["masterCount"] = args ? args.masterCount : undefined;
|
|
67
|
+
resourceInputs["masterFlavor"] = args ? args.masterFlavor : undefined;
|
|
68
|
+
resourceInputs["mergeLabels"] = args ? args.mergeLabels : undefined;
|
|
69
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
70
|
+
resourceInputs["nodeCount"] = args ? args.nodeCount : undefined;
|
|
71
|
+
resourceInputs["region"] = args ? args.region : undefined;
|
|
72
|
+
resourceInputs["apiAddress"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["coeVersion"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["containerVersion"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["kubeconfig"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["masterAddresses"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["nodeAddresses"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["projectId"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["stackId"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["userId"] = undefined /*out*/;
|
|
83
83
|
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
super(Cluster.__pulumiType, name, inputs, opts);
|
|
84
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
85
|
+
super(Cluster.__pulumiType, name, resourceInputs, opts);
|
|
88
86
|
}
|
|
89
87
|
/**
|
|
90
88
|
* Get an existing Cluster resource's state with the given name, ID, and optional extra
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../containerinfra/cluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../containerinfra/cluster.ts"],"names":[],"mappings":"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"}
|