Module: Hippo

Defined in:
lib/hippo.rb,
lib/hippo/util.rb,
lib/hippo/error.rb,
lib/hippo/stage.rb,
lib/hippo/recipe.rb,
lib/hippo/secret.rb,
lib/hippo/version.rb,
lib/hippo/cli_steps.rb,
lib/hippo/yaml_part.rb,
lib/hippo/build_spec.rb,
lib/hippo/kubernetes.rb,
lib/hippo/repository.rb,
lib/hippo/secret_manager.rb

Defined Under Namespace

Modules: Util Classes: BuildSpec, CLISteps, Error, Kubernetes, Recipe, Repository, RepositoryAlreadyClonedError, RepositoryCheckoutError, RepositoryCloneError, RepositoryFetchError, Secret, SecretManager, Stage, YAMLPart

Constant Summary collapse

VERSION =
'1.0.0'

Class Method Summary collapse

Class Method Details

.rootObject



4
5
6
# File 'lib/hippo.rb', line 4

def self.root
  File.expand_path('../', __dir__)
end