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.
12956 12957 12958 |
# File 'lib/v20180525/models.rb', line 12956 def initialize(kubelet=nil) @Kubelet = kubelet end |
Instance Attribute Details
#Kubelet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12954 12955 12956 |
# File 'lib/v20180525/models.rb', line 12954 def Kubelet @Kubelet end |
Instance Method Details
#deserialize(params) ⇒ Object
12960 12961 12962 |
# File 'lib/v20180525/models.rb', line 12960 def deserialize(params) @Kubelet = params['Kubelet'] end |