public class InstanceExtraArgs extends AbstractModel
| Constructor and Description | 
|---|
| InstanceExtraArgs() | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getKubelet()Get Kubelet custom parameter
Note: this field may return null, indicating that no valid value is obtained. | 
| void | setKubelet(String[] Kubelet)Set Kubelet custom parameter
Note: this field may return null, indicating that no valid value is obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String[] getKubelet()
public void setKubelet(String[] Kubelet)
Kubelet - Kubelet custom parameter
Note: this field may return null, indicating that no valid value is obtained.Copyright © 2020. All rights reserved.