이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
Models
- 1: AsyncResponse
- 2: Cluster
- 3: ClusterCreateRequest
- 4: ClusterCreateRequestV1Dot1
- 5: ClusterCreateRequestV1Dot5
- 6: ClusterListResponse
- 7: ClusterLoggingSetRequest
- 8: ClusterOfNodepool
- 9: ClusterPrivateAccessControlSetRequest
- 10: ClusterPublicAccessControlSetRequest
- 11: ClusterSecurityGroupsSetRequest
- 12: ClusterServiceWatchLoggingSetRequest
- 13: ClusterSetResponse
- 14: ClusterShowResponse
- 15: ClusterShowResponseV1Dot1
- 16: ClusterShowResponseV1Dot5
- 17: ClusterSummary
- 18: ClusterUpgradeSetRequest
- 19: ClusterV1Dot1
- 20: ClusterV1Dot5
- 21: ExternalResource
- 22: Image
- 23: ImageV1Dot4
- 24: Keypair
- 25: KubernetesVersionListResponse
- 26: KubernetesVersionSummary
- 27: LinkedResource
- 28: NodeInNodepool
- 29: NodeListInNodepoolResponse
- 30: Nodepool
- 31: NodepoolAdvancedSettings
- 32: NodepoolCreateRequest
- 33: NodepoolCreateRequestV1Dot1
- 34: NodepoolCreateRequestV1Dot3
- 35: NodepoolCreateRequestV1Dot4
- 36: NodepoolCreateRequestV1Dot5
- 37: NodepoolImage
- 38: NodepoolImageListResponse
- 39: NodepoolImageListResponseV1Dot4
- 40: NodepoolImageV1Dot4
- 41: NodepoolLabel
- 42: NodepoolLabelsSetRequest
- 43: NodepoolLinkedResourcesSetRequest
- 44: NodepoolListResponse
- 45: NodepoolListResponseV1Dot4
- 46: NodepoolPreferredIpsSetRequest
- 47: NodepoolShowResponse
- 48: NodepoolShowResponseV1Dot1
- 49: NodepoolShowResponseV1Dot3
- 50: NodepoolShowResponseV1Dot4
- 51: NodepoolShowResponseV1Dot5
- 52: NodepoolSummary
- 53: NodepoolSummaryV1Dot4
- 54: NodepoolTaint
- 55: NodepoolTaintsSetRequest
- 56: NodepoolUpdateRequest
- 57: NodepoolUpgradeSetRequest
- 58: NodepoolUpgradeSetRequestV1Dot4
- 59: NodepoolV1Dot1
- 60: NodepoolV1Dot3
- 61: NodepoolV1Dot4
- 62: NodepoolV1Dot5
- 63: PrivateEndpointAccessControlResource
- 64: ServerType
- 65: Tag
- 66: VolumeType
- 67: VolumeTypeSummary
1 - AsyncResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| request_id required | 요청 ID Example : 80a599e031e749b7b260868f441e862b | string | |
| resource_id required | 자원 ID Example : 70a599e031e749b7b260868f441e862b | string |
2 - Cluster
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| cloud_logging_enabled required | 클라우드 로깅 사용 여부 Example : True | boolean | |
| cluster_namespace required | 클러스터 네임스페이스 Example : sample-cluster-12345 | string | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| kubernetes_version required | 클러스터 버전 Example : v1.29.8 | string | |
| managed_security_group required | Managed Security Group | any of [ExternalResource, null] | |
| max_node_count required | 클러스터 최대 노드 수 Example : 5 | any of [integer, null] | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 클러스터 이름 Example : sample-cluster | string | |
| node_count required | 클러스터 노드 수 Example : 5 | any of [integer, null] | |
| private_endpoint_access_control_resources required | Private Endpoint 접근 제어 리소스 목록 | any of [array[PrivateEndpointAccessControlResource], null] | |
| private_endpoint_url required | Cluster의 Private Endpoint URL Example : https://sample-cluster.ske.private.kr-west1.samsungsdscloud.com:6443 | string | |
| private_kubeconfig_download_yn required | Private Kubeconfig 다운로드 여부 (Y/N) Example : N | string | |
| public_endpoint_access_control_ip required | Public Endpoint 접근 제어 IP Example : 192.168.0.0 | any of [string, null] | |
| public_endpoint_url required | Public Endpoint 접근 제어 IP Example : https://sample-cluster.ske.kr-west1.samsungsdscloud.com:6443 | any of [string, null] | |
| public_kubeconfig_download_yn required | Public Kubeconfig 다운로드 여부 (Y/N) Example : N | string | |
| security_group_list required | 연결된 Security Group | array[ExternalResource] | |
| status required | 클러스터 상태 Example : RUNNING | string | |
| subnet required | Cluster가 사용하는 Subnet | any of [ExternalResource, null] | |
| volume required | 연결된 File Storage | any of [ExternalResource, null] | |
| vpc required | Cluster가 사용하는 VPC | any of [ExternalResource, null] |
3 - ClusterCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cloud_logging_enabled required | 클라우드 로깅 사용 여부 Example : True | boolean | |
| kubernetes_version required | 클러스터 버전 Example : v1.29.8Pattern : ^v[0-9]{1}\.[0-9]{1,2}\.[0-9]{1,2}$ | string | |
| name required | 클러스터 이름 Example : sample-clusterPattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 30 | string | |
| private_endpoint_access_control_resources optional | Private Endpoint 접근 제어 리소스 목록 | any of [array[PrivateEndpointAccessControlResource], null] | |
| public_endpoint_access_control_ip optional | Public Endpoint 접근 제어 IP Example : 192.168.0.0 | any of [string, null] | |
| security_group_id_list required | Security group ID 목록 Example : ['bdfda539-bd2e-4a5c-9021-ec6d52d1ca79'] | array[string] | |
| subnet_id required | Subnet ID Example : 023c57b14f11483689338d085e061492 | string | |
| tags optional | 태그 목록 | any of [array[Tag], null] | |
| volume_id required | 볼륨 ID Example : bfdbabf2-04d9-4e8b-a205-020f8e6da438 | string | |
| vpc_id required | VPC ID Example : 7df8abb4912e4709b1cb237daccca7a8 | string |
4 - ClusterCreateRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| cloud_logging_enabled required | 클라우드 로깅 사용 여부 Example : True | boolean | |
| kubernetes_version required | 클러스터 버전 Example : v1.29.8Pattern : ^v[0-9]{1}\.[0-9]{1,2}\.[0-9]{1,2}$ | string | |
| name required | 클러스터 이름 Example : sample-clusterPattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 30 | string | |
| private_endpoint_access_control_resources optional | Private Endpoint 접근 제어 리소스 목록 | any of [array[PrivateEndpointAccessControlResource], null] | |
| public_endpoint_access_control_ip optional | Public Endpoint 접근 제어 IP Example : 192.168.0.0 | any of [string, null] | |
| security_group_id_list required | Security group ID 목록 Example : ['bdfda539-bd2e-4a5c-9021-ec6d52d1ca79'] | array[string] | |
| service_watch_logging_enabled required | Service Watch 로깅 사용 여부 Example : True | boolean | |
| subnet_id required | Subnet ID Example : 023c57b14f11483689338d085e061492 | string | |
| tags optional | 태그 목록 | any of [array[Tag], null] | |
| volume_id required | 볼륨 ID Example : bfdbabf2-04d9-4e8b-a205-020f8e6da438 | string | |
| vpc_id required | VPC ID Example : 7df8abb4912e4709b1cb237daccca7a8 | string |
5 - ClusterCreateRequestV1Dot5
| Name | Description | Schema | Default |
|---|---|---|---|
| cloud_logging_enabled required | 클라우드 로깅 사용 여부 Example : True | boolean | |
| kubernetes_version required | 클러스터 버전 Example : v1.29.8Pattern : ^v[0-9]{1}\.[0-9]{1,2}\.[0-9]{1,2}$ | string | |
| name required | 클러스터 이름 Example : sample-clusterPattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 30 | string | |
| private_endpoint_access_control_resources optional | Private Endpoint 접근 제어 리소스 목록 | any of [array[PrivateEndpointAccessControlResource], null] | |
| public_endpoint_access_control_ip optional | Public Endpoint 접근 제어 IP Example : 192.168.0.0 | any of [string, null] | |
| security_group_id_list optional | Security group ID 목록 Example : | any of [array[string], null] | |
| service_watch_logging_enabled required | Service Watch 로깅 사용 여부 Example : True | boolean | |
| subnet_id required | Subnet ID Example : 023c57b14f11483689338d085e061492 | string | |
| tags optional | 태그 목록 | any of [array[Tag], null] | |
| volume_id required | 볼륨 ID Example : bfdbabf2-04d9-4e8b-a205-020f8e6da438 | string | |
| vpc_id required | VPC ID Example : 7df8abb4912e4709b1cb237daccca7a8 | string |
6 - ClusterListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| clusters required | array[ClusterSummary] | ||
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] |
7 - ClusterLoggingSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cloud_logging_enabled required | 클라우드 로깅 사용 여부 Example : True | boolean |
8 - ClusterOfNodepool
| Name | Description | Schema | Default |
|---|---|---|---|
| id required | 클러스터 ID Example : 70a599e031e749b7b260868f441e862b | string |
9 - ClusterPrivateAccessControlSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| private_endpoint_access_control_resources required | array[PrivateEndpointAccessControlResource] |
10 - ClusterPublicAccessControlSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| public_endpoint_access_control_ip required | Public Endpoint 접근 제어 IP Example : 192.168.0.0 | string |
11 - ClusterSecurityGroupsSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| security_group_id_list required | Security group ID 목록 Example : ['bdfda539-bd2e-4a5c-9021-ec6d52d1ca79', 'bdfda539-bd2e-4a5c-9021-ec6d52d1ca79'] | array[string] |
12 - ClusterServiceWatchLoggingSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| service_watch_logging_enabled required | Service Watch 로깅 사용 여부 Example : True | boolean |
13 - ClusterSetResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| request_id required | 요청 ID Example : 80a599e031e749b7b260868f441e862b | string | |
| resource_id required | 자원 ID Example : 70a599e031e749b7b260868f441e862b | string |
14 - ClusterShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster required | Cluster |
15 - ClusterShowResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster required | ClusterV1Dot1 |
16 - ClusterShowResponseV1Dot5
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster required | ClusterV1Dot5 |
17 - ClusterSummary
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| created_at required | 생성 시간 Example : 2025-03-31T00:23:17 | string (date-time) | |
| id required | 클러스터 ID Example : 70a599e031e749b7b260868f441e862b | string | |
| kubernetes_version required | 클러스터 버전 Example : v1.29.8 | string | |
| modified_at required | 수정 시간 Example : 2025-06-30T00:23:17 | string (date-time) | |
| name required | 클러스터 이름 Example : sample-cluster | string | |
| node_count required | 클러스터 노드 수 Example : 5 | any of [integer, null] | |
| status required | 클러스터 상태 Example : RUNNING | string | |
| subnet_id required | 클러스터 Subnet ID Example : 023c57b14f11483689338d085e061492 | any of [string, null] |
18 - ClusterUpgradeSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string |
19 - ClusterV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| cloud_logging_enabled required | 클라우드 로깅 사용 여부 Example : True | boolean | |
| cluster_namespace required | 클러스터 네임스페이스 Example : sample-cluster-12345 | string | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| kubernetes_version required | 클러스터 버전 Example : v1.29.8 | string | |
| managed_security_group required | Managed Security Group | any of [ExternalResource, null] | |
| max_node_count required | 클러스터 최대 노드 수 Example : 5 | any of [integer, null] | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 클러스터 이름 Example : sample-cluster | string | |
| node_count required | 클러스터 노드 수 Example : 5 | any of [integer, null] | |
| private_endpoint_access_control_resources required | Private Endpoint 접근 제어 리소스 목록 | any of [array[PrivateEndpointAccessControlResource], null] | |
| private_endpoint_url required | Cluster의 Private Endpoint URL Example : https://sample-cluster.ske.private.kr-west1.samsungsdscloud.com:6443 | string | |
| private_kubeconfig_download_yn required | Private Kubeconfig 다운로드 여부 (Y/N) Example : N | string | |
| public_endpoint_access_control_ip required | Public Endpoint 접근 제어 IP Example : 192.168.0.0 | any of [string, null] | |
| public_endpoint_url required | Public Endpoint 접근 제어 IP Example : https://sample-cluster.ske.kr-west1.samsungsdscloud.com:6443 | any of [string, null] | |
| public_kubeconfig_download_yn required | Public Kubeconfig 다운로드 여부 (Y/N) Example : N | string | |
| security_group_list required | 연결된 Security Group | array[ExternalResource] | |
| service_watch_logging_enabled required | Service Watch 로깅 사용 여부 Example : True | boolean | |
| status required | 클러스터 상태 Example : RUNNING | string | |
| subnet required | Cluster가 사용하는 Subnet | any of [ExternalResource, null] | |
| volume required | 연결된 File Storage | any of [ExternalResource, null] | |
| vpc required | Cluster가 사용하는 VPC | any of [ExternalResource, null] |
20 - ClusterV1Dot5
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| cloud_logging_enabled required | 클라우드 로깅 사용 여부 Example : True | boolean | |
| cluster_namespace required | 클러스터 네임스페이스 Example : sample-cluster-12345 | string | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| kubernetes_version required | 클러스터 버전 Example : v1.29.8 | string | |
| managed_security_group required | Managed Security Group | any of [ExternalResource, null] | |
| max_node_count required | 클러스터 최대 노드 수 Example : 5 | any of [integer, null] | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 클러스터 이름 Example : sample-cluster | string | |
| node_count required | 클러스터 노드 수 Example : 5 | any of [integer, null] | |
| private_endpoint_access_control_resources required | Private Endpoint 접근 제어 리소스 목록 | any of [array[PrivateEndpointAccessControlResource], null] | |
| private_endpoint_url required | Cluster의 Private Endpoint URL Example : https://sample-cluster.ske.private.kr-west1.samsungsdscloud.com:6443 | string | |
| private_kubeconfig_download_yn required | Private Kubeconfig 다운로드 여부 (Y/N) Example : N | string | |
| public_endpoint_access_control_ip required | Public Endpoint 접근 제어 IP Example : 192.168.0.0 | any of [string, null] | |
| public_endpoint_url required | Public Endpoint 접근 제어 IP Example : https://sample-cluster.ske.kr-west1.samsungsdscloud.com:6443 | any of [string, null] | |
| public_kubeconfig_download_yn required | Public Kubeconfig 다운로드 여부 (Y/N) Example : N | string | |
| security_group_list required | 연결된 Security Group | any of [array[ExternalResource], null] | |
| service_watch_logging_enabled required | Service Watch 로깅 사용 여부 Example : True | boolean | |
| status required | 클러스터 상태 Example : RUNNING | string | |
| subnet required | Cluster가 사용하는 Subnet | any of [ExternalResource, null] | |
| volume required | 연결된 File Storage | any of [ExternalResource, null] | |
| vpc required | Cluster가 사용하는 VPC | any of [ExternalResource, null] |
21 - ExternalResource
| Name | Description | Schema | Default |
|---|---|---|---|
| id required | 외부 자원 ID Example : 2a9be312-5d4b-4bc8-b2ae-35100fa9241f | string | |
| name required | 외부 자원 이름 Example : sample-name | string |
22 - Image
| Name | Description | Schema | Default |
|---|---|---|---|
| custom_image_name required | 커스텀 이미지 이름 Example : custom-image | any of [string, null] | |
| os required | 이미지 OS Example : ubuntu | string | |
| os_version required | 이미지 OS 버전 Example : 22.04 | string |
23 - ImageV1Dot4
| Name | Description | Schema | Default |
|---|---|---|---|
| custom_image_name required | 커스텀 이미지 이름 Example : custom-image | any of [string, null] | |
| os required | 이미지 OS Example : ubuntu | string | |
| os_version required | 이미지 OS 버전 Example : 22.04 | string | |
| scp_gpu_driver optional | GPU Driver 버전 Example : ND_570.195.03 | any of [string, null] |
24 - Keypair
| Name | Description | Schema | Default |
|---|---|---|---|
| name required | 키페어 이름 Example : test_keypair | string |
25 - KubernetesVersionListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| kubernetes_versions required | array[KubernetesVersionSummary] |
26 - KubernetesVersionSummary
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | Kubernetes 버전 Example : v1.29.8 | any of [string, null] | |
| end_dt required | Kubernetes 버전 EOS 날짜 Example : 2025-06-30T00:00:00 | string (date-time) | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string |
27 - LinkedResource
| Name | Description | Schema | Default |
|---|---|---|---|
| id required | 연결 자원 ID Example : res-12345678 | string | |
| name required | 연결 자원 이름 Example : my-resource | string | |
| type required | 연결 자원 타입 (fs/obs) Example : fs | string |
28 - NodeInNodepool
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| name required | 노드 이름 Example : ske-aug-rhel-0805-1-84d799f767-8dr2p | string | |
| status required | 노드풀 상태 Example : RUNNING | string |
29 - NodeListInNodepoolResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] | |
| nodes required | 노드 풀의 노드 목록 | any of [array[NodeInNodepool], null] |
30 - Nodepool
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| auto_recovery_enabled required | 자동 복구 사용 여부 Example : True | boolean | |
| auto_scale_enabled required | 자동 확장 사용 여부 Example : True | boolean | |
| cluster required | 클러스터 | ClusterOfNodepool | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| current_node_count required | 현재 노드 수 Example : 1 | integer | |
| desired_node_count required | 요청 노드 수 Example : 2 | integer | |
| id required | 노드풀 ID Example : bdfda539-bd2e-4a5c-9021-ec6d52d1ca79 | string | |
| image required | 이미지 | Image | |
| keypair required | 키페어 이름 | Keypair | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| labels optional | 레이블 목록 | any of [array[NodepoolLabel], null] | |
| max_node_count required | 최대 노드 수 Example : 5 | integer | |
| min_node_count required | 최소 노드 수 Example : 1 | integer | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 노드풀 이름 Example : sample-nodepool | string | |
| server_type required | 서버 타입 | ServerType | |
| status required | 노드풀 상태 Example : Running | string | |
| taints optional | 테인트 목록 | any of [array[NodepoolTaint], null] | |
| volume_size required | 볼륨 크기 Example : 104 | integer | |
| volume_type required | 볼륨 타입 | VolumeType |
31 - NodepoolAdvancedSettings
| Name | Description | Schema | Default |
|---|---|---|---|
| allowed_unsafe_sysctls optional | Unsafe sysctl 허용 Example : kernel.msg*,net.ipv4.route.min_pmtu | string | |
| container_log_max_files required | 컨테이너 로그 최대 파일 수 Example : 5Minimum : 2Maximum : 10 | integer | |
| container_log_max_size required | 컨테이너 로그 최대 사이즈 (MB) Example : 10Minimum : 10Maximum : 100 | integer | |
| image_gc_high_threshold required | 이미지 GC 상한 퍼센트 Example : 85Minimum : 10Maximum : 85 | integer | |
| image_gc_low_threshold required | 이미지 GC 하한 퍼센트 Example : 80Minimum : 10Maximum : 85 | integer | |
| max_pods required | 노드당 최대 파드 수 Example : 110Minimum : 10Maximum : 250 | integer | |
| pod_max_pids required | 파드 최대 PID 제한 Example : 4096Minimum : 1024Maximum : 4194304 | integer |
32 - NodepoolCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cluster_id required | 클러스터 ID Example : 70a599e031e749b7b260868f441e862b | string | |
| custom_image_id optional | 커스텀 이미지 ID Example : 10a599e031e749b7b260868f441e862b | any of [string, null] | |
| desired_node_count optional | 요청 노드 수 (is_auto_scale = false 일 때 설정) Example : 2 | any of [integer, null] | |
| image_os required | 이미지 OS Example : ubuntu | string | |
| image_os_version required | 이미지 OS 버전 Example : 22.04 | string | |
| is_auto_recovery required | 자동 복구 사용 여부 Example : True | boolean | |
| is_auto_scale required | 자동 확장 사용 여부 Example : True | boolean | |
| keypair_name required | 키페어 이름 Example : test_keypair | string | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| labels optional | 레이블 목록 | any of [array[NodepoolLabel], null] | |
| max_node_count optional | 최대 노드 수 (is_auto_scale = true 일 때 설정) Example : 5 | any of [integer, null] | |
| min_node_count optional | 최소 노드 수 (is_auto_scale = true 일 때 설정) Example : 1 | any of [integer, null] | |
| name required | 노드풀 이름 Example : sample-nodepoolPattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 20 | string | |
| server_type_id required | 서버 타입 ID Example : s1v1m2 | string | |
| taints optional | 테인트 목록 | any of [array[NodepoolTaint], null] | |
| volume_size required | 볼륨 크기 Example : 104 | integer | |
| volume_type_name required | 볼륨 타입 이름 Example : SSD_Provisioned | string |
33 - NodepoolCreateRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| advanced_settings optional | 고급 설정 | any of [NodepoolAdvancedSettings, null] | |
| cluster_id required | 클러스터 ID Example : 70a599e031e749b7b260868f441e862b | string | |
| custom_image_id optional | 커스텀 이미지 ID Example : 10a599e031e749b7b260868f441e862b | any of [string, null] | |
| desired_node_count optional | 요청 노드 수 (is_auto_scale = false 일 때 설정) Example : 2 | any of [integer, null] | |
| image_os required | 이미지 OS Example : ubuntu | string | |
| image_os_version required | 이미지 OS 버전 Example : 22.04 | string | |
| is_auto_recovery required | 자동 복구 사용 여부 Example : True | boolean | |
| is_auto_scale required | 자동 확장 사용 여부 Example : True | boolean | |
| keypair_name required | 키페어 이름 Example : test_keypair | string | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| labels optional | 레이블 목록 | any of [array[NodepoolLabel], null] | |
| max_node_count optional | 최대 노드 수 (is_auto_scale = true 일 때 설정) Example : 5 | any of [integer, null] | |
| min_node_count optional | 최소 노드 수 (is_auto_scale = true 일 때 설정) Example : 1 | any of [integer, null] | |
| name required | 노드풀 이름 Example : sample-nodepoolPattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 20 | string | |
| server_group_id optional | 서버 그룹 ID Example : 2b8d33d5-4de5-40a5-a34c-7e30204133xc | any of [string, null] | |
| server_type_id required | 서버 타입 ID Example : s1v1m2 | string | |
| taints optional | 테인트 목록 | any of [array[NodepoolTaint], null] | |
| volume_size required | 볼륨 크기 Example : 104 | integer | |
| volume_type_name required | 볼륨 타입 이름 Example : SSD_Provisioned | string |
34 - NodepoolCreateRequestV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| advanced_settings optional | 고급 설정 | any of [NodepoolAdvancedSettings, null] | |
| cluster_id required | 클러스터 ID Example : 70a599e031e749b7b260868f441e862b | string | |
| custom_image_id optional | 커스텀 이미지 ID Example : 10a599e031e749b7b260868f441e862b | any of [string, null] | |
| desired_node_count optional | 요청 노드 수 (is_auto_scale = false 일 때 설정) Example : 2 | any of [integer, null] | |
| image_os required | 이미지 OS Example : ubuntu | string | |
| image_os_version required | 이미지 OS 버전 Example : 22.04 | string | |
| is_auto_recovery required | 자동 복구 사용 여부 Example : True | boolean | |
| is_auto_scale required | 자동 확장 사용 여부 Example : True | boolean | |
| keypair_name required | 키페어 이름 Example : test_keypair | string | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| labels optional | 레이블 목록 | any of [array[NodepoolLabel], null] | |
| linked_resources optional | 노드 풀과 연결된 자원 목록 | any of [array[LinkedResource], null] | |
| max_node_count optional | 최대 노드 수 (is_auto_scale = true 일 때 설정) Example : 5 | any of [integer, null] | |
| min_node_count optional | 최소 노드 수 (is_auto_scale = true 일 때 설정) Example : 1 | any of [integer, null] | |
| name required | 노드풀 이름 Example : sample-nodepoolPattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 20 | string | |
| server_group_id optional | 서버 그룹 ID Example : 2b8d33d5-4de5-40a5-a34c-7e30204133xc | any of [string, null] | |
| server_type_id required | 서버 타입 ID Example : s1v1m2 | string | |
| taints optional | 테인트 목록 | any of [array[NodepoolTaint], null] | |
| volume_size required | 볼륨 크기 Example : 104 | integer | |
| volume_type_name required | 볼륨 타입 이름 Example : SSD_Provisioned | string |
35 - NodepoolCreateRequestV1Dot4
| Name | Description | Schema | Default |
|---|---|---|---|
| advanced_settings optional | 고급 설정 | any of [NodepoolAdvancedSettings, null] | |
| cluster_id required | 클러스터 ID Example : 70a599e031e749b7b260868f441e862b | string | |
| custom_image_id optional | 커스텀 이미지 ID Example : 10a599e031e749b7b260868f441e862b | any of [string, null] | |
| desired_node_count optional | 요청 노드 수 (is_auto_scale = false 일 때 설정) Example : 2 | any of [integer, null] | |
| image_os required | 이미지 OS Example : ubuntu | string | |
| image_os_version required | 이미지 OS 버전 Example : 22.04 | string | |
| is_auto_recovery required | 자동 복구 사용 여부 Example : True | boolean | |
| is_auto_scale required | 자동 확장 사용 여부 Example : True | boolean | |
| keypair_name required | 키페어 이름 Example : test_keypair | string | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| labels optional | 레이블 목록 | any of [array[NodepoolLabel], null] | |
| linked_resources optional | 노드 풀과 연결된 자원 목록 | any of [array[LinkedResource], null] | |
| max_node_count optional | 최대 노드 수 (is_auto_scale = true 일 때 설정) Example : 5 | any of [integer, null] | |
| min_node_count optional | 최소 노드 수 (is_auto_scale = true 일 때 설정) Example : 1 | any of [integer, null] | |
| name required | 노드풀 이름 Example : sample-nodepoolPattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 20 | string | |
| scp_gpu_driver optional | GPU Driver 버전 Example : ND_570.195.03 | any of [string, null] | |
| server_group_id optional | 서버 그룹 ID Example : 2b8d33d5-4de5-40a5-a34c-7e30204133xc | any of [string, null] | |
| server_type_id required | 서버 타입 ID Example : s1v1m2 | string | |
| taints optional | 테인트 목록 | any of [array[NodepoolTaint], null] | |
| volume_max_iops optional | 볼륨 MAX IOPS Example : 5000 | any of [integer, null] | |
| volume_max_throughput optional | 볼륨 Max Throughput Example : 250 | any of [integer, null] | |
| volume_size required | 볼륨 크기 Example : 104 | integer | |
| volume_type_name required | 볼륨 타입 이름 Example : SSD_Provisioned | string |
36 - NodepoolCreateRequestV1Dot5
| Name | Description | Schema | Default |
|---|---|---|---|
| advanced_settings optional | 고급 설정 | any of [NodepoolAdvancedSettings, null] | |
| cluster_id required | 클러스터 ID Example : 70a599e031e749b7b260868f441e862b | string | |
| custom_image_id optional | 커스텀 이미지 ID Example : 10a599e031e749b7b260868f441e862b | any of [string, null] | |
| desired_node_count optional | 요청 노드 수 (is_auto_scale = false 일 때 설정) Example : 2 | any of [integer, null] | |
| image_os required | 이미지 OS Example : ubuntu | string | |
| image_os_version required | 이미지 OS 버전 Example : 22.04 | string | |
| is_auto_recovery required | 자동 복구 사용 여부 Example : True | boolean | |
| is_auto_scale required | 자동 확장 사용 여부 Example : True | boolean | |
| keypair_name required | 키페어 이름 Example : test_keypair | string | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| labels optional | 레이블 목록 | any of [array[NodepoolLabel], null] | |
| linked_resources optional | 노드 풀과 연결된 자원 목록 | any of [array[LinkedResource], null] | |
| max_node_count optional | 최대 노드 수 (is_auto_scale = true 일 때 설정) Example : 5 | any of [integer, null] | |
| min_node_count optional | 최소 노드 수 (is_auto_scale = true 일 때 설정) Example : 1 | any of [integer, null] | |
| name required | 노드풀 이름 Example : sample-nodepoolPattern : ^[a-z][a-z0-9\-]*[a-z0-9]$Minimum length : 3Maximum length : 20 | string | |
| preferred_ips optional | 우선 지정 IP 대역 Example : 192.168.0.0-192.168.0.255,192.168.99.0 | any of [string, null] | |
| scp_gpu_driver optional | GPU Driver 버전 Example : ND_570.195.03 | any of [string, null] | |
| server_group_id optional | 서버 그룹 ID Example : 2b8d33d5-4de5-40a5-a34c-7e30204133xc | any of [string, null] | |
| server_type_id required | 서버 타입 ID Example : s1v1m2 | string | |
| subnet_id optional | Subnet ID Example : 023c57b14f11483689338d085e061492 | any of [string, null] | |
| taints optional | 테인트 목록 | any of [array[NodepoolTaint], null] | |
| volume_max_iops optional | 볼륨 MAX IOPS Example : 5000 | any of [integer, null] | |
| volume_max_throughput optional | 볼륨 Max Throughput Example : 250 | any of [integer, null] | |
| volume_size required | 볼륨 크기 Example : 104 | integer | |
| volume_type_name required | 볼륨 타입 이름 Example : SSD_Provisioned | string | |
| zone optional | Availability zone Example : kr-west1-a | any of [string, null] |
37 - NodepoolImage
| Name | Description | Schema | Default |
|---|---|---|---|
| end_of_support optional | 이미지 OS 의 EOS 여부 Example : False | boolean | |
| id required | 이미지 ID Example : 10a599e031e749b7b260868f441e862b | string | |
| kubernetes_version optional | Kubernetes 버전 Example : v1.29.8 | any of [string, null] | |
| name required | 이미지 이름 Example : ubuntu-22.04-k8s-v1.29.8 | string | |
| os required | 이미지 OS Example : ubuntu | string | |
| os_version required | 이미지 OS 버전 Example : 22.04 | string | |
| scp_image_type optional | SCP image type Example : k8s | any of [string, null] | |
| scp_original_image_type optional | scp original image type Example : k8s | any of [string, null] | |
| volume optional | 볼륨 정보 Example : {'size': 100} | any of [object, null] |
38 - NodepoolImageListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] | |
| nodepool_images required | 노드 풀 OS 이미지 목록 | array[NodepoolImage] |
39 - NodepoolImageListResponseV1Dot4
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] | |
| nodepool_images required | 노드 풀 OS 이미지 목록 | array[NodepoolImageV1Dot4] |
40 - NodepoolImageV1Dot4
| Name | Description | Schema | Default |
|---|---|---|---|
| end_of_support optional | 이미지 OS 의 EOS 여부 Example : False | boolean | |
| id required | 이미지 ID Example : 10a599e031e749b7b260868f441e862b | string | |
| kubernetes_version optional | Kubernetes 버전 Example : v1.29.8 | any of [string, null] | |
| name required | 이미지 이름 Example : ubuntu-22.04-k8s-v1.29.8 | string | |
| os required | 이미지 OS Example : ubuntu | string | |
| os_version required | 이미지 OS 버전 Example : 22.04 | string | |
| scp_gpu_driver optional | GPU Driver 버전 Example : ND_570.195.03 | any of [string, null] | |
| scp_image_type optional | SCP image type Example : k8s | any of [string, null] | |
| scp_original_image_type optional | scp original image type Example : k8s | any of [string, null] | |
| scp_supported_class_types optional | GPU SKE 이미지별 지원 가능한 서버 타입 목록 Example : ['GPU-A100-1', 'GPU-H100-2', 'GPU-B300-3'] | array[object] | |
| volume optional | 볼륨 정보 Example : {'size': 100} | any of [object, null] |
41 - NodepoolLabel
| Name | Description | Schema | Default |
|---|---|---|---|
| key required | 레이블 키 Example : example.com/my-appPattern : ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]$ | string | |
| value optional | 레이블 값 Example : barPattern : ^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?$Maximum length : 63 | string |
42 - NodepoolLabelsSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| labels required | array[NodepoolLabel] |
43 - NodepoolLinkedResourcesSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| linked_resources required | 노드 풀과 연결된 자원 목록 | any of [array[LinkedResource], null] |
44 - NodepoolListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] | |
| nodepools required | 노드풀 목록 | array[NodepoolSummary] |
45 - NodepoolListResponseV1Dot4
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] | |
| nodepools required | 노드풀 목록 | array[NodepoolSummaryV1Dot4] |
46 - NodepoolPreferredIpsSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| preferred_ips required | 우선 지정 IP 대역 Example : 192.168.0.0-192.168.0.255,192.168.99.0 | string |
47 - NodepoolShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| nodepool required | Nodepool |
48 - NodepoolShowResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| nodepool required | NodepoolV1Dot1 |
49 - NodepoolShowResponseV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| nodepool required | NodepoolV1Dot3 |
50 - NodepoolShowResponseV1Dot4
| Name | Description | Schema | Default |
|---|---|---|---|
| nodepool required | NodepoolV1Dot4 |
51 - NodepoolShowResponseV1Dot5
| Name | Description | Schema | Default |
|---|---|---|---|
| nodepool required | NodepoolV1Dot5 |
52 - NodepoolSummary
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| auto_recovery_enabled required | 자동 복구 사용 여부 Example : True | boolean | |
| auto_scale_enabled required | 자동 확장 사용 여부 Example : True | boolean | |
| current_node_count required | 현재 노드 수 Example : 1 | integer | |
| desired_node_count required | 요청 노드 수 Example : 2 | integer | |
| id required | 노드풀 ID Example : bdfda539-bd2e-4a5c-9021-ec6d52d1ca79 | string | |
| image required | 이미지 | Image | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| name required | 노드풀 이름 Example : sample-nodepool | string | |
| server_type required | 서버 타입 | ServerType | |
| status required | 노드풀 상태 Example : Running | string | |
| volume_type required | 볼륨 타입 | VolumeTypeSummary |
53 - NodepoolSummaryV1Dot4
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| auto_recovery_enabled required | 자동 복구 사용 여부 Example : True | boolean | |
| auto_scale_enabled required | 자동 확장 사용 여부 Example : True | boolean | |
| current_node_count required | 현재 노드 수 Example : 1 | integer | |
| desired_node_count required | 요청 노드 수 Example : 2 | integer | |
| id required | 노드풀 ID Example : bdfda539-bd2e-4a5c-9021-ec6d52d1ca79 | string | |
| image required | 이미지 | ImageV1Dot4 | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| name required | 노드풀 이름 Example : sample-nodepool | string | |
| server_type required | 서버 타입 | ServerType | |
| status required | 노드풀 상태 Example : Running | string | |
| volume_type required | 볼륨 타입 | VolumeTypeSummary |
54 - NodepoolTaint
| Name | Description | Schema | Default |
|---|---|---|---|
| effect required | 테인트 효과 Example : NoSchedule | enum (NoSchedule, NoExecute, PreferNoSchedule) | |
| key required | 테인트 키 Example : example.com/my-appPattern : ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]$ | string | |
| value optional | 테인트 값 Example : barPattern : ^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?$Maximum length : 63 | string |
55 - NodepoolTaintsSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| taints required | array[NodepoolTaint] |
56 - NodepoolUpdateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| desired_node_count optional | 요청 노드 수 Example : 2 | any of [integer, null] | |
| is_auto_recovery optional | 자동 복구 사용 여부 Example : True | any of [boolean, null] | |
| is_auto_scale optional | 자동 확장 사용 여부 Example : True | any of [boolean, null] | |
| max_node_count optional | 최대 노드 수 Example : 5 | any of [integer, null] | |
| min_node_count optional | 최소 노드 수 Example : 1 | any of [integer, null] |
57 - NodepoolUpgradeSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| os_version required | 이미지 OS 버전 Example : 22.04 | string |
58 - NodepoolUpgradeSetRequestV1Dot4
| Name | Description | Schema | Default |
|---|---|---|---|
| os_version required | 이미지 OS 버전 Example : 22.04 | string | |
| scp_gpu_driver optional | GPU Driver 버전 Example : | any of [string, null] |
59 - NodepoolV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| advanced_settings optional | 고급 설정 | any of [NodepoolAdvancedSettings, null] | |
| auto_recovery_enabled required | 자동 복구 사용 여부 Example : True | boolean | |
| auto_scale_enabled required | 자동 확장 사용 여부 Example : True | boolean | |
| cluster required | 클러스터 | ClusterOfNodepool | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| current_node_count required | 현재 노드 수 Example : 1 | integer | |
| desired_node_count required | 요청 노드 수 Example : 2 | integer | |
| id required | 노드풀 ID Example : bdfda539-bd2e-4a5c-9021-ec6d52d1ca79 | string | |
| image required | 이미지 | Image | |
| keypair required | 키페어 이름 | Keypair | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| labels optional | 레이블 목록 | any of [array[NodepoolLabel], null] | |
| max_node_count required | 최대 노드 수 Example : 5 | integer | |
| min_node_count required | 최소 노드 수 Example : 1 | integer | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 노드풀 이름 Example : sample-nodepool | string | |
| server_group_id optional | 서버 그룹 ID Example : 2b8d33d5-4de5-40a5-a34c-7e30204133xc | any of [string, null] | |
| server_type required | 서버 타입 | ServerType | |
| status required | 노드풀 상태 Example : Running | string | |
| taints optional | 테인트 목록 | any of [array[NodepoolTaint], null] | |
| volume_size required | 볼륨 크기 Example : 104 | integer | |
| volume_type required | 볼륨 타입 | VolumeType |
60 - NodepoolV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| advanced_settings optional | 고급 설정 | any of [NodepoolAdvancedSettings, null] | |
| auto_recovery_enabled required | 자동 복구 사용 여부 Example : True | boolean | |
| auto_scale_enabled required | 자동 확장 사용 여부 Example : True | boolean | |
| cluster required | 클러스터 | ClusterOfNodepool | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| current_node_count required | 현재 노드 수 Example : 1 | integer | |
| desired_node_count required | 요청 노드 수 Example : 2 | integer | |
| id required | 노드풀 ID Example : bdfda539-bd2e-4a5c-9021-ec6d52d1ca79 | string | |
| image required | 이미지 | Image | |
| keypair required | 키페어 이름 | Keypair | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| labels optional | 레이블 목록 | any of [array[NodepoolLabel], null] | |
| linked_resources optional | 노드 풀과 연결된 자원 목록 | any of [array[LinkedResource], null] | |
| max_node_count required | 최대 노드 수 Example : 5 | integer | |
| min_node_count required | 최소 노드 수 Example : 1 | integer | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 노드풀 이름 Example : sample-nodepool | string | |
| server_group_id optional | 서버 그룹 ID Example : 2b8d33d5-4de5-40a5-a34c-7e30204133xc | any of [string, null] | |
| server_type required | 서버 타입 | ServerType | |
| status required | 노드풀 상태 Example : Running | string | |
| taints optional | 테인트 목록 | any of [array[NodepoolTaint], null] | |
| volume_size required | 볼륨 크기 Example : 104 | integer | |
| volume_type required | 볼륨 타입 | VolumeType |
61 - NodepoolV1Dot4
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| advanced_settings optional | 고급 설정 | any of [NodepoolAdvancedSettings, null] | |
| auto_recovery_enabled required | 자동 복구 사용 여부 Example : True | boolean | |
| auto_scale_enabled required | 자동 확장 사용 여부 Example : True | boolean | |
| cluster required | 클러스터 | ClusterOfNodepool | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| current_node_count required | 현재 노드 수 Example : 1 | integer | |
| desired_node_count required | 요청 노드 수 Example : 2 | integer | |
| id required | 노드풀 ID Example : bdfda539-bd2e-4a5c-9021-ec6d52d1ca79 | string | |
| image required | 이미지 | ImageV1Dot4 | |
| keypair required | 키페어 이름 | Keypair | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| labels optional | 레이블 목록 | any of [array[NodepoolLabel], null] | |
| linked_resources optional | 노드 풀과 연결된 자원 목록 | any of [array[LinkedResource], null] | |
| max_node_count required | 최대 노드 수 Example : 5 | integer | |
| min_node_count required | 최소 노드 수 Example : 1 | integer | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 노드풀 이름 Example : sample-nodepool | string | |
| server_group_id optional | 서버 그룹 ID Example : 2b8d33d5-4de5-40a5-a34c-7e30204133xc | any of [string, null] | |
| server_type required | 서버 타입 | ServerType | |
| status required | 노드풀 상태 Example : Running | string | |
| taints optional | 테인트 목록 | any of [array[NodepoolTaint], null] | |
| volume_max_iops optional | 볼륨 MAX IOPS Example : 5000 | any of [integer, null] | |
| volume_max_throughput optional | 볼륨 Max Throughput Example : 250 | any of [integer, null] | |
| volume_size required | 볼륨 크기 Example : 104 | integer | |
| volume_type required | 볼륨 타입 | VolumeType |
62 - NodepoolV1Dot5
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 617b3d0e90c24a5fa1f65a3824861354 | string | |
| advanced_settings optional | 고급 설정 | any of [NodepoolAdvancedSettings, null] | |
| auto_recovery_enabled required | 자동 복구 사용 여부 Example : True | boolean | |
| auto_scale_enabled required | 자동 확장 사용 여부 Example : True | boolean | |
| cluster required | 클러스터 | ClusterOfNodepool | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| current_node_count required | 현재 노드 수 Example : 1 | integer | |
| desired_node_count required | 요청 노드 수 Example : 2 | integer | |
| id required | 노드풀 ID Example : bdfda539-bd2e-4a5c-9021-ec6d52d1ca79 | string | |
| image required | 이미지 | ImageV1Dot4 | |
| keypair required | 키페어 이름 | Keypair | |
| kubernetes_version required | Kubernetes 버전 Example : v1.29.8 | string | |
| labels optional | 레이블 목록 | any of [array[NodepoolLabel], null] | |
| linked_resources optional | 노드 풀과 연결된 자원 목록 | any of [array[LinkedResource], null] | |
| max_node_count required | 최대 노드 수 Example : 5 | integer | |
| min_node_count required | 최소 노드 수 Example : 1 | integer | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 노드풀 이름 Example : sample-nodepool | string | |
| preferred_ips required | 우선 지정 IP 대역 Example : 192.168.0.0-192.168.0.255,192.168.99.0 | any of [string, null] | |
| server_group_id optional | 서버 그룹 ID Example : 2b8d33d5-4de5-40a5-a34c-7e30204133xc | any of [string, null] | |
| server_type required | 서버 타입 | ServerType | |
| status required | 노드풀 상태 Example : Running | string | |
| subnet_id required | Subnet ID Example : 023c57b14f11483689338d085e061492 | string | |
| taints optional | 테인트 목록 | any of [array[NodepoolTaint], null] | |
| volume_max_iops optional | 볼륨 MAX IOPS Example : 5000 | any of [integer, null] | |
| volume_max_throughput optional | 볼륨 Max Throughput Example : 250 | any of [integer, null] | |
| volume_size required | 볼륨 크기 Example : 104 | integer | |
| volume_type required | 볼륨 타입 | VolumeType | |
| zone required | Availability zone Example : kr-west1-a | string |
63 - PrivateEndpointAccessControlResource
| Name | Description | Schema | Default |
|---|---|---|---|
| id required | Private Endpoint 접근 제어 리소스 ID Example : 2a9be312-5d4b-4bc8-b2ae-35100fa9241f | string | |
| name required | Private Endpoint 접근 제어 리소스 이름 Example : sample-name | string | |
| type required | Private Endpoint 접근 제어 리소스 타입 Example : vm | string |
64 - ServerType
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | 서버 타입 설명 Example : Standard | string | |
| id required | 서버 타입 ID Example : s1v1m2 | string |
65 - Tag
| Name | Description | Schema | Default |
|---|---|---|---|
| key required | 태그 키 Example : Key | string | |
| value required | 태그 값 Example : Value | string |
66 - VolumeType
| Name | Description | Schema | Default |
|---|---|---|---|
| encrypt required | 볼륨 타입 암호화 Example : True | boolean | |
| id required | 볼륨 타입 ID Example : s1v1m2 | string | |
| name required | 볼륨 타입 이름 Example : SSD_Provisioned | string |
67 - VolumeTypeSummary
| Name | Description | Schema | Default |
|---|---|---|---|
| id required | 볼륨 타입 ID Example : 10a599e031e749b7b260868f441e862b | string | |
| name required | 볼륨 타입 이름 Example : SSD_Provisioned | string |