Uses of Class
com.tencentcloudapi.tke.v20180525.models.ControllerStatus
-
Packages that use ControllerStatus Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of ControllerStatus in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return ControllerStatus Modifier and Type Method Description ControllerStatus[]DescribeClusterControllersResponse. getControllerStatusSet()Get 描述集群中各个控制器的状态Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type ControllerStatus Modifier and Type Method Description voidDescribeClusterControllersResponse. setControllerStatusSet(ControllerStatus[] ControllerStatusSet)Set 描述集群中各个控制器的状态Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type ControllerStatus Constructor Description ControllerStatus(ControllerStatus source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-