@volcengine/pulumi-volcenginecc 0.0.21 → 0.0.22
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/alb/customizedCfg.d.ts +163 -0
- package/alb/customizedCfg.js +113 -0
- package/alb/customizedCfg.js.map +1 -0
- package/alb/getCustomizedCfg.d.ts +77 -0
- package/alb/getCustomizedCfg.js +28 -0
- package/alb/getCustomizedCfg.js.map +1 -0
- package/alb/getCustomizedCfgs.d.ts +22 -0
- package/alb/getCustomizedCfgs.js +24 -0
- package/alb/getCustomizedCfgs.js.map +1 -0
- package/alb/getHealthCheckTemplate.d.ts +109 -0
- package/alb/getHealthCheckTemplate.js +28 -0
- package/alb/getHealthCheckTemplate.js.map +1 -0
- package/alb/getHealthCheckTemplates.d.ts +22 -0
- package/alb/getHealthCheckTemplates.js +24 -0
- package/alb/getHealthCheckTemplates.js.map +1 -0
- package/alb/healthCheckTemplate.d.ts +270 -0
- package/alb/healthCheckTemplate.js +123 -0
- package/alb/healthCheckTemplate.js.map +1 -0
- package/alb/index.d.ts +18 -0
- package/alb/index.js +23 -1
- package/alb/index.js.map +1 -1
- package/clb/clb.d.ts +123 -123
- package/clb/clb.js +2 -2
- package/clb/clb.js.map +1 -1
- package/clb/getClb.d.ts +49 -49
- package/ecs/deploymentSet.d.ts +173 -0
- package/ecs/deploymentSet.js +97 -0
- package/ecs/deploymentSet.js.map +1 -0
- package/ecs/getDeploymentSet.d.ts +81 -0
- package/ecs/getDeploymentSet.js +28 -0
- package/ecs/getDeploymentSet.js.map +1 -0
- package/ecs/getDeploymentSets.d.ts +22 -0
- package/ecs/getDeploymentSets.js +24 -0
- package/ecs/getDeploymentSets.js.map +1 -0
- package/ecs/getInstance.d.ts +11 -0
- package/ecs/getInstance.js.map +1 -1
- package/ecs/getLaunchTemplate.d.ts +73 -0
- package/ecs/getLaunchTemplate.js +28 -0
- package/ecs/getLaunchTemplate.js.map +1 -0
- package/ecs/getLaunchTemplateVersion.d.ts +153 -0
- package/ecs/getLaunchTemplateVersion.js +28 -0
- package/ecs/getLaunchTemplateVersion.js.map +1 -0
- package/ecs/getLaunchTemplateVersions.d.ts +22 -0
- package/ecs/getLaunchTemplateVersions.js +24 -0
- package/ecs/getLaunchTemplateVersions.js.map +1 -0
- package/ecs/getLaunchTemplates.d.ts +22 -0
- package/ecs/getLaunchTemplates.js +24 -0
- package/ecs/getLaunchTemplates.js.map +1 -0
- package/ecs/index.d.ts +27 -0
- package/ecs/index.js +34 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +106 -11
- package/ecs/instance.js +24 -2
- package/ecs/instance.js.map +1 -1
- package/ecs/launchTemplate.d.ts +130 -0
- package/ecs/launchTemplate.js +77 -0
- package/ecs/launchTemplate.js.map +1 -0
- package/ecs/launchTemplateVersion.d.ts +364 -0
- package/ecs/launchTemplateVersion.js +114 -0
- package/ecs/launchTemplateVersion.js.map +1 -0
- package/iam/accesskey.d.ts +27 -17
- package/iam/accesskey.js +11 -7
- package/iam/accesskey.js.map +1 -1
- package/iam/getAccesskey.d.ts +10 -6
- package/iam/getAccesskey.js.map +1 -1
- package/iam/getUser.d.ts +12 -0
- package/iam/getUser.js.map +1 -1
- package/iam/user.d.ts +26 -0
- package/iam/user.js +6 -0
- package/iam/user.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/kms/getKeyRing.d.ts +72 -0
- package/kms/getKeyRing.js +28 -0
- package/kms/getKeyRing.js.map +1 -0
- package/kms/getKeyRings.d.ts +22 -0
- package/kms/getKeyRings.js +24 -0
- package/kms/getKeyRings.js.map +1 -0
- package/kms/index.d.ts +9 -0
- package/kms/index.js +12 -1
- package/kms/index.js.map +1 -1
- package/kms/keyRing.d.ts +147 -0
- package/kms/keyRing.js +91 -0
- package/kms/keyRing.js.map +1 -0
- package/organization/account.d.ts +282 -0
- package/organization/account.js +112 -0
- package/organization/account.js.map +1 -0
- package/organization/getAccount.d.ts +137 -0
- package/organization/getAccount.js +28 -0
- package/organization/getAccount.js.map +1 -0
- package/organization/getAccounts.d.ts +22 -0
- package/organization/getAccounts.js +24 -0
- package/organization/getAccounts.js.map +1 -0
- package/organization/index.d.ts +9 -0
- package/organization/index.js +12 -1
- package/organization/index.js.map +1 -1
- package/package.json +1 -1
- package/privatezone/getRecord.d.ts +88 -0
- package/privatezone/getRecord.js +28 -0
- package/privatezone/getRecord.js.map +1 -0
- package/privatezone/getRecords.d.ts +22 -0
- package/privatezone/getRecords.js +24 -0
- package/privatezone/getRecords.js.map +1 -0
- package/privatezone/index.d.ts +9 -0
- package/privatezone/index.js +12 -1
- package/privatezone/index.js.map +1 -1
- package/privatezone/record.d.ts +204 -0
- package/privatezone/record.js +113 -0
- package/privatezone/record.js.map +1 -0
- package/rabbitmq/getInstancePlugin.d.ts +72 -0
- package/rabbitmq/getInstancePlugin.js +28 -0
- package/rabbitmq/getInstancePlugin.js.map +1 -0
- package/rabbitmq/getInstancePlugins.d.ts +22 -0
- package/rabbitmq/getInstancePlugins.js +24 -0
- package/rabbitmq/getInstancePlugins.js.map +1 -0
- package/rabbitmq/getPublicAddress.d.ts +129 -0
- package/rabbitmq/getPublicAddress.js +28 -0
- package/rabbitmq/getPublicAddress.js.map +1 -0
- package/rabbitmq/getPublicAddresses.d.ts +22 -0
- package/rabbitmq/getPublicAddresses.js +24 -0
- package/rabbitmq/getPublicAddresses.js.map +1 -0
- package/rabbitmq/index.d.ts +18 -0
- package/rabbitmq/index.js +23 -1
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/instancePlugin.d.ts +137 -0
- package/rabbitmq/instancePlugin.js +89 -0
- package/rabbitmq/instancePlugin.js.map +1 -0
- package/rabbitmq/publicAddress.d.ts +239 -0
- package/rabbitmq/publicAddress.js +120 -0
- package/rabbitmq/publicAddress.js.map +1 -0
- package/rdsmysql/allowList.d.ts +232 -0
- package/rdsmysql/allowList.js +92 -0
- package/rdsmysql/allowList.js.map +1 -0
- package/rdsmysql/backup.d.ts +240 -0
- package/rdsmysql/backup.js +119 -0
- package/rdsmysql/backup.js.map +1 -0
- package/rdsmysql/endpoint.d.ts +325 -0
- package/rdsmysql/endpoint.js +108 -0
- package/rdsmysql/endpoint.js.map +1 -0
- package/rdsmysql/getAllowList.d.ts +109 -0
- package/rdsmysql/getAllowList.js +28 -0
- package/rdsmysql/getAllowList.js.map +1 -0
- package/rdsmysql/getAllowLists.d.ts +22 -0
- package/rdsmysql/getAllowLists.js +24 -0
- package/rdsmysql/getAllowLists.js.map +1 -0
- package/rdsmysql/getBackup.d.ts +125 -0
- package/rdsmysql/getBackup.js +28 -0
- package/rdsmysql/getBackup.js.map +1 -0
- package/rdsmysql/getBackups.d.ts +22 -0
- package/rdsmysql/getBackups.js +24 -0
- package/rdsmysql/getBackups.js.map +1 -0
- package/rdsmysql/getEndpoint.d.ts +141 -0
- package/rdsmysql/getEndpoint.js +28 -0
- package/rdsmysql/getEndpoint.js.map +1 -0
- package/rdsmysql/getEndpoints.d.ts +22 -0
- package/rdsmysql/getEndpoints.js +24 -0
- package/rdsmysql/getEndpoints.js.map +1 -0
- package/rdsmysql/index.d.ts +27 -0
- package/rdsmysql/index.js +34 -1
- package/rdsmysql/index.js.map +1 -1
- package/rdspostgresql/allowList.d.ts +206 -0
- package/rdspostgresql/allowList.js +102 -0
- package/rdspostgresql/allowList.js.map +1 -0
- package/rdspostgresql/dbEndpoint.d.ts +220 -0
- package/rdspostgresql/dbEndpoint.js +103 -0
- package/rdspostgresql/dbEndpoint.js.map +1 -0
- package/rdspostgresql/getAllowList.d.ts +93 -0
- package/rdspostgresql/getAllowList.js +28 -0
- package/rdspostgresql/getAllowList.js.map +1 -0
- package/rdspostgresql/getAllowLists.d.ts +22 -0
- package/rdspostgresql/getAllowLists.js +24 -0
- package/rdspostgresql/getAllowLists.js.map +1 -0
- package/rdspostgresql/getDbEndpoint.d.ts +101 -0
- package/rdspostgresql/getDbEndpoint.js +28 -0
- package/rdspostgresql/getDbEndpoint.js.map +1 -0
- package/rdspostgresql/getDbEndpoints.d.ts +22 -0
- package/rdspostgresql/getDbEndpoints.js +24 -0
- package/rdspostgresql/getDbEndpoints.js.map +1 -0
- package/rdspostgresql/index.d.ts +18 -0
- package/rdspostgresql/index.js +39 -0
- package/rdspostgresql/index.js.map +1 -0
- package/redis/account.d.ts +128 -0
- package/redis/account.js +95 -0
- package/redis/account.js.map +1 -0
- package/redis/endpointPublicAddress.d.ts +150 -0
- package/redis/endpointPublicAddress.js +93 -0
- package/redis/endpointPublicAddress.js.map +1 -0
- package/redis/getAccount.d.ts +60 -0
- package/redis/getAccount.js +28 -0
- package/redis/getAccount.js.map +1 -0
- package/redis/getAccounts.d.ts +22 -0
- package/redis/getAccounts.js +24 -0
- package/redis/getAccounts.js.map +1 -0
- package/redis/getEndpointPublicAddress.d.ts +72 -0
- package/redis/getEndpointPublicAddress.js +28 -0
- package/redis/getEndpointPublicAddress.js.map +1 -0
- package/redis/getEndpointPublicAddresses.d.ts +22 -0
- package/redis/getEndpointPublicAddresses.js +24 -0
- package/redis/getEndpointPublicAddresses.js.map +1 -0
- package/redis/index.d.ts +18 -0
- package/redis/index.js +23 -1
- package/redis/index.js.map +1 -1
- package/rocketmq/getGroup.d.ts +109 -0
- package/rocketmq/getGroup.js +28 -0
- package/rocketmq/getGroup.js.map +1 -0
- package/rocketmq/getGroups.d.ts +22 -0
- package/rocketmq/getGroups.js +24 -0
- package/rocketmq/getGroups.js.map +1 -0
- package/rocketmq/getTopic.d.ts +85 -0
- package/rocketmq/getTopic.js +28 -0
- package/rocketmq/getTopic.js.map +1 -0
- package/rocketmq/getTopics.d.ts +22 -0
- package/rocketmq/getTopics.js +24 -0
- package/rocketmq/getTopics.js.map +1 -0
- package/rocketmq/group.d.ts +219 -0
- package/rocketmq/group.js +117 -0
- package/rocketmq/group.js.map +1 -0
- package/rocketmq/index.d.ts +18 -0
- package/rocketmq/index.js +23 -1
- package/rocketmq/index.js.map +1 -1
- package/rocketmq/topic.d.ts +140 -0
- package/rocketmq/topic.js +92 -0
- package/rocketmq/topic.js.map +1 -0
- package/transitrouter/getVpcAttachment.d.ts +93 -0
- package/transitrouter/getVpcAttachment.js +28 -0
- package/transitrouter/getVpcAttachment.js.map +1 -0
- package/transitrouter/getVpcAttachments.d.ts +22 -0
- package/transitrouter/getVpcAttachments.js +24 -0
- package/transitrouter/getVpcAttachments.js.map +1 -0
- package/transitrouter/getVpnAttachment.d.ts +93 -0
- package/transitrouter/getVpnAttachment.js +28 -0
- package/transitrouter/getVpnAttachment.js.map +1 -0
- package/transitrouter/getVpnAttachments.d.ts +22 -0
- package/transitrouter/getVpnAttachments.js +24 -0
- package/transitrouter/getVpnAttachments.js.map +1 -0
- package/transitrouter/index.d.ts +18 -0
- package/transitrouter/index.js +23 -1
- package/transitrouter/index.js.map +1 -1
- package/transitrouter/vpcAttachment.d.ts +177 -0
- package/transitrouter/vpcAttachment.js +93 -0
- package/transitrouter/vpcAttachment.js.map +1 -0
- package/transitrouter/vpnAttachment.d.ts +202 -0
- package/transitrouter/vpnAttachment.js +113 -0
- package/transitrouter/vpnAttachment.js.map +1 -0
- package/types/input.d.ts +2992 -1496
- package/types/output.d.ts +6161 -3067
- package/vke/defaultNodePool.d.ts +150 -0
- package/vke/defaultNodePool.js +86 -0
- package/vke/defaultNodePool.js.map +1 -0
- package/vke/getDefaultNodePool.d.ts +85 -0
- package/vke/getDefaultNodePool.js +28 -0
- package/vke/getDefaultNodePool.js.map +1 -0
- package/vke/getDefaultNodePools.d.ts +22 -0
- package/vke/getDefaultNodePools.js +24 -0
- package/vke/getDefaultNodePools.js.map +1 -0
- package/vke/getNode.d.ts +106 -0
- package/vke/getNode.js +28 -0
- package/vke/getNode.js.map +1 -0
- package/vke/getNodes.d.ts +22 -0
- package/vke/getNodes.js +24 -0
- package/vke/getNodes.js.map +1 -0
- package/vke/index.d.ts +18 -0
- package/vke/index.js +23 -1
- package/vke/index.js.map +1 -1
- package/vke/node.d.ts +238 -0
- package/vke/node.js +112 -0
- package/vke/node.js.map +1 -0
- package/vpc/flowLog.d.ts +266 -0
- package/vpc/flowLog.js +141 -0
- package/vpc/flowLog.js.map +1 -0
- package/vpc/getFlowLog.d.ts +117 -0
- package/vpc/getFlowLog.js +28 -0
- package/vpc/getFlowLog.js.map +1 -0
- package/vpc/getFlowLogs.d.ts +22 -0
- package/vpc/getFlowLogs.js +24 -0
- package/vpc/getFlowLogs.js.map +1 -0
- package/vpc/getHaVip.d.ts +101 -0
- package/vpc/getHaVip.js +28 -0
- package/vpc/getHaVip.js.map +1 -0
- package/vpc/getHaVips.d.ts +22 -0
- package/vpc/getHaVips.js +24 -0
- package/vpc/getHaVips.js.map +1 -0
- package/vpc/getIpv6AddressBandwidth.d.ts +117 -0
- package/vpc/getIpv6AddressBandwidth.js +28 -0
- package/vpc/getIpv6AddressBandwidth.js.map +1 -0
- package/vpc/getIpv6AddressBandwidths.d.ts +22 -0
- package/vpc/getIpv6AddressBandwidths.js +24 -0
- package/vpc/getIpv6AddressBandwidths.js.map +1 -0
- package/vpc/getIpv6Gateway.d.ts +77 -0
- package/vpc/getIpv6Gateway.js +28 -0
- package/vpc/getIpv6Gateway.js.map +1 -0
- package/vpc/getIpv6Gateways.d.ts +22 -0
- package/vpc/getIpv6Gateways.js +24 -0
- package/vpc/getIpv6Gateways.js.map +1 -0
- package/vpc/getTrafficMirrorFilter.d.ts +73 -0
- package/vpc/getTrafficMirrorFilter.js +28 -0
- package/vpc/getTrafficMirrorFilter.js.map +1 -0
- package/vpc/getTrafficMirrorFilterRule.d.ts +84 -0
- package/vpc/getTrafficMirrorFilterRule.js +28 -0
- package/vpc/getTrafficMirrorFilterRule.js.map +1 -0
- package/vpc/getTrafficMirrorFilterRules.d.ts +22 -0
- package/vpc/getTrafficMirrorFilterRules.js +24 -0
- package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
- package/vpc/getTrafficMirrorFilters.d.ts +22 -0
- package/vpc/getTrafficMirrorFilters.js +24 -0
- package/vpc/getTrafficMirrorFilters.js.map +1 -0
- package/vpc/getTrafficMirrorSession.d.ts +101 -0
- package/vpc/getTrafficMirrorSession.js +28 -0
- package/vpc/getTrafficMirrorSession.js.map +1 -0
- package/vpc/getTrafficMirrorSessions.d.ts +22 -0
- package/vpc/getTrafficMirrorSessions.js +24 -0
- package/vpc/getTrafficMirrorSessions.js.map +1 -0
- package/vpc/getTrafficMirrorTarget.d.ts +77 -0
- package/vpc/getTrafficMirrorTarget.js +28 -0
- package/vpc/getTrafficMirrorTarget.js.map +1 -0
- package/vpc/getTrafficMirrorTargets.d.ts +22 -0
- package/vpc/getTrafficMirrorTargets.js +24 -0
- package/vpc/getTrafficMirrorTargets.js.map +1 -0
- package/vpc/getVpc.d.ts +4 -0
- package/vpc/getVpc.js.map +1 -1
- package/vpc/haVip.d.ts +223 -0
- package/vpc/haVip.js +116 -0
- package/vpc/haVip.js.map +1 -0
- package/vpc/index.d.ts +72 -0
- package/vpc/index.js +90 -1
- package/vpc/index.js.map +1 -1
- package/vpc/ipv6AddressBandwidth.d.ts +241 -0
- package/vpc/ipv6AddressBandwidth.js +121 -0
- package/vpc/ipv6AddressBandwidth.js.map +1 -0
- package/vpc/ipv6Gateway.d.ts +156 -0
- package/vpc/ipv6Gateway.js +97 -0
- package/vpc/ipv6Gateway.js.map +1 -0
- package/vpc/trafficMirrorFilter.d.ts +131 -0
- package/vpc/trafficMirrorFilter.js +91 -0
- package/vpc/trafficMirrorFilter.js.map +1 -0
- package/vpc/trafficMirrorFilterRule.d.ts +201 -0
- package/vpc/trafficMirrorFilterRule.js +118 -0
- package/vpc/trafficMirrorFilterRule.js.map +1 -0
- package/vpc/trafficMirrorSession.d.ts +229 -0
- package/vpc/trafficMirrorSession.js +123 -0
- package/vpc/trafficMirrorSession.js.map +1 -0
- package/vpc/trafficMirrorTarget.d.ts +161 -0
- package/vpc/trafficMirrorTarget.js +101 -0
- package/vpc/trafficMirrorTarget.js.map +1 -0
- package/vpc/vpc.d.ts +12 -0
- package/vpc/vpc.js +2 -0
- package/vpc/vpc.js.map +1 -1
- package/vpn/customerGateway.d.ts +186 -0
- package/vpn/customerGateway.js +101 -0
- package/vpn/customerGateway.js.map +1 -0
- package/vpn/getCustomerGateway.d.ts +89 -0
- package/vpn/getCustomerGateway.js +28 -0
- package/vpn/getCustomerGateway.js.map +1 -0
- package/vpn/getCustomerGateways.d.ts +22 -0
- package/vpn/getCustomerGateways.js +24 -0
- package/vpn/getCustomerGateways.js.map +1 -0
- package/vpn/index.d.ts +9 -0
- package/vpn/index.js +12 -1
- package/vpn/index.js.map +1 -1
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* 除标准的自定义节点池外,容器服务支持 默认节点池(固定名称vke-default-nodepool)能力,用来纳管已有云服务器(ECS)实例。默认节点池的安全配置、高级配置、更多配置等配置能力与标准节点池一致,但不具备扩缩容、编辑数量等能力。
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import volcenginecc:vke/defaultNodePool:DefaultNodePool example "cluster_id|node_pool_id"
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class DefaultNodePool extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing DefaultNodePool resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DefaultNodePoolState, opts?: pulumi.CustomResourceOptions): DefaultNodePool;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of DefaultNodePool. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is DefaultNodePool;
|
|
29
|
+
/**
|
|
30
|
+
* 节点池伸缩策略配置。
|
|
31
|
+
*/
|
|
32
|
+
readonly autoScaling: pulumi.Output<outputs.vke.DefaultNodePoolAutoScaling>;
|
|
33
|
+
/**
|
|
34
|
+
* 节点池所在集群的 ID。
|
|
35
|
+
*/
|
|
36
|
+
readonly clusterId: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* 创建节点池的时间。
|
|
39
|
+
*/
|
|
40
|
+
readonly createdTime: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* 节点池 Kubernetes 相关配置。
|
|
43
|
+
*/
|
|
44
|
+
readonly kubernetesConfig: pulumi.Output<outputs.vke.DefaultNodePoolKubernetesConfig>;
|
|
45
|
+
/**
|
|
46
|
+
* 托管节点池配置。
|
|
47
|
+
*/
|
|
48
|
+
readonly management: pulumi.Output<outputs.vke.DefaultNodePoolManagement>;
|
|
49
|
+
/**
|
|
50
|
+
* 节点池名称。同一个集群下,节点池名称必须唯一。支持大小写英文字母、汉字、数字、短划线(-),长度限制为 2~64 个字符。
|
|
51
|
+
*/
|
|
52
|
+
readonly name: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* 节点池中云服务器(ECS)实例配置。
|
|
55
|
+
*/
|
|
56
|
+
readonly nodeConfig: pulumi.Output<outputs.vke.DefaultNodePoolNodeConfig>;
|
|
57
|
+
/**
|
|
58
|
+
* 节点池 ID 。
|
|
59
|
+
*/
|
|
60
|
+
readonly nodePoolId: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* 节点池中的节点统计。
|
|
63
|
+
*/
|
|
64
|
+
readonly nodeStatistics: pulumi.Output<outputs.vke.DefaultNodePoolNodeStatistics>;
|
|
65
|
+
/**
|
|
66
|
+
* 节点池状态。
|
|
67
|
+
*/
|
|
68
|
+
readonly status: pulumi.Output<outputs.vke.DefaultNodePoolStatus>;
|
|
69
|
+
readonly tags: pulumi.Output<outputs.vke.DefaultNodePoolTag[]>;
|
|
70
|
+
/**
|
|
71
|
+
* 更新节点池的时间。
|
|
72
|
+
*/
|
|
73
|
+
readonly updatedTime: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Create a DefaultNodePool resource with the given unique name, arguments, and options.
|
|
76
|
+
*
|
|
77
|
+
* @param name The _unique_ name of the resource.
|
|
78
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
79
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
80
|
+
*/
|
|
81
|
+
constructor(name: string, args: DefaultNodePoolArgs, opts?: pulumi.CustomResourceOptions);
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Input properties used for looking up and filtering DefaultNodePool resources.
|
|
85
|
+
*/
|
|
86
|
+
export interface DefaultNodePoolState {
|
|
87
|
+
/**
|
|
88
|
+
* 节点池伸缩策略配置。
|
|
89
|
+
*/
|
|
90
|
+
autoScaling?: pulumi.Input<inputs.vke.DefaultNodePoolAutoScaling>;
|
|
91
|
+
/**
|
|
92
|
+
* 节点池所在集群的 ID。
|
|
93
|
+
*/
|
|
94
|
+
clusterId?: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* 创建节点池的时间。
|
|
97
|
+
*/
|
|
98
|
+
createdTime?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* 节点池 Kubernetes 相关配置。
|
|
101
|
+
*/
|
|
102
|
+
kubernetesConfig?: pulumi.Input<inputs.vke.DefaultNodePoolKubernetesConfig>;
|
|
103
|
+
/**
|
|
104
|
+
* 托管节点池配置。
|
|
105
|
+
*/
|
|
106
|
+
management?: pulumi.Input<inputs.vke.DefaultNodePoolManagement>;
|
|
107
|
+
/**
|
|
108
|
+
* 节点池名称。同一个集群下,节点池名称必须唯一。支持大小写英文字母、汉字、数字、短划线(-),长度限制为 2~64 个字符。
|
|
109
|
+
*/
|
|
110
|
+
name?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* 节点池中云服务器(ECS)实例配置。
|
|
113
|
+
*/
|
|
114
|
+
nodeConfig?: pulumi.Input<inputs.vke.DefaultNodePoolNodeConfig>;
|
|
115
|
+
/**
|
|
116
|
+
* 节点池 ID 。
|
|
117
|
+
*/
|
|
118
|
+
nodePoolId?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* 节点池中的节点统计。
|
|
121
|
+
*/
|
|
122
|
+
nodeStatistics?: pulumi.Input<inputs.vke.DefaultNodePoolNodeStatistics>;
|
|
123
|
+
/**
|
|
124
|
+
* 节点池状态。
|
|
125
|
+
*/
|
|
126
|
+
status?: pulumi.Input<inputs.vke.DefaultNodePoolStatus>;
|
|
127
|
+
tags?: pulumi.Input<pulumi.Input<inputs.vke.DefaultNodePoolTag>[]>;
|
|
128
|
+
/**
|
|
129
|
+
* 更新节点池的时间。
|
|
130
|
+
*/
|
|
131
|
+
updatedTime?: pulumi.Input<string>;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* The set of arguments for constructing a DefaultNodePool resource.
|
|
135
|
+
*/
|
|
136
|
+
export interface DefaultNodePoolArgs {
|
|
137
|
+
/**
|
|
138
|
+
* 节点池所在集群的 ID。
|
|
139
|
+
*/
|
|
140
|
+
clusterId: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* 节点池 Kubernetes 相关配置。
|
|
143
|
+
*/
|
|
144
|
+
kubernetesConfig?: pulumi.Input<inputs.vke.DefaultNodePoolKubernetesConfig>;
|
|
145
|
+
/**
|
|
146
|
+
* 节点池中云服务器(ECS)实例配置。
|
|
147
|
+
*/
|
|
148
|
+
nodeConfig: pulumi.Input<inputs.vke.DefaultNodePoolNodeConfig>;
|
|
149
|
+
tags?: pulumi.Input<pulumi.Input<inputs.vke.DefaultNodePoolTag>[]>;
|
|
150
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.DefaultNodePool = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* 除标准的自定义节点池外,容器服务支持 默认节点池(固定名称vke-default-nodepool)能力,用来纳管已有云服务器(ECS)实例。默认节点池的安全配置、高级配置、更多配置等配置能力与标准节点池一致,但不具备扩缩容、编辑数量等能力。
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import volcenginecc:vke/defaultNodePool:DefaultNodePool example "cluster_id|node_pool_id"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
class DefaultNodePool extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing DefaultNodePool 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 DefaultNodePool(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of DefaultNodePool. 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'] === DefaultNodePool.__pulumiType;
|
|
39
|
+
}
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
resourceInputs["autoScaling"] = state ? state.autoScaling : undefined;
|
|
46
|
+
resourceInputs["clusterId"] = state ? state.clusterId : undefined;
|
|
47
|
+
resourceInputs["createdTime"] = state ? state.createdTime : undefined;
|
|
48
|
+
resourceInputs["kubernetesConfig"] = state ? state.kubernetesConfig : undefined;
|
|
49
|
+
resourceInputs["management"] = state ? state.management : undefined;
|
|
50
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
51
|
+
resourceInputs["nodeConfig"] = state ? state.nodeConfig : undefined;
|
|
52
|
+
resourceInputs["nodePoolId"] = state ? state.nodePoolId : undefined;
|
|
53
|
+
resourceInputs["nodeStatistics"] = state ? state.nodeStatistics : undefined;
|
|
54
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
55
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
56
|
+
resourceInputs["updatedTime"] = state ? state.updatedTime : undefined;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
const args = argsOrState;
|
|
60
|
+
if ((!args || args.clusterId === undefined) && !opts.urn) {
|
|
61
|
+
throw new Error("Missing required property 'clusterId'");
|
|
62
|
+
}
|
|
63
|
+
if ((!args || args.nodeConfig === undefined) && !opts.urn) {
|
|
64
|
+
throw new Error("Missing required property 'nodeConfig'");
|
|
65
|
+
}
|
|
66
|
+
resourceInputs["clusterId"] = args ? args.clusterId : undefined;
|
|
67
|
+
resourceInputs["kubernetesConfig"] = args ? args.kubernetesConfig : undefined;
|
|
68
|
+
resourceInputs["nodeConfig"] = args ? args.nodeConfig : undefined;
|
|
69
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
70
|
+
resourceInputs["autoScaling"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["createdTime"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["management"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["nodePoolId"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["nodeStatistics"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["updatedTime"] = undefined /*out*/;
|
|
78
|
+
}
|
|
79
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
80
|
+
super(DefaultNodePool.__pulumiType, name, resourceInputs, opts);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.DefaultNodePool = DefaultNodePool;
|
|
84
|
+
/** @internal */
|
|
85
|
+
DefaultNodePool.__pulumiType = 'volcenginecc:vke/defaultNodePool:DefaultNodePool';
|
|
86
|
+
//# sourceMappingURL=defaultNodePool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaultNodePool.js","sourceRoot":"","sources":["../../vke/defaultNodePool.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VKE::DefaultNodePool
|
|
5
|
+
*/
|
|
6
|
+
export declare function getDefaultNodePool(args: GetDefaultNodePoolArgs, opts?: pulumi.InvokeOptions): Promise<GetDefaultNodePoolResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getDefaultNodePool.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetDefaultNodePoolArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getDefaultNodePool.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetDefaultNodePoolResult {
|
|
20
|
+
/**
|
|
21
|
+
* 节点池伸缩策略配置。
|
|
22
|
+
*/
|
|
23
|
+
readonly autoScaling: outputs.vke.GetDefaultNodePoolAutoScaling;
|
|
24
|
+
/**
|
|
25
|
+
* 节点池所在集群的 ID。
|
|
26
|
+
*/
|
|
27
|
+
readonly clusterId: string;
|
|
28
|
+
/**
|
|
29
|
+
* 创建节点池的时间。
|
|
30
|
+
*/
|
|
31
|
+
readonly createdTime: string;
|
|
32
|
+
/**
|
|
33
|
+
* Uniquely identifies the resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
/**
|
|
37
|
+
* 节点池 Kubernetes 相关配置。
|
|
38
|
+
*/
|
|
39
|
+
readonly kubernetesConfig: outputs.vke.GetDefaultNodePoolKubernetesConfig;
|
|
40
|
+
/**
|
|
41
|
+
* 托管节点池配置。
|
|
42
|
+
*/
|
|
43
|
+
readonly management: outputs.vke.GetDefaultNodePoolManagement;
|
|
44
|
+
/**
|
|
45
|
+
* 节点池名称。同一个集群下,节点池名称必须唯一。支持大小写英文字母、汉字、数字、短划线(-),长度限制为 2~64 个字符。
|
|
46
|
+
*/
|
|
47
|
+
readonly name: string;
|
|
48
|
+
/**
|
|
49
|
+
* 节点池中云服务器(ECS)实例配置。
|
|
50
|
+
*/
|
|
51
|
+
readonly nodeConfig: outputs.vke.GetDefaultNodePoolNodeConfig;
|
|
52
|
+
/**
|
|
53
|
+
* 节点池 ID 。
|
|
54
|
+
*/
|
|
55
|
+
readonly nodePoolId: string;
|
|
56
|
+
/**
|
|
57
|
+
* 节点池中的节点统计。
|
|
58
|
+
*/
|
|
59
|
+
readonly nodeStatistics: outputs.vke.GetDefaultNodePoolNodeStatistics;
|
|
60
|
+
/**
|
|
61
|
+
* 节点池状态。
|
|
62
|
+
*/
|
|
63
|
+
readonly status: outputs.vke.GetDefaultNodePoolStatus;
|
|
64
|
+
/**
|
|
65
|
+
* 节点池的标签信息
|
|
66
|
+
*/
|
|
67
|
+
readonly tags: outputs.vke.GetDefaultNodePoolTag[];
|
|
68
|
+
/**
|
|
69
|
+
* 更新节点池的时间。
|
|
70
|
+
*/
|
|
71
|
+
readonly updatedTime: string;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Data Source schema for Volcengine::VKE::DefaultNodePool
|
|
75
|
+
*/
|
|
76
|
+
export declare function getDefaultNodePoolOutput(args: GetDefaultNodePoolOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDefaultNodePoolResult>;
|
|
77
|
+
/**
|
|
78
|
+
* A collection of arguments for invoking getDefaultNodePool.
|
|
79
|
+
*/
|
|
80
|
+
export interface GetDefaultNodePoolOutputArgs {
|
|
81
|
+
/**
|
|
82
|
+
* Uniquely identifies the resource.
|
|
83
|
+
*/
|
|
84
|
+
id: pulumi.Input<string>;
|
|
85
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDefaultNodePoolOutput = exports.getDefaultNodePool = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VKE::DefaultNodePool
|
|
10
|
+
*/
|
|
11
|
+
function getDefaultNodePool(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vke/getDefaultNodePool:getDefaultNodePool", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getDefaultNodePool = getDefaultNodePool;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VKE::DefaultNodePool
|
|
20
|
+
*/
|
|
21
|
+
function getDefaultNodePoolOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vke/getDefaultNodePool:getDefaultNodePool", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getDefaultNodePoolOutput = getDefaultNodePoolOutput;
|
|
28
|
+
//# sourceMappingURL=getDefaultNodePool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDefaultNodePool.js","sourceRoot":"","sources":["../../vke/getDefaultNodePool.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AAqED;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VKE::DefaultNodePool
|
|
4
|
+
*/
|
|
5
|
+
export declare function getDefaultNodePools(opts?: pulumi.InvokeOptions): Promise<GetDefaultNodePoolsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getDefaultNodePools.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetDefaultNodePoolsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::VKE::DefaultNodePool
|
|
21
|
+
*/
|
|
22
|
+
export declare function getDefaultNodePoolsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDefaultNodePoolsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDefaultNodePoolsOutput = exports.getDefaultNodePools = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VKE::DefaultNodePool
|
|
10
|
+
*/
|
|
11
|
+
function getDefaultNodePools(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vke/getDefaultNodePools:getDefaultNodePools", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getDefaultNodePools = getDefaultNodePools;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VKE::DefaultNodePool
|
|
18
|
+
*/
|
|
19
|
+
function getDefaultNodePoolsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vke/getDefaultNodePools:getDefaultNodePools", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getDefaultNodePoolsOutput = getDefaultNodePoolsOutput;
|
|
24
|
+
//# sourceMappingURL=getDefaultNodePools.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDefaultNodePools.js","sourceRoot":"","sources":["../../vke/getDefaultNodePools.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA2B;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE,EACxF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kDAIC;AAeD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAiC;IACvE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE,EAC9F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8DAIC"}
|
package/vke/getNode.d.ts
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VKE::Node
|
|
5
|
+
*/
|
|
6
|
+
export declare function getNode(args: GetNodeArgs, opts?: pulumi.InvokeOptions): Promise<GetNodeResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getNode.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetNodeArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getNode.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetNodeResult {
|
|
20
|
+
/**
|
|
21
|
+
* 选择配置节点的数据盘并格式化挂载作为容器镜像和日志的存储目录,取值:false:(默认值)关闭。默认节点池:表示不挂载数据盘。自定义节点池:使用节点池的数据盘配置进行挂载,被添加到节点池的 ECS 实例数据盘必须包含目标节点池指定了挂载的数据盘(含本地盘),且盘类型和大小完全一致。true: 开启。此时必须同时配置 ContainerStoragePath 参数。节点通过 ContainerStoragePath参数中的配置进行挂载,而忽略节点池的数据盘配置,对被添加到节点池的 ECS 实例数据盘无特殊要求。
|
|
22
|
+
*/
|
|
23
|
+
readonly additionalContainerStorageEnabled: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* 集群的 ID。
|
|
26
|
+
*/
|
|
27
|
+
readonly clusterId: string;
|
|
28
|
+
/**
|
|
29
|
+
* 使用该数据盘设备挂载容器和镜像存储目录/var/lib/containerd。
|
|
30
|
+
* 仅当AdditionalContainerStorageEnabled=true时有效,且不能为空。须满足以下条件,否则将初始化失败:仅支持已挂载数据盘的 ECS 实例。指定数据盘设备名时,请确保该数据盘设备存在,否则会初始化失败。指定数据盘分区或逻辑卷名时,请确保该分区或逻辑卷存在,且为 ext4 文件系统。
|
|
31
|
+
*/
|
|
32
|
+
readonly containerStoragePath: string;
|
|
33
|
+
/**
|
|
34
|
+
* 创建时间。
|
|
35
|
+
*/
|
|
36
|
+
readonly createdTime: string;
|
|
37
|
+
/**
|
|
38
|
+
* Uniquely identifies the resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly id: string;
|
|
41
|
+
/**
|
|
42
|
+
* 节点对应的 ECS 实例使用的镜像 ID。
|
|
43
|
+
*/
|
|
44
|
+
readonly imageId: string;
|
|
45
|
+
/**
|
|
46
|
+
* 创建 ECS 节点并完成 Kubernetes 组件部署后执行的脚本。支持 Shell 格式,Base64 编码后长度不超过 1 KB。为空时,节点继承使用默认节点池配置的初始化脚本NodeConfig.InitializeScript。自定义填写脚本内容后,使用自定义的脚本,忽略默认节点池配置的初始化脚本。
|
|
47
|
+
*/
|
|
48
|
+
readonly initializeScript: string;
|
|
49
|
+
/**
|
|
50
|
+
* 节点对应的云服务器实例 ID。
|
|
51
|
+
*/
|
|
52
|
+
readonly instanceId: string;
|
|
53
|
+
/**
|
|
54
|
+
* 是否为虚拟节点,参数值说明:false:否 true:是。
|
|
55
|
+
*/
|
|
56
|
+
readonly isVirtual: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* 是否保留原 ECS 实例名称,取值:false:(默认值)不保留原 ECS 实例名称,由容器服务自动为其命名。true:保留原 ECS 实例名称。
|
|
59
|
+
*/
|
|
60
|
+
readonly keepInstanceName: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* 节点 Kubernetes 相关配置。为空时,节点继承使用默认节点池的 Kubernetes 配置KubernetesConfig.Labels/Taints/Cordon。自定义填写配置后,使用自定义配置内容,忽略默认节点池的 Kubernetes 配置。
|
|
63
|
+
*/
|
|
64
|
+
readonly kubernetesConfig: outputs.vke.GetNodeKubernetesConfig;
|
|
65
|
+
/**
|
|
66
|
+
* 节点名称。
|
|
67
|
+
*/
|
|
68
|
+
readonly name: string;
|
|
69
|
+
/**
|
|
70
|
+
* 节点 ID。
|
|
71
|
+
*/
|
|
72
|
+
readonly nodeId: string;
|
|
73
|
+
/**
|
|
74
|
+
* 节点池 ID。不传入参数值:表示将已有 ECS 实例添加到默认节点池。传入参数值:表示将已有 ECS 实例添加到自定义节点池。
|
|
75
|
+
*/
|
|
76
|
+
readonly nodePoolId: string;
|
|
77
|
+
/**
|
|
78
|
+
* 节点角色,参数值说明:Worker:Worker节点。
|
|
79
|
+
*/
|
|
80
|
+
readonly roles: string[];
|
|
81
|
+
/**
|
|
82
|
+
* 节点状态。
|
|
83
|
+
*/
|
|
84
|
+
readonly status: outputs.vke.GetNodeStatus;
|
|
85
|
+
/**
|
|
86
|
+
* 更新时间。
|
|
87
|
+
*/
|
|
88
|
+
readonly updatedTime: string;
|
|
89
|
+
/**
|
|
90
|
+
* 可用区 ID。
|
|
91
|
+
*/
|
|
92
|
+
readonly zoneId: string;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Data Source schema for Volcengine::VKE::Node
|
|
96
|
+
*/
|
|
97
|
+
export declare function getNodeOutput(args: GetNodeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNodeResult>;
|
|
98
|
+
/**
|
|
99
|
+
* A collection of arguments for invoking getNode.
|
|
100
|
+
*/
|
|
101
|
+
export interface GetNodeOutputArgs {
|
|
102
|
+
/**
|
|
103
|
+
* Uniquely identifies the resource.
|
|
104
|
+
*/
|
|
105
|
+
id: pulumi.Input<string>;
|
|
106
|
+
}
|
package/vke/getNode.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getNodeOutput = exports.getNode = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VKE::Node
|
|
10
|
+
*/
|
|
11
|
+
function getNode(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vke/getNode:getNode", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getNode = getNode;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VKE::Node
|
|
20
|
+
*/
|
|
21
|
+
function getNodeOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vke/getNode:getNode", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getNodeOutput = getNodeOutput;
|
|
28
|
+
//# sourceMappingURL=getNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNode.js","sourceRoot":"","sources":["../../vke/getNode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AA0FD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VKE::Node
|
|
4
|
+
*/
|
|
5
|
+
export declare function getNodes(opts?: pulumi.InvokeOptions): Promise<GetNodesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getNodes.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetNodesResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::VKE::Node
|
|
21
|
+
*/
|
|
22
|
+
export declare function getNodesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNodesResult>;
|
package/vke/getNodes.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getNodesOutput = exports.getNodes = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VKE::Node
|
|
10
|
+
*/
|
|
11
|
+
function getNodes(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vke/getNodes:getNodes", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getNodes = getNodes;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VKE::Node
|
|
18
|
+
*/
|
|
19
|
+
function getNodesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vke/getNodes:getNodes", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getNodesOutput = getNodesOutput;
|
|
24
|
+
//# sourceMappingURL=getNodes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNodes.js","sourceRoot":"","sources":["../../vke/getNodes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAChD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE,EAClE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4BAIC;AAeD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAiC;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE,EACxE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC"}
|
package/vke/index.d.ts
CHANGED
|
@@ -4,6 +4,9 @@ export declare const Addon: typeof import("./addon").Addon;
|
|
|
4
4
|
export { ClusterArgs, ClusterState } from "./cluster";
|
|
5
5
|
export type Cluster = import("./cluster").Cluster;
|
|
6
6
|
export declare const Cluster: typeof import("./cluster").Cluster;
|
|
7
|
+
export { DefaultNodePoolArgs, DefaultNodePoolState } from "./defaultNodePool";
|
|
8
|
+
export type DefaultNodePool = import("./defaultNodePool").DefaultNodePool;
|
|
9
|
+
export declare const DefaultNodePool: typeof import("./defaultNodePool").DefaultNodePool;
|
|
7
10
|
export { GetAddonArgs, GetAddonResult, GetAddonOutputArgs } from "./getAddon";
|
|
8
11
|
export declare const getAddon: typeof import("./getAddon").getAddon;
|
|
9
12
|
export declare const getAddonOutput: typeof import("./getAddon").getAddonOutput;
|
|
@@ -16,18 +19,33 @@ export declare const getClusterOutput: typeof import("./getCluster").getClusterO
|
|
|
16
19
|
export { GetClustersResult } from "./getClusters";
|
|
17
20
|
export declare const getClusters: typeof import("./getClusters").getClusters;
|
|
18
21
|
export declare const getClustersOutput: typeof import("./getClusters").getClustersOutput;
|
|
22
|
+
export { GetDefaultNodePoolArgs, GetDefaultNodePoolResult, GetDefaultNodePoolOutputArgs } from "./getDefaultNodePool";
|
|
23
|
+
export declare const getDefaultNodePool: typeof import("./getDefaultNodePool").getDefaultNodePool;
|
|
24
|
+
export declare const getDefaultNodePoolOutput: typeof import("./getDefaultNodePool").getDefaultNodePoolOutput;
|
|
25
|
+
export { GetDefaultNodePoolsResult } from "./getDefaultNodePools";
|
|
26
|
+
export declare const getDefaultNodePools: typeof import("./getDefaultNodePools").getDefaultNodePools;
|
|
27
|
+
export declare const getDefaultNodePoolsOutput: typeof import("./getDefaultNodePools").getDefaultNodePoolsOutput;
|
|
28
|
+
export { GetNodeArgs, GetNodeResult, GetNodeOutputArgs } from "./getNode";
|
|
29
|
+
export declare const getNode: typeof import("./getNode").getNode;
|
|
30
|
+
export declare const getNodeOutput: typeof import("./getNode").getNodeOutput;
|
|
19
31
|
export { GetNodePoolArgs, GetNodePoolResult, GetNodePoolOutputArgs } from "./getNodePool";
|
|
20
32
|
export declare const getNodePool: typeof import("./getNodePool").getNodePool;
|
|
21
33
|
export declare const getNodePoolOutput: typeof import("./getNodePool").getNodePoolOutput;
|
|
22
34
|
export { GetNodePoolsResult } from "./getNodePools";
|
|
23
35
|
export declare const getNodePools: typeof import("./getNodePools").getNodePools;
|
|
24
36
|
export declare const getNodePoolsOutput: typeof import("./getNodePools").getNodePoolsOutput;
|
|
37
|
+
export { GetNodesResult } from "./getNodes";
|
|
38
|
+
export declare const getNodes: typeof import("./getNodes").getNodes;
|
|
39
|
+
export declare const getNodesOutput: typeof import("./getNodes").getNodesOutput;
|
|
25
40
|
export { GetPermissionArgs, GetPermissionResult, GetPermissionOutputArgs } from "./getPermission";
|
|
26
41
|
export declare const getPermission: typeof import("./getPermission").getPermission;
|
|
27
42
|
export declare const getPermissionOutput: typeof import("./getPermission").getPermissionOutput;
|
|
28
43
|
export { GetPermissionsResult } from "./getPermissions";
|
|
29
44
|
export declare const getPermissions: typeof import("./getPermissions").getPermissions;
|
|
30
45
|
export declare const getPermissionsOutput: typeof import("./getPermissions").getPermissionsOutput;
|
|
46
|
+
export { NodeArgs, NodeState } from "./node";
|
|
47
|
+
export type Node = import("./node").Node;
|
|
48
|
+
export declare const Node: typeof import("./node").Node;
|
|
31
49
|
export { NodePoolArgs, NodePoolState } from "./nodePool";
|
|
32
50
|
export type NodePool = import("./nodePool").NodePool;
|
|
33
51
|
export declare const NodePool: typeof import("./nodePool").NodePool;
|