Class: KnifeContainer::Generator::Context
- Inherits:
-
Object
- Object
- KnifeContainer::Generator::Context
- Defined in:
- lib/knife-container/generator.rb
Instance Attribute Summary collapse
-
#base_image ⇒ Object
Returns the value of attribute base_image.
-
#berksfile ⇒ Object
Returns the value of attribute berksfile.
-
#chef_client_mode ⇒ Object
Returns the value of attribute chef_client_mode.
-
#chef_server_url ⇒ Object
Returns the value of attribute chef_server_url.
-
#cookbook_path ⇒ Object
Returns the value of attribute cookbook_path.
-
#dockerfile_name ⇒ Object
Returns the value of attribute dockerfile_name.
-
#dockerfiles_path ⇒ Object
Returns the value of attribute dockerfiles_path.
-
#encrypted_data_bag_secret ⇒ Object
Returns the value of attribute encrypted_data_bag_secret.
-
#environment_path ⇒ Object
Returns the value of attribute environment_path.
-
#first_boot ⇒ Object
Returns the value of attribute first_boot.
-
#force_build ⇒ Object
Returns the value of attribute force_build.
-
#generate_berksfile ⇒ Object
Returns the value of attribute generate_berksfile.
-
#include_credentials ⇒ Object
Returns the value of attribute include_credentials.
-
#node_path ⇒ Object
Returns the value of attribute node_path.
-
#role_path ⇒ Object
Returns the value of attribute role_path.
-
#run_berks ⇒ Object
Returns the value of attribute run_berks.
-
#run_list ⇒ Object
Returns the value of attribute run_list.
-
#trusted_certs_dir ⇒ Object
Returns the value of attribute trusted_certs_dir.
-
#validation_client_name ⇒ Object
Returns the value of attribute validation_client_name.
-
#validation_key ⇒ Object
Returns the value of attribute validation_key.
Instance Attribute Details
#base_image ⇒ Object
Returns the value of attribute base_image.
26 27 28 |
# File 'lib/knife-container/generator.rb', line 26 def base_image @base_image end |
#berksfile ⇒ Object
Returns the value of attribute berksfile.
39 40 41 |
# File 'lib/knife-container/generator.rb', line 39 def berksfile @berksfile end |
#chef_client_mode ⇒ Object
Returns the value of attribute chef_client_mode.
27 28 29 |
# File 'lib/knife-container/generator.rb', line 27 def chef_client_mode @chef_client_mode end |
#chef_server_url ⇒ Object
Returns the value of attribute chef_server_url.
33 34 35 |
# File 'lib/knife-container/generator.rb', line 33 def chef_server_url @chef_server_url end |
#cookbook_path ⇒ Object
Returns the value of attribute cookbook_path.
29 30 31 |
# File 'lib/knife-container/generator.rb', line 29 def cookbook_path @cookbook_path end |
#dockerfile_name ⇒ Object
Returns the value of attribute dockerfile_name.
24 25 26 |
# File 'lib/knife-container/generator.rb', line 24 def dockerfile_name @dockerfile_name end |
#dockerfiles_path ⇒ Object
Returns the value of attribute dockerfiles_path.
25 26 27 |
# File 'lib/knife-container/generator.rb', line 25 def dockerfiles_path @dockerfiles_path end |
#encrypted_data_bag_secret ⇒ Object
Returns the value of attribute encrypted_data_bag_secret.
37 38 39 |
# File 'lib/knife-container/generator.rb', line 37 def encrypted_data_bag_secret @encrypted_data_bag_secret end |
#environment_path ⇒ Object
Returns the value of attribute environment_path.
32 33 34 |
# File 'lib/knife-container/generator.rb', line 32 def environment_path @environment_path end |
#first_boot ⇒ Object
Returns the value of attribute first_boot.
38 39 40 |
# File 'lib/knife-container/generator.rb', line 38 def first_boot @first_boot end |
#force_build ⇒ Object
Returns the value of attribute force_build.
42 43 44 |
# File 'lib/knife-container/generator.rb', line 42 def force_build @force_build end |
#generate_berksfile ⇒ Object
Returns the value of attribute generate_berksfile.
40 41 42 |
# File 'lib/knife-container/generator.rb', line 40 def generate_berksfile @generate_berksfile end |
#include_credentials ⇒ Object
Returns the value of attribute include_credentials.
43 44 45 |
# File 'lib/knife-container/generator.rb', line 43 def include_credentials @include_credentials end |
#node_path ⇒ Object
Returns the value of attribute node_path.
31 32 33 |
# File 'lib/knife-container/generator.rb', line 31 def node_path @node_path end |
#role_path ⇒ Object
Returns the value of attribute role_path.
30 31 32 |
# File 'lib/knife-container/generator.rb', line 30 def role_path @role_path end |
#run_berks ⇒ Object
Returns the value of attribute run_berks.
41 42 43 |
# File 'lib/knife-container/generator.rb', line 41 def run_berks @run_berks end |
#run_list ⇒ Object
Returns the value of attribute run_list.
28 29 30 |
# File 'lib/knife-container/generator.rb', line 28 def run_list @run_list end |
#trusted_certs_dir ⇒ Object
Returns the value of attribute trusted_certs_dir.
36 37 38 |
# File 'lib/knife-container/generator.rb', line 36 def trusted_certs_dir @trusted_certs_dir end |
#validation_client_name ⇒ Object
Returns the value of attribute validation_client_name.
35 36 37 |
# File 'lib/knife-container/generator.rb', line 35 def validation_client_name @validation_client_name end |
#validation_key ⇒ Object
Returns the value of attribute validation_key.
34 35 36 |
# File 'lib/knife-container/generator.rb', line 34 def validation_key @validation_key end |