@pulumi/openstack 3.8.0-alpha.1643222001 → 3.8.0
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.d.ts +12 -0
- package/blockstorage/getVolumeV3.js +2 -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.d.ts +4 -0
- package/config/vars.js +6 -0
- 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.d.ts +4 -0
- package/provider.js +35 -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/types/input.d.ts +1 -1
- package/types/output.d.ts +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.d.ts +5 -0
- package/vpnaas/siteConnection.js +46 -43
- package/vpnaas/siteConnection.js.map +1 -1
|
@@ -30,126 +30,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
30
30
|
* volumeDriver: "cinder",
|
|
31
31
|
* });
|
|
32
32
|
* ```
|
|
33
|
-
* ## Argument reference
|
|
34
|
-
*
|
|
35
|
-
* The following arguments are supported:
|
|
36
|
-
*
|
|
37
|
-
* * `region` - (Optional) The region in which to obtain the V1 Container Infra
|
|
38
|
-
* client. A Container Infra client is needed to create a cluster template. If
|
|
39
|
-
* omitted,the `region` argument of the provider is used. Changing this
|
|
40
|
-
* creates a new cluster template.
|
|
41
|
-
*
|
|
42
|
-
* * `name` - (Required) The name of the cluster template. Changing this updates
|
|
43
|
-
* the name of the existing cluster template.
|
|
44
|
-
*
|
|
45
|
-
* * `projectId` - (Optional) The project of the cluster template. Required if
|
|
46
|
-
* admin wants to create a cluster template in another project. Changing this
|
|
47
|
-
* creates a new cluster template.
|
|
48
|
-
*
|
|
49
|
-
* * `userId` - (Optional) The user of the cluster template. Required if admin
|
|
50
|
-
* wants to create a cluster template for another user. Changing this creates
|
|
51
|
-
* a new cluster template.
|
|
52
|
-
*
|
|
53
|
-
* * `apiserverPort` - (Optional) The API server port for the Container
|
|
54
|
-
* Orchestration Engine for this cluster template. Changing this updates the
|
|
55
|
-
* API server port of the existing cluster template.
|
|
56
|
-
*
|
|
57
|
-
* * `coe` - (Required) The Container Orchestration Engine for this cluster
|
|
58
|
-
* template. Changing this updates the engine of the existing cluster
|
|
59
|
-
* template.
|
|
60
|
-
*
|
|
61
|
-
* * `clusterDistro` - (Optional) The distro for the cluster (fedora-atomic,
|
|
62
|
-
* coreos, etc.). Changing this updates the cluster distro of the existing
|
|
63
|
-
* cluster template.
|
|
64
|
-
*
|
|
65
|
-
* * `dnsNameserver` - (Optional) Address of the DNS nameserver that is used in
|
|
66
|
-
* nodes of the cluster. Changing this updates the DNS nameserver of the
|
|
67
|
-
* existing cluster template.
|
|
68
|
-
*
|
|
69
|
-
* * `dockerStorageDriver` - (Optional) Docker storage driver. Changing this
|
|
70
|
-
* updates the Docker storage driver of the existing cluster template.
|
|
71
|
-
*
|
|
72
|
-
* * `dockerVolumeSize` - (Optional) The size (in GB) of the Docker volume.
|
|
73
|
-
* Changing this updates the Docker volume size of the existing cluster
|
|
74
|
-
* template.
|
|
75
|
-
*
|
|
76
|
-
* * `externalNetworkId` - (Optional) The ID of the external network that will
|
|
77
|
-
* be used for the cluster. Changing this updates the external network ID of
|
|
78
|
-
* the existing cluster template.
|
|
79
|
-
*
|
|
80
|
-
* * `fixedNetwork` - (Optional) The fixed network that will be attached to the
|
|
81
|
-
* cluster. Changing this updates the fixed network of the existing cluster
|
|
82
|
-
* template.
|
|
83
|
-
*
|
|
84
|
-
* * `fixedSubnet` - (Optional) The fixed subnet that will be attached to the
|
|
85
|
-
* cluster. Changing this updates the fixed subnet of the existing cluster
|
|
86
|
-
* template.
|
|
87
|
-
*
|
|
88
|
-
* * `flavor` - (Optional) The flavor for the nodes of the cluster. Can be set via
|
|
89
|
-
* the `OS_MAGNUM_FLAVOR` environment variable. Changing this updates the
|
|
90
|
-
* flavor of the existing cluster template.
|
|
91
|
-
*
|
|
92
|
-
* * `masterFlavor` - (Optional) The flavor for the master nodes. Can be set via
|
|
93
|
-
* the `OS_MAGNUM_MASTER_FLAVOR` environment variable. Changing this updates
|
|
94
|
-
* the master flavor of the existing cluster template.
|
|
95
|
-
*
|
|
96
|
-
* * `floatingIpEnabled` - (Optional) Indicates whether created cluster should
|
|
97
|
-
* create floating IP for every node or not. Changing this updates the
|
|
98
|
-
* floating IP enabled attribute of the existing cluster template.
|
|
99
|
-
*
|
|
100
|
-
* * `httpProxy` - (Optional) The address of a proxy for receiving all HTTP
|
|
101
|
-
* requests and relay them. Changing this updates the HTTP proxy address of
|
|
102
|
-
* the existing cluster template.
|
|
103
|
-
*
|
|
104
|
-
* * `httpsProxy` - (Optional) The address of a proxy for receiving all HTTPS
|
|
105
|
-
* requests and relay them. Changing this updates the HTTPS proxy address of
|
|
106
|
-
* the existing cluster template.
|
|
107
|
-
*
|
|
108
|
-
* * `image` - (Required) The reference to an image that is used for nodes of the
|
|
109
|
-
* cluster. Can be set via the `OS_MAGNUM_IMAGE` environment variable.
|
|
110
|
-
* Changing this updates the image attribute of the existing cluster template.
|
|
111
|
-
*
|
|
112
|
-
* * `insecureRegistry` - (Optional) The insecure registry URL for the cluster
|
|
113
|
-
* template. Changing this updates the insecure registry attribute of the
|
|
114
|
-
* existing cluster template.
|
|
115
|
-
*
|
|
116
|
-
* * `keypairId` - (Optional) The name of the Compute service SSH keypair.
|
|
117
|
-
* Changing this updates the keypair of the existing cluster template.
|
|
118
|
-
*
|
|
119
|
-
* * `labels` - (Optional) The list of key value pairs representing additional
|
|
120
|
-
* properties of the cluster template. Changing this updates the labels of the
|
|
121
|
-
* existing cluster template.
|
|
122
|
-
*
|
|
123
|
-
* * `masterLbEnabled` - (Optional) Indicates whether created cluster should
|
|
124
|
-
* has a loadbalancer for master nodes or not. Changing this updates the
|
|
125
|
-
* attribute of the existing cluster template.
|
|
126
|
-
*
|
|
127
|
-
* * `networkDriver` - (Optional) The name of the driver for the container
|
|
128
|
-
* network. Changing this updates the network driver of the existing cluster
|
|
129
|
-
* template.
|
|
130
|
-
*
|
|
131
|
-
* * `noProxy` - (Optional) A comma-separated list of IP addresses that shouldn't
|
|
132
|
-
* be used in the cluster. Changing this updates the no proxy list of the
|
|
133
|
-
* existing cluster template.
|
|
134
|
-
*
|
|
135
|
-
* * `public` - (Optional) Indicates whether cluster template should be public.
|
|
136
|
-
* Changing this updates the public attribute of the existing cluster
|
|
137
|
-
* template.
|
|
138
|
-
*
|
|
139
|
-
* * `registryEnabled` - (Optional) Indicates whether Docker registry is enabled
|
|
140
|
-
* in the cluster. Changing this updates the registry enabled attribute of the
|
|
141
|
-
* existing cluster template.
|
|
142
|
-
*
|
|
143
|
-
* * `serverType` - (Optional) The server type for the cluster template. Changing
|
|
144
|
-
* this updates the server type of the existing cluster template.
|
|
145
|
-
*
|
|
146
|
-
* * `tlsDisabled` - (Optional) Indicates whether the TLS should be disabled in
|
|
147
|
-
* the cluster. Changing this updates the attribute of the existing cluster.
|
|
148
|
-
*
|
|
149
|
-
* * `volumeDriver` - (Optional) The name of the driver that is used for the
|
|
150
|
-
* volumes of the cluster nodes. Changing this updates the volume driver of
|
|
151
|
-
* the existing cluster template.
|
|
152
|
-
*
|
|
153
33
|
* ## Attributes reference
|
|
154
34
|
*
|
|
155
35
|
* The following attributes are exported:
|
|
@@ -211,39 +91,185 @@ export declare class ClusterTemplate extends pulumi.CustomResource {
|
|
|
211
91
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
212
92
|
*/
|
|
213
93
|
static isInstance(obj: any): obj is ClusterTemplate;
|
|
94
|
+
/**
|
|
95
|
+
* The API server port for the Container
|
|
96
|
+
* Orchestration Engine for this cluster template. Changing this updates the
|
|
97
|
+
* API server port of the existing cluster template.
|
|
98
|
+
*/
|
|
214
99
|
readonly apiserverPort: pulumi.Output<number | undefined>;
|
|
100
|
+
/**
|
|
101
|
+
* The distro for the cluster (fedora-atomic,
|
|
102
|
+
* coreos, etc.). Changing this updates the cluster distro of the existing
|
|
103
|
+
* cluster template.
|
|
104
|
+
*/
|
|
215
105
|
readonly clusterDistro: pulumi.Output<string>;
|
|
106
|
+
/**
|
|
107
|
+
* The Container Orchestration Engine for this cluster
|
|
108
|
+
* template. Changing this updates the engine of the existing cluster
|
|
109
|
+
* template.
|
|
110
|
+
*/
|
|
216
111
|
readonly coe: pulumi.Output<string>;
|
|
217
112
|
readonly createdAt: pulumi.Output<string>;
|
|
113
|
+
/**
|
|
114
|
+
* Address of the DNS nameserver that is used in
|
|
115
|
+
* nodes of the cluster. Changing this updates the DNS nameserver of the
|
|
116
|
+
* existing cluster template.
|
|
117
|
+
*/
|
|
218
118
|
readonly dnsNameserver: pulumi.Output<string | undefined>;
|
|
119
|
+
/**
|
|
120
|
+
* Docker storage driver. Changing this
|
|
121
|
+
* updates the Docker storage driver of the existing cluster template.
|
|
122
|
+
*/
|
|
219
123
|
readonly dockerStorageDriver: pulumi.Output<string | undefined>;
|
|
124
|
+
/**
|
|
125
|
+
* The size (in GB) of the Docker volume.
|
|
126
|
+
* Changing this updates the Docker volume size of the existing cluster
|
|
127
|
+
* template.
|
|
128
|
+
*/
|
|
220
129
|
readonly dockerVolumeSize: pulumi.Output<number | undefined>;
|
|
130
|
+
/**
|
|
131
|
+
* The ID of the external network that will
|
|
132
|
+
* be used for the cluster. Changing this updates the external network ID of
|
|
133
|
+
* the existing cluster template.
|
|
134
|
+
*/
|
|
221
135
|
readonly externalNetworkId: pulumi.Output<string | undefined>;
|
|
136
|
+
/**
|
|
137
|
+
* The fixed network that will be attached to the
|
|
138
|
+
* cluster. Changing this updates the fixed network of the existing cluster
|
|
139
|
+
* template.
|
|
140
|
+
*/
|
|
222
141
|
readonly fixedNetwork: pulumi.Output<string | undefined>;
|
|
142
|
+
/**
|
|
143
|
+
* The fixed subnet that will be attached to the
|
|
144
|
+
* cluster. Changing this updates the fixed subnet of the existing cluster
|
|
145
|
+
* template.
|
|
146
|
+
*/
|
|
223
147
|
readonly fixedSubnet: pulumi.Output<string | undefined>;
|
|
148
|
+
/**
|
|
149
|
+
* The flavor for the nodes of the cluster. Can be set via
|
|
150
|
+
* the `OS_MAGNUM_FLAVOR` environment variable. Changing this updates the
|
|
151
|
+
* flavor of the existing cluster template.
|
|
152
|
+
*/
|
|
224
153
|
readonly flavor: pulumi.Output<string | undefined>;
|
|
154
|
+
/**
|
|
155
|
+
* Indicates whether created cluster should
|
|
156
|
+
* create floating IP for every node or not. Changing this updates the
|
|
157
|
+
* floating IP enabled attribute of the existing cluster template.
|
|
158
|
+
*/
|
|
225
159
|
readonly floatingIpEnabled: pulumi.Output<boolean | undefined>;
|
|
160
|
+
/**
|
|
161
|
+
* The address of a proxy for receiving all HTTP
|
|
162
|
+
* requests and relay them. Changing this updates the HTTP proxy address of
|
|
163
|
+
* the existing cluster template.
|
|
164
|
+
*/
|
|
226
165
|
readonly httpProxy: pulumi.Output<string | undefined>;
|
|
166
|
+
/**
|
|
167
|
+
* The address of a proxy for receiving all HTTPS
|
|
168
|
+
* requests and relay them. Changing this updates the HTTPS proxy address of
|
|
169
|
+
* the existing cluster template.
|
|
170
|
+
*/
|
|
227
171
|
readonly httpsProxy: pulumi.Output<string | undefined>;
|
|
172
|
+
/**
|
|
173
|
+
* The reference to an image that is used for nodes of the
|
|
174
|
+
* cluster. Can be set via the `OS_MAGNUM_IMAGE` environment variable.
|
|
175
|
+
* Changing this updates the image attribute of the existing cluster template.
|
|
176
|
+
*/
|
|
228
177
|
readonly image: pulumi.Output<string>;
|
|
178
|
+
/**
|
|
179
|
+
* The insecure registry URL for the cluster
|
|
180
|
+
* template. Changing this updates the insecure registry attribute of the
|
|
181
|
+
* existing cluster template.
|
|
182
|
+
*/
|
|
229
183
|
readonly insecureRegistry: pulumi.Output<string | undefined>;
|
|
184
|
+
/**
|
|
185
|
+
* The name of the Compute service SSH keypair.
|
|
186
|
+
* Changing this updates the keypair of the existing cluster template.
|
|
187
|
+
*/
|
|
230
188
|
readonly keypairId: pulumi.Output<string | undefined>;
|
|
189
|
+
/**
|
|
190
|
+
* The list of key value pairs representing additional
|
|
191
|
+
* properties of the cluster template. Changing this updates the labels of the
|
|
192
|
+
* existing cluster template.
|
|
193
|
+
*/
|
|
231
194
|
readonly labels: pulumi.Output<{
|
|
232
195
|
[key: string]: any;
|
|
233
196
|
} | undefined>;
|
|
197
|
+
/**
|
|
198
|
+
* The flavor for the master nodes. Can be set via
|
|
199
|
+
* the `OS_MAGNUM_MASTER_FLAVOR` environment variable. Changing this updates
|
|
200
|
+
* the master flavor of the existing cluster template.
|
|
201
|
+
*/
|
|
234
202
|
readonly masterFlavor: pulumi.Output<string | undefined>;
|
|
203
|
+
/**
|
|
204
|
+
* Indicates whether created cluster should
|
|
205
|
+
* has a loadbalancer for master nodes or not. Changing this updates the
|
|
206
|
+
* attribute of the existing cluster template.
|
|
207
|
+
*/
|
|
235
208
|
readonly masterLbEnabled: pulumi.Output<boolean | undefined>;
|
|
209
|
+
/**
|
|
210
|
+
* The name of the cluster template. Changing this updates
|
|
211
|
+
* the name of the existing cluster template.
|
|
212
|
+
*/
|
|
236
213
|
readonly name: pulumi.Output<string>;
|
|
214
|
+
/**
|
|
215
|
+
* The name of the driver for the container
|
|
216
|
+
* network. Changing this updates the network driver of the existing cluster
|
|
217
|
+
* template.
|
|
218
|
+
*/
|
|
237
219
|
readonly networkDriver: pulumi.Output<string>;
|
|
220
|
+
/**
|
|
221
|
+
* A comma-separated list of IP addresses that shouldn't
|
|
222
|
+
* be used in the cluster. Changing this updates the no proxy list of the
|
|
223
|
+
* existing cluster template.
|
|
224
|
+
*/
|
|
238
225
|
readonly noProxy: pulumi.Output<string | undefined>;
|
|
226
|
+
/**
|
|
227
|
+
* The project of the cluster template. Required if
|
|
228
|
+
* admin wants to create a cluster template in another project. Changing this
|
|
229
|
+
* creates a new cluster template.
|
|
230
|
+
*/
|
|
239
231
|
readonly projectId: pulumi.Output<string>;
|
|
232
|
+
/**
|
|
233
|
+
* Indicates whether cluster template should be public.
|
|
234
|
+
* Changing this updates the public attribute of the existing cluster
|
|
235
|
+
* template.
|
|
236
|
+
*/
|
|
240
237
|
readonly public: pulumi.Output<boolean | undefined>;
|
|
238
|
+
/**
|
|
239
|
+
* The region in which to obtain the V1 Container Infra
|
|
240
|
+
* client. A Container Infra client is needed to create a cluster template. If
|
|
241
|
+
* omitted,the `region` argument of the provider is used. Changing this
|
|
242
|
+
* creates a new cluster template.
|
|
243
|
+
*/
|
|
241
244
|
readonly region: pulumi.Output<string>;
|
|
245
|
+
/**
|
|
246
|
+
* Indicates whether Docker registry is enabled
|
|
247
|
+
* in the cluster. Changing this updates the registry enabled attribute of the
|
|
248
|
+
* existing cluster template.
|
|
249
|
+
*/
|
|
242
250
|
readonly registryEnabled: pulumi.Output<boolean | undefined>;
|
|
251
|
+
/**
|
|
252
|
+
* The server type for the cluster template. Changing
|
|
253
|
+
* this updates the server type of the existing cluster template.
|
|
254
|
+
*/
|
|
243
255
|
readonly serverType: pulumi.Output<string>;
|
|
256
|
+
/**
|
|
257
|
+
* Indicates whether the TLS should be disabled in
|
|
258
|
+
* the cluster. Changing this updates the attribute of the existing cluster.
|
|
259
|
+
*/
|
|
244
260
|
readonly tlsDisabled: pulumi.Output<boolean | undefined>;
|
|
245
261
|
readonly updatedAt: pulumi.Output<string>;
|
|
262
|
+
/**
|
|
263
|
+
* The user of the cluster template. Required if admin
|
|
264
|
+
* wants to create a cluster template for another user. Changing this creates
|
|
265
|
+
* a new cluster template.
|
|
266
|
+
*/
|
|
246
267
|
readonly userId: pulumi.Output<string>;
|
|
268
|
+
/**
|
|
269
|
+
* The name of the driver that is used for the
|
|
270
|
+
* volumes of the cluster nodes. Changing this updates the volume driver of
|
|
271
|
+
* the existing cluster template.
|
|
272
|
+
*/
|
|
247
273
|
readonly volumeDriver: pulumi.Output<string | undefined>;
|
|
248
274
|
/**
|
|
249
275
|
* Create a ClusterTemplate resource with the given unique name, arguments, and options.
|
|
@@ -258,73 +284,355 @@ export declare class ClusterTemplate extends pulumi.CustomResource {
|
|
|
258
284
|
* Input properties used for looking up and filtering ClusterTemplate resources.
|
|
259
285
|
*/
|
|
260
286
|
export interface ClusterTemplateState {
|
|
287
|
+
/**
|
|
288
|
+
* The API server port for the Container
|
|
289
|
+
* Orchestration Engine for this cluster template. Changing this updates the
|
|
290
|
+
* API server port of the existing cluster template.
|
|
291
|
+
*/
|
|
261
292
|
apiserverPort?: pulumi.Input<number>;
|
|
293
|
+
/**
|
|
294
|
+
* The distro for the cluster (fedora-atomic,
|
|
295
|
+
* coreos, etc.). Changing this updates the cluster distro of the existing
|
|
296
|
+
* cluster template.
|
|
297
|
+
*/
|
|
262
298
|
clusterDistro?: pulumi.Input<string>;
|
|
299
|
+
/**
|
|
300
|
+
* The Container Orchestration Engine for this cluster
|
|
301
|
+
* template. Changing this updates the engine of the existing cluster
|
|
302
|
+
* template.
|
|
303
|
+
*/
|
|
263
304
|
coe?: pulumi.Input<string>;
|
|
264
305
|
createdAt?: pulumi.Input<string>;
|
|
306
|
+
/**
|
|
307
|
+
* Address of the DNS nameserver that is used in
|
|
308
|
+
* nodes of the cluster. Changing this updates the DNS nameserver of the
|
|
309
|
+
* existing cluster template.
|
|
310
|
+
*/
|
|
265
311
|
dnsNameserver?: pulumi.Input<string>;
|
|
312
|
+
/**
|
|
313
|
+
* Docker storage driver. Changing this
|
|
314
|
+
* updates the Docker storage driver of the existing cluster template.
|
|
315
|
+
*/
|
|
266
316
|
dockerStorageDriver?: pulumi.Input<string>;
|
|
317
|
+
/**
|
|
318
|
+
* The size (in GB) of the Docker volume.
|
|
319
|
+
* Changing this updates the Docker volume size of the existing cluster
|
|
320
|
+
* template.
|
|
321
|
+
*/
|
|
267
322
|
dockerVolumeSize?: pulumi.Input<number>;
|
|
323
|
+
/**
|
|
324
|
+
* The ID of the external network that will
|
|
325
|
+
* be used for the cluster. Changing this updates the external network ID of
|
|
326
|
+
* the existing cluster template.
|
|
327
|
+
*/
|
|
268
328
|
externalNetworkId?: pulumi.Input<string>;
|
|
329
|
+
/**
|
|
330
|
+
* The fixed network that will be attached to the
|
|
331
|
+
* cluster. Changing this updates the fixed network of the existing cluster
|
|
332
|
+
* template.
|
|
333
|
+
*/
|
|
269
334
|
fixedNetwork?: pulumi.Input<string>;
|
|
335
|
+
/**
|
|
336
|
+
* The fixed subnet that will be attached to the
|
|
337
|
+
* cluster. Changing this updates the fixed subnet of the existing cluster
|
|
338
|
+
* template.
|
|
339
|
+
*/
|
|
270
340
|
fixedSubnet?: pulumi.Input<string>;
|
|
341
|
+
/**
|
|
342
|
+
* The flavor for the nodes of the cluster. Can be set via
|
|
343
|
+
* the `OS_MAGNUM_FLAVOR` environment variable. Changing this updates the
|
|
344
|
+
* flavor of the existing cluster template.
|
|
345
|
+
*/
|
|
271
346
|
flavor?: pulumi.Input<string>;
|
|
347
|
+
/**
|
|
348
|
+
* Indicates whether created cluster should
|
|
349
|
+
* create floating IP for every node or not. Changing this updates the
|
|
350
|
+
* floating IP enabled attribute of the existing cluster template.
|
|
351
|
+
*/
|
|
272
352
|
floatingIpEnabled?: pulumi.Input<boolean>;
|
|
353
|
+
/**
|
|
354
|
+
* The address of a proxy for receiving all HTTP
|
|
355
|
+
* requests and relay them. Changing this updates the HTTP proxy address of
|
|
356
|
+
* the existing cluster template.
|
|
357
|
+
*/
|
|
273
358
|
httpProxy?: pulumi.Input<string>;
|
|
359
|
+
/**
|
|
360
|
+
* The address of a proxy for receiving all HTTPS
|
|
361
|
+
* requests and relay them. Changing this updates the HTTPS proxy address of
|
|
362
|
+
* the existing cluster template.
|
|
363
|
+
*/
|
|
274
364
|
httpsProxy?: pulumi.Input<string>;
|
|
365
|
+
/**
|
|
366
|
+
* The reference to an image that is used for nodes of the
|
|
367
|
+
* cluster. Can be set via the `OS_MAGNUM_IMAGE` environment variable.
|
|
368
|
+
* Changing this updates the image attribute of the existing cluster template.
|
|
369
|
+
*/
|
|
275
370
|
image?: pulumi.Input<string>;
|
|
371
|
+
/**
|
|
372
|
+
* The insecure registry URL for the cluster
|
|
373
|
+
* template. Changing this updates the insecure registry attribute of the
|
|
374
|
+
* existing cluster template.
|
|
375
|
+
*/
|
|
276
376
|
insecureRegistry?: pulumi.Input<string>;
|
|
377
|
+
/**
|
|
378
|
+
* The name of the Compute service SSH keypair.
|
|
379
|
+
* Changing this updates the keypair of the existing cluster template.
|
|
380
|
+
*/
|
|
277
381
|
keypairId?: pulumi.Input<string>;
|
|
382
|
+
/**
|
|
383
|
+
* The list of key value pairs representing additional
|
|
384
|
+
* properties of the cluster template. Changing this updates the labels of the
|
|
385
|
+
* existing cluster template.
|
|
386
|
+
*/
|
|
278
387
|
labels?: pulumi.Input<{
|
|
279
388
|
[key: string]: any;
|
|
280
389
|
}>;
|
|
390
|
+
/**
|
|
391
|
+
* The flavor for the master nodes. Can be set via
|
|
392
|
+
* the `OS_MAGNUM_MASTER_FLAVOR` environment variable. Changing this updates
|
|
393
|
+
* the master flavor of the existing cluster template.
|
|
394
|
+
*/
|
|
281
395
|
masterFlavor?: pulumi.Input<string>;
|
|
396
|
+
/**
|
|
397
|
+
* Indicates whether created cluster should
|
|
398
|
+
* has a loadbalancer for master nodes or not. Changing this updates the
|
|
399
|
+
* attribute of the existing cluster template.
|
|
400
|
+
*/
|
|
282
401
|
masterLbEnabled?: pulumi.Input<boolean>;
|
|
402
|
+
/**
|
|
403
|
+
* The name of the cluster template. Changing this updates
|
|
404
|
+
* the name of the existing cluster template.
|
|
405
|
+
*/
|
|
283
406
|
name?: pulumi.Input<string>;
|
|
407
|
+
/**
|
|
408
|
+
* The name of the driver for the container
|
|
409
|
+
* network. Changing this updates the network driver of the existing cluster
|
|
410
|
+
* template.
|
|
411
|
+
*/
|
|
284
412
|
networkDriver?: pulumi.Input<string>;
|
|
413
|
+
/**
|
|
414
|
+
* A comma-separated list of IP addresses that shouldn't
|
|
415
|
+
* be used in the cluster. Changing this updates the no proxy list of the
|
|
416
|
+
* existing cluster template.
|
|
417
|
+
*/
|
|
285
418
|
noProxy?: pulumi.Input<string>;
|
|
419
|
+
/**
|
|
420
|
+
* The project of the cluster template. Required if
|
|
421
|
+
* admin wants to create a cluster template in another project. Changing this
|
|
422
|
+
* creates a new cluster template.
|
|
423
|
+
*/
|
|
286
424
|
projectId?: pulumi.Input<string>;
|
|
425
|
+
/**
|
|
426
|
+
* Indicates whether cluster template should be public.
|
|
427
|
+
* Changing this updates the public attribute of the existing cluster
|
|
428
|
+
* template.
|
|
429
|
+
*/
|
|
287
430
|
public?: pulumi.Input<boolean>;
|
|
431
|
+
/**
|
|
432
|
+
* The region in which to obtain the V1 Container Infra
|
|
433
|
+
* client. A Container Infra client is needed to create a cluster template. If
|
|
434
|
+
* omitted,the `region` argument of the provider is used. Changing this
|
|
435
|
+
* creates a new cluster template.
|
|
436
|
+
*/
|
|
288
437
|
region?: pulumi.Input<string>;
|
|
438
|
+
/**
|
|
439
|
+
* Indicates whether Docker registry is enabled
|
|
440
|
+
* in the cluster. Changing this updates the registry enabled attribute of the
|
|
441
|
+
* existing cluster template.
|
|
442
|
+
*/
|
|
289
443
|
registryEnabled?: pulumi.Input<boolean>;
|
|
444
|
+
/**
|
|
445
|
+
* The server type for the cluster template. Changing
|
|
446
|
+
* this updates the server type of the existing cluster template.
|
|
447
|
+
*/
|
|
290
448
|
serverType?: pulumi.Input<string>;
|
|
449
|
+
/**
|
|
450
|
+
* Indicates whether the TLS should be disabled in
|
|
451
|
+
* the cluster. Changing this updates the attribute of the existing cluster.
|
|
452
|
+
*/
|
|
291
453
|
tlsDisabled?: pulumi.Input<boolean>;
|
|
292
454
|
updatedAt?: pulumi.Input<string>;
|
|
455
|
+
/**
|
|
456
|
+
* The user of the cluster template. Required if admin
|
|
457
|
+
* wants to create a cluster template for another user. Changing this creates
|
|
458
|
+
* a new cluster template.
|
|
459
|
+
*/
|
|
293
460
|
userId?: pulumi.Input<string>;
|
|
461
|
+
/**
|
|
462
|
+
* The name of the driver that is used for the
|
|
463
|
+
* volumes of the cluster nodes. Changing this updates the volume driver of
|
|
464
|
+
* the existing cluster template.
|
|
465
|
+
*/
|
|
294
466
|
volumeDriver?: pulumi.Input<string>;
|
|
295
467
|
}
|
|
296
468
|
/**
|
|
297
469
|
* The set of arguments for constructing a ClusterTemplate resource.
|
|
298
470
|
*/
|
|
299
471
|
export interface ClusterTemplateArgs {
|
|
472
|
+
/**
|
|
473
|
+
* The API server port for the Container
|
|
474
|
+
* Orchestration Engine for this cluster template. Changing this updates the
|
|
475
|
+
* API server port of the existing cluster template.
|
|
476
|
+
*/
|
|
300
477
|
apiserverPort?: pulumi.Input<number>;
|
|
478
|
+
/**
|
|
479
|
+
* The distro for the cluster (fedora-atomic,
|
|
480
|
+
* coreos, etc.). Changing this updates the cluster distro of the existing
|
|
481
|
+
* cluster template.
|
|
482
|
+
*/
|
|
301
483
|
clusterDistro?: pulumi.Input<string>;
|
|
484
|
+
/**
|
|
485
|
+
* The Container Orchestration Engine for this cluster
|
|
486
|
+
* template. Changing this updates the engine of the existing cluster
|
|
487
|
+
* template.
|
|
488
|
+
*/
|
|
302
489
|
coe: pulumi.Input<string>;
|
|
490
|
+
/**
|
|
491
|
+
* Address of the DNS nameserver that is used in
|
|
492
|
+
* nodes of the cluster. Changing this updates the DNS nameserver of the
|
|
493
|
+
* existing cluster template.
|
|
494
|
+
*/
|
|
303
495
|
dnsNameserver?: pulumi.Input<string>;
|
|
496
|
+
/**
|
|
497
|
+
* Docker storage driver. Changing this
|
|
498
|
+
* updates the Docker storage driver of the existing cluster template.
|
|
499
|
+
*/
|
|
304
500
|
dockerStorageDriver?: pulumi.Input<string>;
|
|
501
|
+
/**
|
|
502
|
+
* The size (in GB) of the Docker volume.
|
|
503
|
+
* Changing this updates the Docker volume size of the existing cluster
|
|
504
|
+
* template.
|
|
505
|
+
*/
|
|
305
506
|
dockerVolumeSize?: pulumi.Input<number>;
|
|
507
|
+
/**
|
|
508
|
+
* The ID of the external network that will
|
|
509
|
+
* be used for the cluster. Changing this updates the external network ID of
|
|
510
|
+
* the existing cluster template.
|
|
511
|
+
*/
|
|
306
512
|
externalNetworkId?: pulumi.Input<string>;
|
|
513
|
+
/**
|
|
514
|
+
* The fixed network that will be attached to the
|
|
515
|
+
* cluster. Changing this updates the fixed network of the existing cluster
|
|
516
|
+
* template.
|
|
517
|
+
*/
|
|
307
518
|
fixedNetwork?: pulumi.Input<string>;
|
|
519
|
+
/**
|
|
520
|
+
* The fixed subnet that will be attached to the
|
|
521
|
+
* cluster. Changing this updates the fixed subnet of the existing cluster
|
|
522
|
+
* template.
|
|
523
|
+
*/
|
|
308
524
|
fixedSubnet?: pulumi.Input<string>;
|
|
525
|
+
/**
|
|
526
|
+
* The flavor for the nodes of the cluster. Can be set via
|
|
527
|
+
* the `OS_MAGNUM_FLAVOR` environment variable. Changing this updates the
|
|
528
|
+
* flavor of the existing cluster template.
|
|
529
|
+
*/
|
|
309
530
|
flavor?: pulumi.Input<string>;
|
|
531
|
+
/**
|
|
532
|
+
* Indicates whether created cluster should
|
|
533
|
+
* create floating IP for every node or not. Changing this updates the
|
|
534
|
+
* floating IP enabled attribute of the existing cluster template.
|
|
535
|
+
*/
|
|
310
536
|
floatingIpEnabled?: pulumi.Input<boolean>;
|
|
537
|
+
/**
|
|
538
|
+
* The address of a proxy for receiving all HTTP
|
|
539
|
+
* requests and relay them. Changing this updates the HTTP proxy address of
|
|
540
|
+
* the existing cluster template.
|
|
541
|
+
*/
|
|
311
542
|
httpProxy?: pulumi.Input<string>;
|
|
543
|
+
/**
|
|
544
|
+
* The address of a proxy for receiving all HTTPS
|
|
545
|
+
* requests and relay them. Changing this updates the HTTPS proxy address of
|
|
546
|
+
* the existing cluster template.
|
|
547
|
+
*/
|
|
312
548
|
httpsProxy?: pulumi.Input<string>;
|
|
549
|
+
/**
|
|
550
|
+
* The reference to an image that is used for nodes of the
|
|
551
|
+
* cluster. Can be set via the `OS_MAGNUM_IMAGE` environment variable.
|
|
552
|
+
* Changing this updates the image attribute of the existing cluster template.
|
|
553
|
+
*/
|
|
313
554
|
image: pulumi.Input<string>;
|
|
555
|
+
/**
|
|
556
|
+
* The insecure registry URL for the cluster
|
|
557
|
+
* template. Changing this updates the insecure registry attribute of the
|
|
558
|
+
* existing cluster template.
|
|
559
|
+
*/
|
|
314
560
|
insecureRegistry?: pulumi.Input<string>;
|
|
561
|
+
/**
|
|
562
|
+
* The name of the Compute service SSH keypair.
|
|
563
|
+
* Changing this updates the keypair of the existing cluster template.
|
|
564
|
+
*/
|
|
315
565
|
keypairId?: pulumi.Input<string>;
|
|
566
|
+
/**
|
|
567
|
+
* The list of key value pairs representing additional
|
|
568
|
+
* properties of the cluster template. Changing this updates the labels of the
|
|
569
|
+
* existing cluster template.
|
|
570
|
+
*/
|
|
316
571
|
labels?: pulumi.Input<{
|
|
317
572
|
[key: string]: any;
|
|
318
573
|
}>;
|
|
574
|
+
/**
|
|
575
|
+
* The flavor for the master nodes. Can be set via
|
|
576
|
+
* the `OS_MAGNUM_MASTER_FLAVOR` environment variable. Changing this updates
|
|
577
|
+
* the master flavor of the existing cluster template.
|
|
578
|
+
*/
|
|
319
579
|
masterFlavor?: pulumi.Input<string>;
|
|
580
|
+
/**
|
|
581
|
+
* Indicates whether created cluster should
|
|
582
|
+
* has a loadbalancer for master nodes or not. Changing this updates the
|
|
583
|
+
* attribute of the existing cluster template.
|
|
584
|
+
*/
|
|
320
585
|
masterLbEnabled?: pulumi.Input<boolean>;
|
|
586
|
+
/**
|
|
587
|
+
* The name of the cluster template. Changing this updates
|
|
588
|
+
* the name of the existing cluster template.
|
|
589
|
+
*/
|
|
321
590
|
name?: pulumi.Input<string>;
|
|
591
|
+
/**
|
|
592
|
+
* The name of the driver for the container
|
|
593
|
+
* network. Changing this updates the network driver of the existing cluster
|
|
594
|
+
* template.
|
|
595
|
+
*/
|
|
322
596
|
networkDriver?: pulumi.Input<string>;
|
|
597
|
+
/**
|
|
598
|
+
* A comma-separated list of IP addresses that shouldn't
|
|
599
|
+
* be used in the cluster. Changing this updates the no proxy list of the
|
|
600
|
+
* existing cluster template.
|
|
601
|
+
*/
|
|
323
602
|
noProxy?: pulumi.Input<string>;
|
|
603
|
+
/**
|
|
604
|
+
* Indicates whether cluster template should be public.
|
|
605
|
+
* Changing this updates the public attribute of the existing cluster
|
|
606
|
+
* template.
|
|
607
|
+
*/
|
|
324
608
|
public?: pulumi.Input<boolean>;
|
|
609
|
+
/**
|
|
610
|
+
* The region in which to obtain the V1 Container Infra
|
|
611
|
+
* client. A Container Infra client is needed to create a cluster template. If
|
|
612
|
+
* omitted,the `region` argument of the provider is used. Changing this
|
|
613
|
+
* creates a new cluster template.
|
|
614
|
+
*/
|
|
325
615
|
region?: pulumi.Input<string>;
|
|
616
|
+
/**
|
|
617
|
+
* Indicates whether Docker registry is enabled
|
|
618
|
+
* in the cluster. Changing this updates the registry enabled attribute of the
|
|
619
|
+
* existing cluster template.
|
|
620
|
+
*/
|
|
326
621
|
registryEnabled?: pulumi.Input<boolean>;
|
|
622
|
+
/**
|
|
623
|
+
* The server type for the cluster template. Changing
|
|
624
|
+
* this updates the server type of the existing cluster template.
|
|
625
|
+
*/
|
|
327
626
|
serverType?: pulumi.Input<string>;
|
|
627
|
+
/**
|
|
628
|
+
* Indicates whether the TLS should be disabled in
|
|
629
|
+
* the cluster. Changing this updates the attribute of the existing cluster.
|
|
630
|
+
*/
|
|
328
631
|
tlsDisabled?: pulumi.Input<boolean>;
|
|
632
|
+
/**
|
|
633
|
+
* The name of the driver that is used for the
|
|
634
|
+
* volumes of the cluster nodes. Changing this updates the volume driver of
|
|
635
|
+
* the existing cluster template.
|
|
636
|
+
*/
|
|
329
637
|
volumeDriver?: pulumi.Input<string>;
|
|
330
638
|
}
|