Class: Kubes::Docker::Strategy::Push::Base

Inherits:
Object
  • Object
show all
Includes:
Utils
Defined in:
lib/kubes/docker/strategy/push/base.rb

Direct Known Subclasses

Docker, Gcloud

Instance Method Summary collapse

Methods included from Hooks::Concern

#run_hooks

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

#pretty_time

Methods included from Util::Sh

#sh, #sh_capture

Methods included from Logging

#logger

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(options, name)
  @options, @name = options, name
end