Class: Kubes::Docker::Strategy::Push::Base
- Inherits:
-
Object
- Object
- Kubes::Docker::Strategy::Push::Base
- Includes:
- Utils
- Defined in:
- lib/kubes/docker/strategy/push/base.rb
Instance Method Summary collapse
-
#initialize(options, name) ⇒ Base
constructor
A new instance of Base.
Methods included from Hooks::Concern
Methods included from ImageName
#args, #custom, #default, #generate_name, #git_sha, #image_name, #image_state_path, #read_image_name, #repo, #reserve_image_name, #store_image_name
Methods included from Util::Time
Methods included from Util::Sh
Methods included from Logging
Constructor Details
#initialize(options, name) ⇒ Base
Returns a new instance of Base.
5 6 7 |
# File 'lib/kubes/docker/strategy/push/base.rb', line 5 def initialize(, name) @options, @name = , name end |