Class: Kubes::Docker::Strategy::Push::Gcloud
- Defined in:
- lib/kubes/docker/strategy/push/gcloud.rb
Instance Method Summary collapse
Methods inherited from 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
This class inherits a constructor from Kubes::Docker::Strategy::Push::Base
Instance Method Details
#run ⇒ Object
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 |