Class: TencentCloud::Tke::V20220501::InstanceExtraArgs
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20220501::InstanceExtraArgs
- Defined in:
- lib/v20220501/models.rb
Overview
节点自定义参数
Instance Attribute Summary collapse
-
#Kubelet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(kubelet = nil) ⇒ InstanceExtraArgs
constructor
A new instance of InstanceExtraArgs.
Constructor Details
#initialize(kubelet = nil) ⇒ InstanceExtraArgs
Returns a new instance of InstanceExtraArgs.
1248 1249 1250 |
# File 'lib/v20220501/models.rb', line 1248 def initialize(kubelet=nil) @Kubelet = kubelet end |
Instance Attribute Details
#Kubelet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1246 1247 1248 |
# File 'lib/v20220501/models.rb', line 1246 def Kubelet @Kubelet end |
Instance Method Details
#deserialize(params) ⇒ Object
1252 1253 1254 |
# File 'lib/v20220501/models.rb', line 1252 def deserialize(params) @Kubelet = params['Kubelet'] end |