Class: Pangea::Kubernetes::Architecture::ClusterResult

Inherits:
Contracts::ClusterResult
  • Object
show all
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

Instance Method Details

#ami_idObject



336
337
338
# File 'lib/pangea/kubernetes/architecture.rb', line 336

def ami_id
  control_plane_ref.ami_id
end

#asg_tgObject



324
325
326
# File 'lib/pangea/kubernetes/architecture.rb', line 324

def asg_tg
  control_plane_ref.asg_tg
end

#instance_profile_nameObject



332
333
334
# File 'lib/pangea/kubernetes/architecture.rb', line 332

def instance_profile_name
  control_plane_ref.instance_profile_name
end

#ipv4_addressObject



344
345
346
# File 'lib/pangea/kubernetes/architecture.rb', line 344

def ipv4_address
  control_plane_ref.ipv4_address
end

#key_nameObject



340
341
342
# File 'lib/pangea/kubernetes/architecture.rb', line 340

def key_name
  control_plane_ref.key_name
end

#subnet_idsObject



328
329
330
# File 'lib/pangea/kubernetes/architecture.rb', line 328

def subnet_ids
  control_plane_ref.subnet_ids
end