Class: Siren::Compose::Deploy
- Inherits:
-
Struct
- Object
- Struct
- Siren::Compose::Deploy
- Includes:
- HashInitialize
- Defined in:
- lib/siren/compose/types.rb
Instance Attribute Summary collapse
-
#endpoint_mode ⇒ Object
Returns the value of attribute endpoint_mode.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#placement ⇒ Object
Returns the value of attribute placement.
-
#replicas ⇒ Object
Returns the value of attribute replicas.
-
#resources ⇒ Object
Returns the value of attribute resources.
-
#restart_policy ⇒ Object
Returns the value of attribute restart_policy.
-
#rollback_config ⇒ Object
Returns the value of attribute rollback_config.
-
#update_config ⇒ Object
Returns the value of attribute update_config.
Method Summary
Methods included from HashInitialize
Instance Attribute Details
#endpoint_mode ⇒ Object
Returns the value of attribute endpoint_mode
54 55 56 |
# File 'lib/siren/compose/types.rb', line 54 def endpoint_mode @endpoint_mode end |
#labels ⇒ Object
Returns the value of attribute labels
54 55 56 |
# File 'lib/siren/compose/types.rb', line 54 def labels @labels end |
#mode ⇒ Object
Returns the value of attribute mode
54 55 56 |
# File 'lib/siren/compose/types.rb', line 54 def mode @mode end |
#placement ⇒ Object
Returns the value of attribute placement
54 55 56 |
# File 'lib/siren/compose/types.rb', line 54 def placement @placement end |
#replicas ⇒ Object
Returns the value of attribute replicas
54 55 56 |
# File 'lib/siren/compose/types.rb', line 54 def replicas @replicas end |
#resources ⇒ Object
Returns the value of attribute resources
54 55 56 |
# File 'lib/siren/compose/types.rb', line 54 def resources @resources end |
#restart_policy ⇒ Object
Returns the value of attribute restart_policy
54 55 56 |
# File 'lib/siren/compose/types.rb', line 54 def restart_policy @restart_policy end |
#rollback_config ⇒ Object
Returns the value of attribute rollback_config
54 55 56 |
# File 'lib/siren/compose/types.rb', line 54 def rollback_config @rollback_config end |
#update_config ⇒ Object
Returns the value of attribute update_config
54 55 56 |
# File 'lib/siren/compose/types.rb', line 54 def update_config @update_config end |