Versions in this module Expand all Collapse all v0 v0.0.8 Sep 14, 2025 Changes in this version + type ClusterInstance struct + ArtifactURL string + EndAt *time.Time + Id string + InstanceIp string + IsAppInstance bool + LimitCpu float64 + LimitMemory float64 + LimitStorage float64 + Message string + Name string + NodeIp string + NodeSelector map[string]string + RefClusterId string + RefGroupName string + RestartCount int + StartAt *time.Time + Status INSTANCE_STATUS + UpdateAt *time.Time + type ClusterInstanceGroup struct + CreateAt time.Time + Detail string + Id string + Instances []ClusterInstance + Message string + Name string + RefClusterId string + StarteAt time.Time + Status INSTANCE_GROUP_STATUS + SyncAt time.Time + UpdateAt time.Time + type INSTANCE_GROUP_STATUS string + const INSTANCE_GROUP_STATUS_FAILED + const INSTANCE_GROUP_STATUS_PENDING + const INSTANCE_GROUP_STATUS_RUNNING_HEALTHY + const INSTANCE_GROUP_STATUS_RUNNING_NOT_READY + const INSTANCE_GROUP_STATUS_RUNNING_OVERLOADED + const INSTANCE_GROUP_STATUS_RUNNING_RESTARTING + const INSTANCE_GROUP_STATUS_RUNNING_UNHEALTHY + const INSTANCE_GROUP_STATUS_SUCCEEDED + const INSTANCE_GROUP_STATUS_TERMINATING + const INSTANCE_GROUP_STATUS_UNKNOWN + type INSTANCE_STATUS string + const INSTANCE_STATUS_FAILED + const INSTANCE_STATUS_PENDING + const INSTANCE_STATUS_RUNNING_HEALTHY + const INSTANCE_STATUS_RUNNING_NOT_READY + const INSTANCE_STATUS_RUNNING_RESTARTING + const INSTANCE_STATUS_RUNNING_UNHEALTHY + const INSTANCE_STATUS_SUCCEEDED + const INSTANCE_STATUS_UNKNOWN + type UpdateInstanceStatusRequest struct