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.
1417 1418 1419 1420 1421 1422 |
# File 'lib/v20180525/models.rb', line 1417 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,表示取不到有效值。
1415 1416 1417 |
# File 'lib/v20180525/models.rb', line 1415 def Etcd @Etcd end |
#KubeAPIServer ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1415 1416 1417 |
# File 'lib/v20180525/models.rb', line 1415 def KubeAPIServer @KubeAPIServer end |
#KubeControllerManager ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1415 1416 1417 |
# File 'lib/v20180525/models.rb', line 1415 def KubeControllerManager @KubeControllerManager end |
#KubeScheduler ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1415 1416 1417 |
# File 'lib/v20180525/models.rb', line 1415 def KubeScheduler @KubeScheduler end |
Instance Method Details
#deserialize(params) ⇒ Object
1424 1425 1426 1427 1428 1429 |
# File 'lib/v20180525/models.rb', line 1424 def deserialize(params) @Etcd = params['Etcd'] @KubeAPIServer = params['KubeAPIServer'] @KubeControllerManager = params['KubeControllerManager'] @KubeScheduler = params['KubeScheduler'] end |