Class: TencentCloud::Tke::V20180525::ClusterExtraArgs
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ClusterExtraArgs
- Defined in:
- lib/v20180525/models.rb
Overview
集群master自定义参数
Instance Attribute Summary collapse
-
#Etcd ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#KubeAPIServer ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#KubeControllerManager ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#KubeScheduler ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(etcd = nil, kubeapiserver = nil, kubecontrollermanager = nil, kubescheduler = nil) ⇒ ClusterExtraArgs
constructor
A new instance of ClusterExtraArgs.
Constructor Details
#initialize(etcd = nil, kubeapiserver = nil, kubecontrollermanager = nil, kubescheduler = nil) ⇒ ClusterExtraArgs
Returns a new instance of ClusterExtraArgs.
1316 1317 1318 1319 1320 1321 |
# File 'lib/v20180525/models.rb', line 1316 def initialize(etcd=nil, kubeapiserver=nil, kubecontrollermanager=nil, kubescheduler=nil) @Etcd = etcd @KubeAPIServer = kubeapiserver @KubeControllerManager = kubecontrollermanager @KubeScheduler = kubescheduler end |
Instance Attribute Details
#Etcd ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1314 1315 1316 |
# File 'lib/v20180525/models.rb', line 1314 def Etcd @Etcd end |
#KubeAPIServer ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1314 1315 1316 |
# File 'lib/v20180525/models.rb', line 1314 def KubeAPIServer @KubeAPIServer end |
#KubeControllerManager ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1314 1315 1316 |
# File 'lib/v20180525/models.rb', line 1314 def KubeControllerManager @KubeControllerManager end |
#KubeScheduler ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1314 1315 1316 |
# File 'lib/v20180525/models.rb', line 1314 def KubeScheduler @KubeScheduler end |
Instance Method Details
#deserialize(params) ⇒ Object
1323 1324 1325 1326 1327 1328 |
# File 'lib/v20180525/models.rb', line 1323 def deserialize(params) @Etcd = params['Etcd'] @KubeAPIServer = params['KubeAPIServer'] @KubeControllerManager = params['KubeControllerManager'] @KubeScheduler = params['KubeScheduler'] end |