Class: TencentCloud::Tke::V20180525::InstanceExtraArgs
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::InstanceExtraArgs
- Defined in:
- lib/v20180525/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.
13819 13820 13821 |
# File 'lib/v20180525/models.rb', line 13819 def initialize(kubelet=nil) @Kubelet = kubelet end |
Instance Attribute Details
#Kubelet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
13817 13818 13819 |
# File 'lib/v20180525/models.rb', line 13817 def Kubelet @Kubelet end |
Instance Method Details
#deserialize(params) ⇒ Object
13823 13824 13825 |
# File 'lib/v20180525/models.rb', line 13823 def deserialize(params) @Kubelet = params['Kubelet'] end |