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.
1634 1635 1636 |
# File 'lib/v20220501/models.rb', line 1634 def initialize(kubelet=nil) @Kubelet = kubelet end |
Instance Attribute Details
#Kubelet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1632 1633 1634 |
# File 'lib/v20220501/models.rb', line 1632 def Kubelet @Kubelet end |
Instance Method Details
#deserialize(params) ⇒ Object
1638 1639 1640 |
# File 'lib/v20220501/models.rb', line 1638 def deserialize(params) @Kubelet = params['Kubelet'] end |