Class: Kubes::CLI::Compile
Constant Summary collapse
- @@compiled =
Separate command like prune can call compile. Apply also calls Prune. Instead of moving Compile out of Prune, will use this class variable. In case we have other cases where compile is called in another area. We only want compiled to be called once so hooks only fire once. Done here so we don’t clean and remove the .kubes/output folder.
false
Instance Method Summary collapse
-
#build_docker_image ⇒ Object
auto build docker image and push image if kubes docker build not yet called.
- #run ⇒ Object
Methods inherited from Base
#compile, #initialize, #pod_name
Methods included from Logging
Constructor Details
This class inherits a constructor from Kubes::CLI::Base