class TencentCloud::Tke::V20180525::InstanceUpgradeClusterStatus

节点升级过程中集群当前状态

def deserialize(params)

def deserialize(params)
  @PodTotal = params['PodTotal']
  @NotReadyPod = params['NotReadyPod']
end

def initialize(podtotal=nil, notreadypod=nil)

def initialize(podtotal=nil, notreadypod=nil)
  @PodTotal = podtotal
  @NotReadyPod = notreadypod
end