Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.04 KB

NodePool.md

File metadata and controls

20 lines (16 loc) · 1.04 KB

NodePool

Properties

Name Type Description Notes
InstanceNo *int32 인스턴스 번호 [default to null]
IsDefault *bool default pool 여부 [default to null]
Name *string 노드풀 이름 [default to null]
NodeCount *int32 노드 개수 [default to null]
SubnetNoList []*int32 Subnet 번호 목록 [default to null]
SubnetNameList []*string Subnet 이름 목록 [default to null]
ProductCode *string 상품 코드 [default to null]
Status *string 노드풀 상태 [default to null]
Autoscale *AutoscaleOption [default to null]
SoftwareCode *string Software Code(OS) [default to null]
K8sVersion *string 쿠버네티스 버전 [default to null]

[Back to Model list] [Back to API list] [Back to README]