Class: Pangea::Kubernetes::Architecture::ClusterResult
- Inherits:
-
Contracts::ClusterResult
- Object
- Contracts::ClusterResult
- Pangea::Kubernetes::Architecture::ClusterResult
- Defined in:
- lib/pangea/kubernetes/architecture.rb
Overview
AWS-specific ClusterResult — extends the base contract with AWS fields. is_a?(Pangea::Contracts::ClusterResult) returns true.
Instance Method Summary collapse
- #ami_id ⇒ Object
- #asg_tg ⇒ Object
- #instance_profile_name ⇒ Object
- #ipv4_address ⇒ Object
- #key_name ⇒ Object
- #subnet_ids ⇒ Object
Instance Method Details
#ami_id ⇒ Object
336 337 338 |
# File 'lib/pangea/kubernetes/architecture.rb', line 336 def ami_id control_plane_ref.ami_id end |
#asg_tg ⇒ Object
324 325 326 |
# File 'lib/pangea/kubernetes/architecture.rb', line 324 def asg_tg control_plane_ref.asg_tg end |
#instance_profile_name ⇒ Object
332 333 334 |
# File 'lib/pangea/kubernetes/architecture.rb', line 332 def instance_profile_name control_plane_ref.instance_profile_name end |
#ipv4_address ⇒ Object
344 345 346 |
# File 'lib/pangea/kubernetes/architecture.rb', line 344 def ipv4_address control_plane_ref.ipv4_address end |
#key_name ⇒ Object
340 341 342 |
# File 'lib/pangea/kubernetes/architecture.rb', line 340 def key_name control_plane_ref.key_name end |
#subnet_ids ⇒ Object
328 329 330 |
# File 'lib/pangea/kubernetes/architecture.rb', line 328 def subnet_ids control_plane_ref.subnet_ids end |