@pulumiverse/scaleway 0.4.0 → 1.11.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/accountProject.d.ts +108 -0
- package/accountProject.js +77 -0
- package/accountProject.js.map +1 -0
- package/accountSshKey.d.ts +40 -4
- package/accountSshKey.js +34 -26
- package/accountSshKey.js.map +1 -1
- package/appleSliconValleyServer.d.ts +2 -4
- package/appleSliconValleyServer.js +24 -26
- package/appleSliconValleyServer.js.map +1 -1
- package/baremetalServer.d.ts +161 -13
- package/baremetalServer.js +66 -30
- package/baremetalServer.js.map +1 -1
- package/cockpit.d.ts +87 -0
- package/cockpit.js +64 -0
- package/cockpit.js.map +1 -0
- package/cockpitGrafanaUser.d.ts +109 -0
- package/cockpitGrafanaUser.js +92 -0
- package/cockpitGrafanaUser.js.map +1 -0
- package/cockpitToken.d.ts +125 -0
- package/cockpitToken.js +100 -0
- package/cockpitToken.js.map +1 -0
- package/container.d.ts +65 -10
- package/container.js +33 -24
- package/container.js.map +1 -1
- package/containerCron.d.ts +6 -1
- package/containerCron.js +24 -24
- package/containerCron.js.map +1 -1
- package/containerDomain.d.ts +138 -0
- package/containerDomain.js +119 -0
- package/containerDomain.js.map +1 -0
- package/containerNamespace.d.ts +36 -8
- package/containerNamespace.js +29 -27
- package/containerNamespace.js.map +1 -1
- package/containerToken.d.ts +147 -0
- package/containerToken.js +92 -0
- package/containerToken.js.map +1 -0
- package/containerTrigger.d.ts +156 -0
- package/containerTrigger.js +108 -0
- package/containerTrigger.js.map +1 -0
- package/database.d.ts +23 -5
- package/database.js +24 -22
- package/database.js.map +1 -1
- package/databaseAcl.d.ts +14 -7
- package/databaseAcl.js +22 -22
- package/databaseAcl.js.map +1 -1
- package/databaseBackup.d.ts +18 -6
- package/databaseBackup.js +22 -22
- package/databaseBackup.js.map +1 -1
- package/databaseInstance.d.ts +71 -111
- package/databaseInstance.js +27 -121
- package/databaseInstance.js.map +1 -1
- package/databasePrivilege.d.ts +36 -8
- package/databasePrivilege.js +45 -27
- package/databasePrivilege.js.map +1 -1
- package/databaseReadReplica.d.ts +30 -8
- package/databaseReadReplica.js +25 -23
- package/databaseReadReplica.js.map +1 -1
- package/databaseUser.d.ts +19 -7
- package/databaseUser.js +26 -24
- package/databaseUser.js.map +1 -1
- package/documentdbDatabase.d.ts +137 -0
- package/documentdbDatabase.js +87 -0
- package/documentdbDatabase.js.map +1 -0
- package/documentdbInstance.d.ts +247 -0
- package/documentdbInstance.js +113 -0
- package/documentdbInstance.js.map +1 -0
- package/documentdbPrivateNetworkEndpoint.d.ts +147 -0
- package/documentdbPrivateNetworkEndpoint.js +80 -0
- package/documentdbPrivateNetworkEndpoint.js.map +1 -0
- package/documentdbPrivilege.d.ts +122 -0
- package/documentdbPrivilege.js +95 -0
- package/documentdbPrivilege.js.map +1 -0
- package/documentdbReadReplica.d.ts +137 -0
- package/documentdbReadReplica.js +100 -0
- package/documentdbReadReplica.js.map +1 -0
- package/documentdbUser.d.ts +140 -0
- package/documentdbUser.js +97 -0
- package/documentdbUser.js.map +1 -0
- package/domainRecord.d.ts +23 -22
- package/domainRecord.js +28 -28
- package/domainRecord.js.map +1 -1
- package/domainZone.d.ts +2 -2
- package/domainZone.js +24 -24
- package/domainZone.js.map +1 -1
- package/flexibleIp.d.ts +53 -36
- package/flexibleIp.js +39 -32
- package/flexibleIp.js.map +1 -1
- package/flexibleIpMacAddress.d.ts +173 -0
- package/flexibleIpMacAddress.js +123 -0
- package/flexibleIpMacAddress.js.map +1 -0
- package/function.d.ts +39 -3
- package/function.js +28 -22
- package/function.js.map +1 -1
- package/functionCron.d.ts +0 -6
- package/functionCron.js +22 -28
- package/functionCron.js.map +1 -1
- package/functionDomain.d.ts +126 -0
- package/functionDomain.js +98 -0
- package/functionDomain.js.map +1 -0
- package/functionNamespace.d.ts +26 -4
- package/functionNamespace.js +28 -26
- package/functionNamespace.js.map +1 -1
- package/functionToken.d.ts +152 -0
- package/functionToken.js +97 -0
- package/functionToken.js.map +1 -0
- package/functionTrigger.d.ts +140 -0
- package/functionTrigger.js +92 -0
- package/functionTrigger.js.map +1 -0
- package/getAccountProject.d.ts +92 -0
- package/getAccountProject.js +56 -0
- package/getAccountProject.js.map +1 -0
- package/getAccountSshKey.d.ts +20 -3
- package/getAccountSshKey.js +18 -8
- package/getAccountSshKey.js.map +1 -1
- package/getAvailabilityZones.d.ts +69 -0
- package/getAvailabilityZones.js +54 -0
- package/getAvailabilityZones.js.map +1 -0
- package/getBaremetalOffer.d.ts +27 -4
- package/getBaremetalOffer.js +20 -8
- package/getBaremetalOffer.js.map +1 -1
- package/getBaremetalOption.d.ts +92 -0
- package/getBaremetalOption.js +58 -0
- package/getBaremetalOption.js.map +1 -0
- package/getBaremetalOs.d.ts +25 -6
- package/getBaremetalOs.js +27 -11
- package/getBaremetalOs.js.map +1 -1
- package/getBaremetalServer.d.ts +36 -8
- package/getBaremetalServer.js +25 -11
- package/getBaremetalServer.js.map +1 -1
- package/getBillingConsumptions.d.ts +16 -0
- package/getBillingConsumptions.js +17 -0
- package/getBillingConsumptions.js.map +1 -0
- package/getBillingInvoices.d.ts +86 -0
- package/getBillingInvoices.js +50 -0
- package/getBillingInvoices.js.map +1 -0
- package/getCockpit.d.ts +86 -0
- package/getCockpit.js +66 -0
- package/getCockpit.js.map +1 -0
- package/getCockpitPlan.d.ts +63 -0
- package/getCockpitPlan.js +51 -0
- package/getCockpitPlan.js.map +1 -0
- package/getContainer.d.ts +39 -0
- package/getContainer.js +30 -5
- package/getContainer.js.map +1 -1
- package/getContainerNamespace.d.ts +24 -6
- package/getContainerNamespace.js +23 -11
- package/getContainerNamespace.js.map +1 -1
- package/getDatabase.d.ts +21 -4
- package/getDatabase.js +20 -8
- package/getDatabase.js.map +1 -1
- package/getDatabaseAcl.d.ts +28 -7
- package/getDatabaseAcl.js +20 -9
- package/getDatabaseAcl.js.map +1 -1
- package/getDatabaseBackup.d.ts +33 -6
- package/getDatabaseBackup.js +29 -11
- package/getDatabaseBackup.js.map +1 -1
- package/getDatabaseInstance.d.ts +17 -15
- package/getDatabaseInstance.js +7 -18
- package/getDatabaseInstance.js.map +1 -1
- package/getDatabasePrivilege.d.ts +31 -6
- package/getDatabasePrivilege.js +23 -10
- package/getDatabasePrivilege.js.map +1 -1
- package/getDocumentdbDatabase.d.ts +86 -0
- package/getDocumentdbDatabase.js +51 -0
- package/getDocumentdbDatabase.js.map +1 -0
- package/getDocumentdbInstance.d.ts +91 -0
- package/getDocumentdbInstance.js +50 -0
- package/getDocumentdbInstance.js.map +1 -0
- package/getDocumentdbLoadBalancerEndpoint.d.ts +38 -0
- package/getDocumentdbLoadBalancerEndpoint.js +23 -0
- package/getDocumentdbLoadBalancerEndpoint.js.map +1 -0
- package/getDomainRecord.d.ts +26 -7
- package/getDomainRecord.js +27 -11
- package/getDomainRecord.js.map +1 -1
- package/getDomainZone.d.ts +17 -3
- package/getDomainZone.js +19 -8
- package/getDomainZone.js.map +1 -1
- package/getFlexibleIp.d.ts +5 -13
- package/getFlexibleIp.js +5 -17
- package/getFlexibleIp.js.map +1 -1
- package/getFlexibleIps.d.ts +154 -0
- package/getFlexibleIps.js +101 -0
- package/getFlexibleIps.js.map +1 -0
- package/getFunction.d.ts +5 -1
- package/getFunction.js +2 -5
- package/getFunction.js.map +1 -1
- package/getFunctionNamespace.d.ts +19 -3
- package/getFunctionNamespace.js +18 -8
- package/getFunctionNamespace.js.map +1 -1
- package/getIamApplication.d.ts +93 -0
- package/getIamApplication.js +56 -0
- package/getIamApplication.js.map +1 -0
- package/getIamGroup.d.ts +97 -0
- package/getIamGroup.js +58 -0
- package/getIamGroup.js.map +1 -0
- package/getIamSshKey.d.ts +90 -0
- package/getIamSshKey.js +49 -0
- package/getIamSshKey.js.map +1 -0
- package/getIamUser.d.ts +89 -0
- package/getIamUser.js +60 -0
- package/getIamUser.js.map +1 -0
- package/getInstanceImage.d.ts +16 -3
- package/getInstanceImage.js +18 -8
- package/getInstanceImage.js.map +1 -1
- package/getInstanceIp.d.ts +24 -3
- package/getInstanceIp.js +18 -8
- package/getInstanceIp.js.map +1 -1
- package/getInstancePrivateNic.d.ts +121 -0
- package/getInstancePrivateNic.js +69 -0
- package/getInstancePrivateNic.js.map +1 -0
- package/getInstanceSecurityGroup.d.ts +17 -4
- package/getInstanceSecurityGroup.js +18 -8
- package/getInstanceSecurityGroup.js.map +1 -1
- package/getInstanceServer.d.ts +27 -7
- package/getInstanceServer.js +18 -8
- package/getInstanceServer.js.map +1 -1
- package/getInstanceServers.d.ts +20 -4
- package/getInstanceServers.js +21 -8
- package/getInstanceServers.js.map +1 -1
- package/getInstanceSnapshot.d.ts +96 -0
- package/getInstanceSnapshot.js +56 -0
- package/getInstanceSnapshot.js.map +1 -0
- package/getInstanceVolume.d.ts +16 -3
- package/getInstanceVolume.js +18 -8
- package/getInstanceVolume.js.map +1 -1
- package/getIotDevice.d.ts +17 -4
- package/getIotDevice.js +18 -8
- package/getIotDevice.js.map +1 -1
- package/getIotHub.d.ts +16 -3
- package/getIotHub.js +18 -8
- package/getIotHub.js.map +1 -1
- package/getIpamIp.d.ts +133 -0
- package/getIpamIp.js +83 -0
- package/getIpamIp.js.map +1 -0
- package/getK8sVersion.d.ts +108 -0
- package/getK8sVersion.js +76 -0
- package/getK8sVersion.js.map +1 -0
- package/getKubernetesCluster.d.ts +21 -4
- package/getKubernetesCluster.js +18 -8
- package/getKubernetesCluster.js.map +1 -1
- package/getKubernetesNodePool.d.ts +18 -4
- package/getKubernetesNodePool.js +18 -8
- package/getKubernetesNodePool.js.map +1 -1
- package/getLbAcls.d.ts +96 -0
- package/getLbAcls.js +58 -0
- package/getLbAcls.js.map +1 -0
- package/getLbBackend.d.ts +142 -0
- package/getLbBackend.js +82 -0
- package/getLbBackend.js.map +1 -0
- package/getLbBackends.d.ts +94 -0
- package/getLbBackends.js +58 -0
- package/getLbBackends.js.map +1 -0
- package/getLbFrontend.d.ts +134 -0
- package/getLbFrontend.js +94 -0
- package/getLbFrontend.js.map +1 -0
- package/getLbFrontends.d.ts +94 -0
- package/getLbFrontends.js +58 -0
- package/getLbFrontends.js.map +1 -0
- package/getLbIps.d.ts +94 -0
- package/getLbIps.js +52 -0
- package/getLbIps.js.map +1 -0
- package/getLbRoute.d.ts +111 -0
- package/getLbRoute.js +93 -0
- package/getLbRoute.js.map +1 -0
- package/getLbRoutes.d.ts +85 -0
- package/getLbRoutes.js +58 -0
- package/getLbRoutes.js.map +1 -0
- package/getLbs.d.ts +97 -0
- package/getLbs.js +52 -0
- package/getLbs.js.map +1 -0
- package/getLoadbalancer.d.ts +31 -13
- package/getLoadbalancer.js +23 -11
- package/getLoadbalancer.js.map +1 -1
- package/getLoadbalancerCertificate.d.ts +11 -2
- package/getLoadbalancerCertificate.js +12 -6
- package/getLoadbalancerCertificate.js.map +1 -1
- package/getLoadbalancerIp.d.ts +16 -3
- package/getLoadbalancerIp.js +18 -8
- package/getLoadbalancerIp.js.map +1 -1
- package/getMarketplaceImage.d.ts +17 -3
- package/getMarketplaceImage.js +19 -8
- package/getMarketplaceImage.js.map +1 -1
- package/getMnqSqs.d.ts +78 -0
- package/getMnqSqs.js +55 -0
- package/getMnqSqs.js.map +1 -0
- package/getObjectBucket.d.ts +57 -7
- package/getObjectBucket.js +49 -11
- package/getObjectBucket.js.map +1 -1
- package/getObjectBucketPolicy.d.ts +83 -0
- package/getObjectBucketPolicy.js +51 -0
- package/getObjectBucketPolicy.js.map +1 -0
- package/getRedisCluster.d.ts +18 -5
- package/getRedisCluster.js +19 -9
- package/getRedisCluster.js.map +1 -1
- package/getRegistryImage.d.ts +18 -4
- package/getRegistryImage.js +20 -9
- package/getRegistryImage.js.map +1 -1
- package/getRegistryNamespace.d.ts +16 -3
- package/getRegistryNamespace.js +18 -8
- package/getRegistryNamespace.js.map +1 -1
- package/getSecret.d.ts +125 -0
- package/getSecret.js +68 -0
- package/getSecret.js.map +1 -0
- package/getSecretVersion.d.ts +84 -0
- package/getSecretVersion.js +23 -0
- package/getSecretVersion.js.map +1 -0
- package/getTemDomain.d.ts +109 -0
- package/getTemDomain.js +28 -0
- package/getTemDomain.js.map +1 -0
- package/getVpc.d.ts +113 -0
- package/getVpc.js +65 -0
- package/getVpc.js.map +1 -0
- package/getVpcGatewayNetwork.d.ts +33 -0
- package/getVpcGatewayNetwork.js +28 -5
- package/getVpcGatewayNetwork.js.map +1 -1
- package/getVpcPrivateNetwork.d.ts +48 -3
- package/getVpcPrivateNetwork.js +30 -6
- package/getVpcPrivateNetwork.js.map +1 -1
- package/getVpcPublicGateway.d.ts +43 -7
- package/getVpcPublicGateway.js +35 -11
- package/getVpcPublicGateway.js.map +1 -1
- package/getVpcPublicGatewayDhcp.d.ts +20 -5
- package/getVpcPublicGatewayDhcp.js +22 -10
- package/getVpcPublicGatewayDhcp.js.map +1 -1
- package/getVpcPublicGatewayDhcpReservation.d.ts +22 -1
- package/getVpcPublicGatewayDhcpReservation.js +8 -5
- package/getVpcPublicGatewayDhcpReservation.js.map +1 -1
- package/getVpcPublicGatewayIp.d.ts +22 -3
- package/getVpcPublicGatewayIp.js +24 -8
- package/getVpcPublicGatewayIp.js.map +1 -1
- package/getVpcPublicPatRule.d.ts +40 -0
- package/getVpcPublicPatRule.js +42 -5
- package/getVpcPublicPatRule.js.map +1 -1
- package/getVpcs.d.ts +100 -0
- package/getVpcs.js +53 -0
- package/getVpcs.js.map +1 -0
- package/getWebHostOffer.d.ts +96 -0
- package/getWebHostOffer.js +56 -0
- package/getWebHostOffer.js.map +1 -0
- package/getWebhosting.d.ts +108 -0
- package/getWebhosting.js +57 -0
- package/getWebhosting.js.map +1 -0
- package/iamApiKey.d.ts +178 -0
- package/iamApiKey.js +96 -0
- package/iamApiKey.js.map +1 -0
- package/iamApplication.d.ts +116 -0
- package/iamApplication.js +79 -0
- package/iamApplication.js.map +1 -0
- package/iamGroup.d.ts +164 -0
- package/iamGroup.js +103 -0
- package/iamGroup.js.map +1 -0
- package/iamGroupMembership.d.ts +106 -0
- package/iamGroupMembership.js +84 -0
- package/iamGroupMembership.js.map +1 -0
- package/iamPolicy.d.ts +197 -0
- package/iamPolicy.js +105 -0
- package/iamPolicy.js.map +1 -0
- package/iamSshKey.d.ts +141 -0
- package/iamSshKey.js +88 -0
- package/iamSshKey.js.map +1 -0
- package/iamUser.d.ts +147 -0
- package/iamUser.js +93 -0
- package/iamUser.js.map +1 -0
- package/index.d.ts +525 -94
- package/index.js +619 -217
- package/index.js.map +1 -1
- package/instanceImage.d.ts +9 -2
- package/instanceImage.js +23 -23
- package/instanceImage.js.map +1 -1
- package/instanceIp.d.ts +28 -2
- package/instanceIp.js +28 -24
- package/instanceIp.js.map +1 -1
- package/instanceIpReverseDns.d.ts +20 -0
- package/instanceIpReverseDns.js +42 -22
- package/instanceIpReverseDns.js.map +1 -1
- package/instancePlacementGroup.d.ts +2 -2
- package/instancePlacementGroup.js +24 -24
- package/instancePlacementGroup.js.map +1 -1
- package/instancePrivateNic.d.ts +26 -2
- package/instancePrivateNic.js +28 -24
- package/instancePrivateNic.js.map +1 -1
- package/instanceSecurityGroup.d.ts +2 -1
- package/instanceSecurityGroup.js +22 -22
- package/instanceSecurityGroup.js.map +1 -1
- package/instanceSecurityGroupRules.d.ts +27 -1
- package/instanceSecurityGroupRules.js +46 -21
- package/instanceSecurityGroupRules.js.map +1 -1
- package/instanceServer.d.ts +171 -21
- package/instanceServer.js +75 -27
- package/instanceServer.js.map +1 -1
- package/instanceSnapshot.d.ts +40 -7
- package/instanceSnapshot.js +47 -29
- package/instanceSnapshot.js.map +1 -1
- package/instanceUserData.d.ts +155 -0
- package/instanceUserData.js +120 -0
- package/instanceUserData.js.map +1 -0
- package/instanceVolume.d.ts +11 -11
- package/instanceVolume.js +24 -24
- package/instanceVolume.js.map +1 -1
- package/iotDevice.d.ts +20 -1
- package/iotDevice.js +22 -22
- package/iotDevice.js.map +1 -1
- package/iotHub.d.ts +12 -0
- package/iotHub.js +22 -22
- package/iotHub.js.map +1 -1
- package/iotNetwork.js +24 -22
- package/iotNetwork.js.map +1 -1
- package/iotRoute.d.ts +130 -0
- package/iotRoute.js +69 -0
- package/iotRoute.js.map +1 -0
- package/kubernetesCluster.d.ts +141 -11
- package/kubernetesCluster.js +109 -22
- package/kubernetesCluster.js.map +1 -1
- package/kubernetesNodePool.d.ts +23 -1
- package/kubernetesNodePool.js +24 -22
- package/kubernetesNodePool.js.map +1 -1
- package/loadbalancer.d.ts +69 -34
- package/loadbalancer.js +45 -50
- package/loadbalancer.js.map +1 -1
- package/loadbalancerAcl.d.ts +162 -0
- package/loadbalancerAcl.js +108 -0
- package/loadbalancerAcl.js.map +1 -0
- package/loadbalancerBackend.d.ts +124 -9
- package/loadbalancerBackend.js +41 -23
- package/loadbalancerBackend.js.map +1 -1
- package/loadbalancerCertificate.d.ts +12 -1
- package/loadbalancerCertificate.js +22 -22
- package/loadbalancerCertificate.js.map +1 -1
- package/loadbalancerFrontend.d.ts +42 -2
- package/loadbalancerFrontend.js +27 -23
- package/loadbalancerFrontend.js.map +1 -1
- package/loadbalancerIp.d.ts +3 -5
- package/loadbalancerIp.js +25 -27
- package/loadbalancerIp.js.map +1 -1
- package/loadbalancerRoute.d.ts +85 -13
- package/loadbalancerRoute.js +61 -26
- package/loadbalancerRoute.js.map +1 -1
- package/mnqCredential.d.ts +118 -0
- package/mnqCredential.js +71 -0
- package/mnqCredential.js.map +1 -0
- package/mnqNamespace.d.ts +146 -0
- package/mnqNamespace.js +93 -0
- package/mnqNamespace.js.map +1 -0
- package/mnqNatsAccount.d.ts +110 -0
- package/mnqNatsAccount.js +79 -0
- package/mnqNatsAccount.js.map +1 -0
- package/mnqNatsCredentials.d.ts +108 -0
- package/mnqNatsCredentials.js +83 -0
- package/mnqNatsCredentials.js.map +1 -0
- package/mnqQueue.d.ts +122 -0
- package/mnqQueue.js +64 -0
- package/mnqQueue.js.map +1 -0
- package/mnqSqs.d.ts +98 -0
- package/mnqSqs.js +80 -0
- package/mnqSqs.js.map +1 -0
- package/mnqSqsCredentials.d.ts +134 -0
- package/mnqSqsCredentials.js +93 -0
- package/mnqSqsCredentials.js.map +1 -0
- package/mnqSqsQueue.d.ts +238 -0
- package/mnqSqsQueue.js +121 -0
- package/mnqSqsQueue.js.map +1 -0
- package/objectBucket.d.ts +63 -72
- package/objectBucket.js +45 -90
- package/objectBucket.js.map +1 -1
- package/objectBucketAcl.d.ts +206 -0
- package/objectBucketAcl.js +158 -0
- package/objectBucketAcl.js.map +1 -0
- package/objectBucketLockConfiguration.d.ts +86 -0
- package/objectBucketLockConfiguration.js +61 -0
- package/objectBucketLockConfiguration.js.map +1 -0
- package/objectBucketPolicy.d.ts +47 -0
- package/objectBucketPolicy.js +53 -22
- package/objectBucketPolicy.js.map +1 -1
- package/objectBucketWebsiteConfiguration.d.ts +39 -14
- package/objectBucketWebsiteConfiguration.js +37 -30
- package/objectBucketWebsiteConfiguration.js.map +1 -1
- package/objectItem.d.ts +204 -0
- package/objectItem.js +89 -0
- package/objectItem.js.map +1 -0
- package/package.json +4 -4
- package/package.json.bak +3 -4
- package/package.json.dev +4 -5
- package/provider.js +10 -10
- package/provider.js.map +1 -1
- package/redisCluster.d.ts +122 -22
- package/redisCluster.js +28 -26
- package/redisCluster.js.map +1 -1
- package/registryNamespace.d.ts +7 -1
- package/registryNamespace.js +23 -23
- package/registryNamespace.js.map +1 -1
- package/secret.d.ts +160 -0
- package/secret.js +94 -0
- package/secret.js.map +1 -0
- package/secretVersion.d.ts +128 -0
- package/secretVersion.js +80 -0
- package/secretVersion.js.map +1 -0
- package/temDomain.d.ts +251 -0
- package/temDomain.js +135 -0
- package/temDomain.js.map +1 -0
- package/types/index.js.map +1 -1
- package/types/input.d.ts +712 -30
- package/types/output.d.ts +1603 -88
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
- package/vpc.d.ts +140 -0
- package/vpc.js +87 -0
- package/vpc.js.map +1 -0
- package/vpcGatewayNetwork.d.ts +72 -7
- package/vpcGatewayNetwork.js +69 -22
- package/vpcGatewayNetwork.js.map +1 -1
- package/vpcPrivateNetwork.d.ts +110 -11
- package/vpcPrivateNetwork.js +61 -26
- package/vpcPrivateNetwork.js.map +1 -1
- package/vpcPublicGateway.d.ts +1 -1
- package/vpcPublicGateway.js +23 -23
- package/vpcPublicGateway.js.map +1 -1
- package/vpcPublicGatewayDhcp.d.ts +2 -4
- package/vpcPublicGatewayDhcp.js +24 -26
- package/vpcPublicGatewayDhcp.js.map +1 -1
- package/vpcPublicGatewayDhcpReservation.d.ts +2 -2
- package/vpcPublicGatewayDhcpReservation.js +24 -24
- package/vpcPublicGatewayDhcpReservation.js.map +1 -1
- package/vpcPublicGatewayIp.d.ts +3 -5
- package/vpcPublicGatewayIp.js +25 -27
- package/vpcPublicGatewayIp.js.map +1 -1
- package/vpcPublicGatewayIpReverseDns.d.ts +104 -0
- package/vpcPublicGatewayIpReverseDns.js +91 -0
- package/vpcPublicGatewayIpReverseDns.js.map +1 -0
- package/vpcPublicGatewayPatRule.js +22 -22
- package/vpcPublicGatewayPatRule.js.map +1 -1
- package/webhosting.d.ts +244 -0
- package/webhosting.js +126 -0
- package/webhosting.js.map +1 -0
package/kubernetesCluster.d.ts
CHANGED
|
@@ -1,6 +1,87 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
5
|
+
* Creates and manages Scaleway Kubernetes clusters. For more information, see [the documentation](https://developers.scaleway.com/en/products/k8s/api/).
|
|
6
|
+
*
|
|
7
|
+
* ## Examples
|
|
8
|
+
*
|
|
9
|
+
* ### Basic
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
14
|
+
*
|
|
15
|
+
* const jack = new scaleway.KubernetesCluster("jack", {
|
|
16
|
+
* version: "1.24.3",
|
|
17
|
+
* cni: "cilium",
|
|
18
|
+
* deleteAdditionalResources: false,
|
|
19
|
+
* });
|
|
20
|
+
* const john = new scaleway.KubernetesNodePool("john", {
|
|
21
|
+
* clusterId: jack.id,
|
|
22
|
+
* nodeType: "DEV1-M",
|
|
23
|
+
* size: 1,
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* ### Multicloud
|
|
28
|
+
*
|
|
29
|
+
* ```typescript
|
|
30
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
31
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
32
|
+
*
|
|
33
|
+
* const henry = new scaleway.KubernetesCluster("henry", {
|
|
34
|
+
* type: "multicloud",
|
|
35
|
+
* version: "1.24.3",
|
|
36
|
+
* cni: "kilo",
|
|
37
|
+
* deleteAdditionalResources: false,
|
|
38
|
+
* });
|
|
39
|
+
* const friendFromOuterSpace = new scaleway.KubernetesNodePool("friendFromOuterSpace", {
|
|
40
|
+
* clusterId: henry.id,
|
|
41
|
+
* nodeType: "external",
|
|
42
|
+
* size: 0,
|
|
43
|
+
* minSize: 0,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* For a detailed example of how to add or run Elastic Metal servers instead of instances on your cluster, please refer to this guide.
|
|
48
|
+
*
|
|
49
|
+
* ### With additional configuration
|
|
50
|
+
*
|
|
51
|
+
* ```typescript
|
|
52
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
53
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
54
|
+
*
|
|
55
|
+
* const johnKubernetesCluster = new scaleway.KubernetesCluster("johnKubernetesCluster", {
|
|
56
|
+
* description: "my awesome cluster",
|
|
57
|
+
* version: "1.24.3",
|
|
58
|
+
* cni: "calico",
|
|
59
|
+
* tags: [
|
|
60
|
+
* "i'm an awesome tag",
|
|
61
|
+
* "yay",
|
|
62
|
+
* ],
|
|
63
|
+
* deleteAdditionalResources: false,
|
|
64
|
+
* autoscalerConfig: {
|
|
65
|
+
* disableScaleDown: false,
|
|
66
|
+
* scaleDownDelayAfterAdd: "5m",
|
|
67
|
+
* estimator: "binpacking",
|
|
68
|
+
* expander: "random",
|
|
69
|
+
* ignoreDaemonsetsUtilization: true,
|
|
70
|
+
* balanceSimilarNodeGroups: true,
|
|
71
|
+
* expendablePodsPriorityCutoff: -5,
|
|
72
|
+
* },
|
|
73
|
+
* });
|
|
74
|
+
* const johnKubernetesNodePool = new scaleway.KubernetesNodePool("johnKubernetesNodePool", {
|
|
75
|
+
* clusterId: johnKubernetesCluster.id,
|
|
76
|
+
* nodeType: "DEV1-M",
|
|
77
|
+
* size: 3,
|
|
78
|
+
* autoscaling: true,
|
|
79
|
+
* autohealing: true,
|
|
80
|
+
* minSize: 1,
|
|
81
|
+
* maxSize: 5,
|
|
82
|
+
* });
|
|
83
|
+
* ```
|
|
84
|
+
*
|
|
4
85
|
* ## Import
|
|
5
86
|
*
|
|
6
87
|
* Kubernetes clusters can be imported using the `{region}/{id}`, e.g. bash
|
|
@@ -55,9 +136,11 @@ export declare class KubernetesCluster extends pulumi.CustomResource {
|
|
|
55
136
|
*/
|
|
56
137
|
readonly createdAt: pulumi.Output<string>;
|
|
57
138
|
/**
|
|
58
|
-
* Delete additional resources like block volumes and
|
|
139
|
+
* Delete additional resources like block volumes, loadbalancers and the cluster private network (if empty) that were created in Kubernetes on cluster deletion.
|
|
140
|
+
* > **Important:** Setting this field to `true` means that you will lose all your cluster data and network configuration when you delete your cluster.
|
|
141
|
+
* If you prefer keeping it, you should instead set it as `false`.
|
|
59
142
|
*/
|
|
60
|
-
readonly deleteAdditionalResources: pulumi.Output<boolean
|
|
143
|
+
readonly deleteAdditionalResources: pulumi.Output<boolean>;
|
|
61
144
|
/**
|
|
62
145
|
* A description for the Kubernetes cluster.
|
|
63
146
|
*/
|
|
@@ -82,6 +165,15 @@ export declare class KubernetesCluster extends pulumi.CustomResource {
|
|
|
82
165
|
* The organization ID the cluster is associated with.
|
|
83
166
|
*/
|
|
84
167
|
readonly organizationId: pulumi.Output<string>;
|
|
168
|
+
/**
|
|
169
|
+
* The ID of the private network of the cluster.
|
|
170
|
+
*
|
|
171
|
+
* > **Important:** This field can be set at cluster creation or later to migrate to a Private Network.
|
|
172
|
+
* Any subsequent change after this field got set will prompt for cluster recreation.
|
|
173
|
+
*
|
|
174
|
+
* > Also, you should only use **regional** Private Networks with Kapsule clusters, otherwise you will get an error saying that the Private Network can't be found.
|
|
175
|
+
*/
|
|
176
|
+
readonly privateNetworkId: pulumi.Output<string | undefined>;
|
|
85
177
|
/**
|
|
86
178
|
* `projectId`) The ID of the project the cluster is associated with.
|
|
87
179
|
*/
|
|
@@ -99,7 +191,13 @@ export declare class KubernetesCluster extends pulumi.CustomResource {
|
|
|
99
191
|
*/
|
|
100
192
|
readonly tags: pulumi.Output<string[] | undefined>;
|
|
101
193
|
/**
|
|
102
|
-
* The type of Kubernetes cluster. Possible values are:
|
|
194
|
+
* The type of Kubernetes cluster. Possible values are:
|
|
195
|
+
*
|
|
196
|
+
* - for mutualized clusters: `kapsule` or `multicloud`
|
|
197
|
+
*
|
|
198
|
+
* - for dedicated Kapsule clusters: `kapsule-dedicated-4`, `kapsule-dedicated-8` or `kapsule-dedicated-16`.
|
|
199
|
+
*
|
|
200
|
+
* - for dedicated Kosmos clusters: `multicloud-dedicated-4`, `multicloud-dedicated-8` or `multicloud-dedicated-16`.
|
|
103
201
|
*/
|
|
104
202
|
readonly type: pulumi.Output<string>;
|
|
105
203
|
/**
|
|
@@ -116,7 +214,6 @@ export declare class KubernetesCluster extends pulumi.CustomResource {
|
|
|
116
214
|
readonly version: pulumi.Output<string>;
|
|
117
215
|
/**
|
|
118
216
|
* The DNS wildcard that points to all ready nodes.
|
|
119
|
-
* - `kubeconfig`
|
|
120
217
|
*/
|
|
121
218
|
readonly wildcardDns: pulumi.Output<string>;
|
|
122
219
|
/**
|
|
@@ -162,7 +259,9 @@ export interface KubernetesClusterState {
|
|
|
162
259
|
*/
|
|
163
260
|
createdAt?: pulumi.Input<string>;
|
|
164
261
|
/**
|
|
165
|
-
* Delete additional resources like block volumes and
|
|
262
|
+
* Delete additional resources like block volumes, loadbalancers and the cluster private network (if empty) that were created in Kubernetes on cluster deletion.
|
|
263
|
+
* > **Important:** Setting this field to `true` means that you will lose all your cluster data and network configuration when you delete your cluster.
|
|
264
|
+
* If you prefer keeping it, you should instead set it as `false`.
|
|
166
265
|
*/
|
|
167
266
|
deleteAdditionalResources?: pulumi.Input<boolean>;
|
|
168
267
|
/**
|
|
@@ -189,6 +288,15 @@ export interface KubernetesClusterState {
|
|
|
189
288
|
* The organization ID the cluster is associated with.
|
|
190
289
|
*/
|
|
191
290
|
organizationId?: pulumi.Input<string>;
|
|
291
|
+
/**
|
|
292
|
+
* The ID of the private network of the cluster.
|
|
293
|
+
*
|
|
294
|
+
* > **Important:** This field can be set at cluster creation or later to migrate to a Private Network.
|
|
295
|
+
* Any subsequent change after this field got set will prompt for cluster recreation.
|
|
296
|
+
*
|
|
297
|
+
* > Also, you should only use **regional** Private Networks with Kapsule clusters, otherwise you will get an error saying that the Private Network can't be found.
|
|
298
|
+
*/
|
|
299
|
+
privateNetworkId?: pulumi.Input<string>;
|
|
192
300
|
/**
|
|
193
301
|
* `projectId`) The ID of the project the cluster is associated with.
|
|
194
302
|
*/
|
|
@@ -206,7 +314,13 @@ export interface KubernetesClusterState {
|
|
|
206
314
|
*/
|
|
207
315
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
208
316
|
/**
|
|
209
|
-
* The type of Kubernetes cluster. Possible values are:
|
|
317
|
+
* The type of Kubernetes cluster. Possible values are:
|
|
318
|
+
*
|
|
319
|
+
* - for mutualized clusters: `kapsule` or `multicloud`
|
|
320
|
+
*
|
|
321
|
+
* - for dedicated Kapsule clusters: `kapsule-dedicated-4`, `kapsule-dedicated-8` or `kapsule-dedicated-16`.
|
|
322
|
+
*
|
|
323
|
+
* - for dedicated Kosmos clusters: `multicloud-dedicated-4`, `multicloud-dedicated-8` or `multicloud-dedicated-16`.
|
|
210
324
|
*/
|
|
211
325
|
type?: pulumi.Input<string>;
|
|
212
326
|
/**
|
|
@@ -223,7 +337,6 @@ export interface KubernetesClusterState {
|
|
|
223
337
|
version?: pulumi.Input<string>;
|
|
224
338
|
/**
|
|
225
339
|
* The DNS wildcard that points to all ready nodes.
|
|
226
|
-
* - `kubeconfig`
|
|
227
340
|
*/
|
|
228
341
|
wildcardDns?: pulumi.Input<string>;
|
|
229
342
|
}
|
|
@@ -253,9 +366,11 @@ export interface KubernetesClusterArgs {
|
|
|
253
366
|
*/
|
|
254
367
|
cni: pulumi.Input<string>;
|
|
255
368
|
/**
|
|
256
|
-
* Delete additional resources like block volumes and
|
|
369
|
+
* Delete additional resources like block volumes, loadbalancers and the cluster private network (if empty) that were created in Kubernetes on cluster deletion.
|
|
370
|
+
* > **Important:** Setting this field to `true` means that you will lose all your cluster data and network configuration when you delete your cluster.
|
|
371
|
+
* If you prefer keeping it, you should instead set it as `false`.
|
|
257
372
|
*/
|
|
258
|
-
deleteAdditionalResources
|
|
373
|
+
deleteAdditionalResources: pulumi.Input<boolean>;
|
|
259
374
|
/**
|
|
260
375
|
* A description for the Kubernetes cluster.
|
|
261
376
|
*/
|
|
@@ -272,6 +387,15 @@ export interface KubernetesClusterArgs {
|
|
|
272
387
|
* The OpenID Connect configuration of the cluster
|
|
273
388
|
*/
|
|
274
389
|
openIdConnectConfig?: pulumi.Input<inputs.KubernetesClusterOpenIdConnectConfig>;
|
|
390
|
+
/**
|
|
391
|
+
* The ID of the private network of the cluster.
|
|
392
|
+
*
|
|
393
|
+
* > **Important:** This field can be set at cluster creation or later to migrate to a Private Network.
|
|
394
|
+
* Any subsequent change after this field got set will prompt for cluster recreation.
|
|
395
|
+
*
|
|
396
|
+
* > Also, you should only use **regional** Private Networks with Kapsule clusters, otherwise you will get an error saying that the Private Network can't be found.
|
|
397
|
+
*/
|
|
398
|
+
privateNetworkId?: pulumi.Input<string>;
|
|
275
399
|
/**
|
|
276
400
|
* `projectId`) The ID of the project the cluster is associated with.
|
|
277
401
|
*/
|
|
@@ -285,7 +409,13 @@ export interface KubernetesClusterArgs {
|
|
|
285
409
|
*/
|
|
286
410
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
287
411
|
/**
|
|
288
|
-
* The type of Kubernetes cluster. Possible values are:
|
|
412
|
+
* The type of Kubernetes cluster. Possible values are:
|
|
413
|
+
*
|
|
414
|
+
* - for mutualized clusters: `kapsule` or `multicloud`
|
|
415
|
+
*
|
|
416
|
+
* - for dedicated Kapsule clusters: `kapsule-dedicated-4`, `kapsule-dedicated-8` or `kapsule-dedicated-16`.
|
|
417
|
+
*
|
|
418
|
+
* - for dedicated Kosmos clusters: `multicloud-dedicated-4`, `multicloud-dedicated-8` or `multicloud-dedicated-16`.
|
|
289
419
|
*/
|
|
290
420
|
type?: pulumi.Input<string>;
|
|
291
421
|
/**
|
package/kubernetesCluster.js
CHANGED
|
@@ -6,6 +6,86 @@ exports.KubernetesCluster = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* Creates and manages Scaleway Kubernetes clusters. For more information, see [the documentation](https://developers.scaleway.com/en/products/k8s/api/).
|
|
10
|
+
*
|
|
11
|
+
* ## Examples
|
|
12
|
+
*
|
|
13
|
+
* ### Basic
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
18
|
+
*
|
|
19
|
+
* const jack = new scaleway.KubernetesCluster("jack", {
|
|
20
|
+
* version: "1.24.3",
|
|
21
|
+
* cni: "cilium",
|
|
22
|
+
* deleteAdditionalResources: false,
|
|
23
|
+
* });
|
|
24
|
+
* const john = new scaleway.KubernetesNodePool("john", {
|
|
25
|
+
* clusterId: jack.id,
|
|
26
|
+
* nodeType: "DEV1-M",
|
|
27
|
+
* size: 1,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* ### Multicloud
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
36
|
+
*
|
|
37
|
+
* const henry = new scaleway.KubernetesCluster("henry", {
|
|
38
|
+
* type: "multicloud",
|
|
39
|
+
* version: "1.24.3",
|
|
40
|
+
* cni: "kilo",
|
|
41
|
+
* deleteAdditionalResources: false,
|
|
42
|
+
* });
|
|
43
|
+
* const friendFromOuterSpace = new scaleway.KubernetesNodePool("friendFromOuterSpace", {
|
|
44
|
+
* clusterId: henry.id,
|
|
45
|
+
* nodeType: "external",
|
|
46
|
+
* size: 0,
|
|
47
|
+
* minSize: 0,
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* For a detailed example of how to add or run Elastic Metal servers instead of instances on your cluster, please refer to this guide.
|
|
52
|
+
*
|
|
53
|
+
* ### With additional configuration
|
|
54
|
+
*
|
|
55
|
+
* ```typescript
|
|
56
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
57
|
+
* import * as scaleway from "@pulumiverse/scaleway";
|
|
58
|
+
*
|
|
59
|
+
* const johnKubernetesCluster = new scaleway.KubernetesCluster("johnKubernetesCluster", {
|
|
60
|
+
* description: "my awesome cluster",
|
|
61
|
+
* version: "1.24.3",
|
|
62
|
+
* cni: "calico",
|
|
63
|
+
* tags: [
|
|
64
|
+
* "i'm an awesome tag",
|
|
65
|
+
* "yay",
|
|
66
|
+
* ],
|
|
67
|
+
* deleteAdditionalResources: false,
|
|
68
|
+
* autoscalerConfig: {
|
|
69
|
+
* disableScaleDown: false,
|
|
70
|
+
* scaleDownDelayAfterAdd: "5m",
|
|
71
|
+
* estimator: "binpacking",
|
|
72
|
+
* expander: "random",
|
|
73
|
+
* ignoreDaemonsetsUtilization: true,
|
|
74
|
+
* balanceSimilarNodeGroups: true,
|
|
75
|
+
* expendablePodsPriorityCutoff: -5,
|
|
76
|
+
* },
|
|
77
|
+
* });
|
|
78
|
+
* const johnKubernetesNodePool = new scaleway.KubernetesNodePool("johnKubernetesNodePool", {
|
|
79
|
+
* clusterId: johnKubernetesCluster.id,
|
|
80
|
+
* nodeType: "DEV1-M",
|
|
81
|
+
* size: 3,
|
|
82
|
+
* autoscaling: true,
|
|
83
|
+
* autohealing: true,
|
|
84
|
+
* minSize: 1,
|
|
85
|
+
* maxSize: 5,
|
|
86
|
+
* });
|
|
87
|
+
* ```
|
|
88
|
+
*
|
|
9
89
|
* ## Import
|
|
10
90
|
*
|
|
11
91
|
* Kubernetes clusters can be imported using the `{region}/{id}`, e.g. bash
|
|
@@ -15,6 +95,28 @@ const utilities = require("./utilities");
|
|
|
15
95
|
* ```
|
|
16
96
|
*/
|
|
17
97
|
class KubernetesCluster extends pulumi.CustomResource {
|
|
98
|
+
/**
|
|
99
|
+
* Get an existing KubernetesCluster resource's state with the given name, ID, and optional extra
|
|
100
|
+
* properties used to qualify the lookup.
|
|
101
|
+
*
|
|
102
|
+
* @param name The _unique_ name of the resulting resource.
|
|
103
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
104
|
+
* @param state Any extra arguments used during the lookup.
|
|
105
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
106
|
+
*/
|
|
107
|
+
static get(name, id, state, opts) {
|
|
108
|
+
return new KubernetesCluster(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Returns true if the given object is an instance of KubernetesCluster. This is designed to work even
|
|
112
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
113
|
+
*/
|
|
114
|
+
static isInstance(obj) {
|
|
115
|
+
if (obj === undefined || obj === null) {
|
|
116
|
+
return false;
|
|
117
|
+
}
|
|
118
|
+
return obj['__pulumiType'] === KubernetesCluster.__pulumiType;
|
|
119
|
+
}
|
|
18
120
|
constructor(name, argsOrState, opts) {
|
|
19
121
|
let resourceInputs = {};
|
|
20
122
|
opts = opts || {};
|
|
@@ -34,6 +136,7 @@ class KubernetesCluster extends pulumi.CustomResource {
|
|
|
34
136
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
35
137
|
resourceInputs["openIdConnectConfig"] = state ? state.openIdConnectConfig : undefined;
|
|
36
138
|
resourceInputs["organizationId"] = state ? state.organizationId : undefined;
|
|
139
|
+
resourceInputs["privateNetworkId"] = state ? state.privateNetworkId : undefined;
|
|
37
140
|
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
38
141
|
resourceInputs["region"] = state ? state.region : undefined;
|
|
39
142
|
resourceInputs["status"] = state ? state.status : undefined;
|
|
@@ -49,6 +152,9 @@ class KubernetesCluster extends pulumi.CustomResource {
|
|
|
49
152
|
if ((!args || args.cni === undefined) && !opts.urn) {
|
|
50
153
|
throw new Error("Missing required property 'cni'");
|
|
51
154
|
}
|
|
155
|
+
if ((!args || args.deleteAdditionalResources === undefined) && !opts.urn) {
|
|
156
|
+
throw new Error("Missing required property 'deleteAdditionalResources'");
|
|
157
|
+
}
|
|
52
158
|
if ((!args || args.version === undefined) && !opts.urn) {
|
|
53
159
|
throw new Error("Missing required property 'version'");
|
|
54
160
|
}
|
|
@@ -62,6 +168,7 @@ class KubernetesCluster extends pulumi.CustomResource {
|
|
|
62
168
|
resourceInputs["featureGates"] = args ? args.featureGates : undefined;
|
|
63
169
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
64
170
|
resourceInputs["openIdConnectConfig"] = args ? args.openIdConnectConfig : undefined;
|
|
171
|
+
resourceInputs["privateNetworkId"] = args ? args.privateNetworkId : undefined;
|
|
65
172
|
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
66
173
|
resourceInputs["region"] = args ? args.region : undefined;
|
|
67
174
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
@@ -77,30 +184,10 @@ class KubernetesCluster extends pulumi.CustomResource {
|
|
|
77
184
|
resourceInputs["wildcardDns"] = undefined /*out*/;
|
|
78
185
|
}
|
|
79
186
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
187
|
+
const secretOpts = { additionalSecretOutputs: ["kubeconfigs"] };
|
|
188
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
80
189
|
super(KubernetesCluster.__pulumiType, name, resourceInputs, opts);
|
|
81
190
|
}
|
|
82
|
-
/**
|
|
83
|
-
* Get an existing KubernetesCluster resource's state with the given name, ID, and optional extra
|
|
84
|
-
* properties used to qualify the lookup.
|
|
85
|
-
*
|
|
86
|
-
* @param name The _unique_ name of the resulting resource.
|
|
87
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
88
|
-
* @param state Any extra arguments used during the lookup.
|
|
89
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
90
|
-
*/
|
|
91
|
-
static get(name, id, state, opts) {
|
|
92
|
-
return new KubernetesCluster(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* Returns true if the given object is an instance of KubernetesCluster. This is designed to work even
|
|
96
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
97
|
-
*/
|
|
98
|
-
static isInstance(obj) {
|
|
99
|
-
if (obj === undefined || obj === null) {
|
|
100
|
-
return false;
|
|
101
|
-
}
|
|
102
|
-
return obj['__pulumiType'] === KubernetesCluster.__pulumiType;
|
|
103
|
-
}
|
|
104
191
|
}
|
|
105
192
|
exports.KubernetesCluster = KubernetesCluster;
|
|
106
193
|
/** @internal */
|
package/kubernetesCluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kubernetesCluster.js","sourceRoot":"","sources":["../kubernetesCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"kubernetesCluster.js","sourceRoot":"","sources":["../kubernetesCluster.ts"],"names":[],"mappings":"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"}
|
package/kubernetesNodePool.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
5
|
* ## Import
|
|
5
6
|
*
|
|
@@ -72,6 +73,8 @@ export declare class KubernetesNodePool extends pulumi.CustomResource {
|
|
|
72
73
|
readonly name: pulumi.Output<string>;
|
|
73
74
|
/**
|
|
74
75
|
* The commercial type of the pool instances. Instances with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST). `external` is a special node type used to provision from other Cloud providers.
|
|
76
|
+
*
|
|
77
|
+
* > **Important:** Updates to this field will recreate a new resource.
|
|
75
78
|
*/
|
|
76
79
|
readonly nodeType: pulumi.Output<string>;
|
|
77
80
|
/**
|
|
@@ -83,6 +86,11 @@ export declare class KubernetesNodePool extends pulumi.CustomResource {
|
|
|
83
86
|
* > **Important:** Updates to this field will recreate a new resource.
|
|
84
87
|
*/
|
|
85
88
|
readonly placementGroupId: pulumi.Output<string | undefined>;
|
|
89
|
+
/**
|
|
90
|
+
* Defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway.
|
|
91
|
+
* > **Important:** Updates to this field will recreate a new resource.
|
|
92
|
+
*/
|
|
93
|
+
readonly publicIpDisabled: pulumi.Output<boolean | undefined>;
|
|
86
94
|
/**
|
|
87
95
|
* `region`) The region in which the pool should be created.
|
|
88
96
|
*/
|
|
@@ -190,6 +198,8 @@ export interface KubernetesNodePoolState {
|
|
|
190
198
|
name?: pulumi.Input<string>;
|
|
191
199
|
/**
|
|
192
200
|
* The commercial type of the pool instances. Instances with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST). `external` is a special node type used to provision from other Cloud providers.
|
|
201
|
+
*
|
|
202
|
+
* > **Important:** Updates to this field will recreate a new resource.
|
|
193
203
|
*/
|
|
194
204
|
nodeType?: pulumi.Input<string>;
|
|
195
205
|
/**
|
|
@@ -201,6 +211,11 @@ export interface KubernetesNodePoolState {
|
|
|
201
211
|
* > **Important:** Updates to this field will recreate a new resource.
|
|
202
212
|
*/
|
|
203
213
|
placementGroupId?: pulumi.Input<string>;
|
|
214
|
+
/**
|
|
215
|
+
* Defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway.
|
|
216
|
+
* > **Important:** Updates to this field will recreate a new resource.
|
|
217
|
+
*/
|
|
218
|
+
publicIpDisabled?: pulumi.Input<boolean>;
|
|
204
219
|
/**
|
|
205
220
|
* `region`) The region in which the pool should be created.
|
|
206
221
|
*/
|
|
@@ -292,6 +307,8 @@ export interface KubernetesNodePoolArgs {
|
|
|
292
307
|
name?: pulumi.Input<string>;
|
|
293
308
|
/**
|
|
294
309
|
* The commercial type of the pool instances. Instances with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST). `external` is a special node type used to provision from other Cloud providers.
|
|
310
|
+
*
|
|
311
|
+
* > **Important:** Updates to this field will recreate a new resource.
|
|
295
312
|
*/
|
|
296
313
|
nodeType: pulumi.Input<string>;
|
|
297
314
|
/**
|
|
@@ -299,6 +316,11 @@ export interface KubernetesNodePoolArgs {
|
|
|
299
316
|
* > **Important:** Updates to this field will recreate a new resource.
|
|
300
317
|
*/
|
|
301
318
|
placementGroupId?: pulumi.Input<string>;
|
|
319
|
+
/**
|
|
320
|
+
* Defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway.
|
|
321
|
+
* > **Important:** Updates to this field will recreate a new resource.
|
|
322
|
+
*/
|
|
323
|
+
publicIpDisabled?: pulumi.Input<boolean>;
|
|
302
324
|
/**
|
|
303
325
|
* `region`) The region in which the pool should be created.
|
|
304
326
|
*/
|
package/kubernetesNodePool.js
CHANGED
|
@@ -15,6 +15,28 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* ```
|
|
16
16
|
*/
|
|
17
17
|
class KubernetesNodePool extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing KubernetesNodePool resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name, id, state, opts) {
|
|
28
|
+
return new KubernetesNodePool(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of KubernetesNodePool. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj) {
|
|
35
|
+
if (obj === undefined || obj === null) {
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
return obj['__pulumiType'] === KubernetesNodePool.__pulumiType;
|
|
39
|
+
}
|
|
18
40
|
constructor(name, argsOrState, opts) {
|
|
19
41
|
let resourceInputs = {};
|
|
20
42
|
opts = opts || {};
|
|
@@ -33,6 +55,7 @@ class KubernetesNodePool extends pulumi.CustomResource {
|
|
|
33
55
|
resourceInputs["nodeType"] = state ? state.nodeType : undefined;
|
|
34
56
|
resourceInputs["nodes"] = state ? state.nodes : undefined;
|
|
35
57
|
resourceInputs["placementGroupId"] = state ? state.placementGroupId : undefined;
|
|
58
|
+
resourceInputs["publicIpDisabled"] = state ? state.publicIpDisabled : undefined;
|
|
36
59
|
resourceInputs["region"] = state ? state.region : undefined;
|
|
37
60
|
resourceInputs["rootVolumeSizeInGb"] = state ? state.rootVolumeSizeInGb : undefined;
|
|
38
61
|
resourceInputs["rootVolumeType"] = state ? state.rootVolumeType : undefined;
|
|
@@ -66,6 +89,7 @@ class KubernetesNodePool extends pulumi.CustomResource {
|
|
|
66
89
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
67
90
|
resourceInputs["nodeType"] = args ? args.nodeType : undefined;
|
|
68
91
|
resourceInputs["placementGroupId"] = args ? args.placementGroupId : undefined;
|
|
92
|
+
resourceInputs["publicIpDisabled"] = args ? args.publicIpDisabled : undefined;
|
|
69
93
|
resourceInputs["region"] = args ? args.region : undefined;
|
|
70
94
|
resourceInputs["rootVolumeSizeInGb"] = args ? args.rootVolumeSizeInGb : undefined;
|
|
71
95
|
resourceInputs["rootVolumeType"] = args ? args.rootVolumeType : undefined;
|
|
@@ -84,28 +108,6 @@ class KubernetesNodePool extends pulumi.CustomResource {
|
|
|
84
108
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
85
109
|
super(KubernetesNodePool.__pulumiType, name, resourceInputs, opts);
|
|
86
110
|
}
|
|
87
|
-
/**
|
|
88
|
-
* Get an existing KubernetesNodePool resource's state with the given name, ID, and optional extra
|
|
89
|
-
* properties used to qualify the lookup.
|
|
90
|
-
*
|
|
91
|
-
* @param name The _unique_ name of the resulting resource.
|
|
92
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
93
|
-
* @param state Any extra arguments used during the lookup.
|
|
94
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
95
|
-
*/
|
|
96
|
-
static get(name, id, state, opts) {
|
|
97
|
-
return new KubernetesNodePool(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
98
|
-
}
|
|
99
|
-
/**
|
|
100
|
-
* Returns true if the given object is an instance of KubernetesNodePool. This is designed to work even
|
|
101
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
102
|
-
*/
|
|
103
|
-
static isInstance(obj) {
|
|
104
|
-
if (obj === undefined || obj === null) {
|
|
105
|
-
return false;
|
|
106
|
-
}
|
|
107
|
-
return obj['__pulumiType'] === KubernetesNodePool.__pulumiType;
|
|
108
|
-
}
|
|
109
111
|
}
|
|
110
112
|
exports.KubernetesNodePool = KubernetesNodePool;
|
|
111
113
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kubernetesNodePool.js","sourceRoot":"","sources":["../kubernetesNodePool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"kubernetesNodePool.js","sourceRoot":"","sources":["../kubernetesNodePool.ts"],"names":[],"mappings":"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"}
|