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.
1544 1545 1546 |
# File 'lib/v20220501/models.rb', line 1544 def initialize(kubelet=nil) @Kubelet = kubelet end |
Instance Attribute Details
#Kubelet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1542 1543 1544 |
# File 'lib/v20220501/models.rb', line 1542 def Kubelet @Kubelet end |
Instance Method Details
#deserialize(params) ⇒ Object
1548 1549 1550 |
# File 'lib/v20220501/models.rb', line 1548 def deserialize(params) @Kubelet = params['Kubelet'] end |