Class: Kubes::Docker::Strategy::Push::Gcloud

Inherits:
Base
  • Object
show all
Defined in:
lib/kubes/docker/strategy/push/gcloud.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

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

This class inherits a constructor from Kubes::Docker::Strategy::Push::Base

Instance Method Details

#runObject



3
4
5
6
7
# File 'lib/kubes/docker/strategy/push/gcloud.rb', line 3

def run
  run_hooks("docker.rb", name: "push") do
    # noop, gcloud builds submit already pushes the image
  end
end