Module: Kdep
- Defined in:
- lib/kdep.rb,
lib/kdep/ui.rb,
lib/kdep/cli.rb,
lib/kdep/config.rb,
lib/kdep/docker.rb,
lib/kdep/preset.rb,
lib/kdep/writer.rb,
lib/kdep/kubectl.rb,
lib/kdep/version.rb,
lib/kdep/defaults.rb,
lib/kdep/registry.rb,
lib/kdep/renderer.rb,
lib/kdep/dashboard.rb,
lib/kdep/discovery.rb,
lib/kdep/validator.rb,
lib/kdep/old_format.rb,
lib/kdep/commands/sh.rb,
lib/kdep/commands/log.rb,
lib/kdep/commands/bump.rb,
lib/kdep/commands/diff.rb,
lib/kdep/commands/init.rb,
lib/kdep/commands/push.rb,
lib/kdep/context_guard.rb,
lib/kdep/cluster_health.rb,
lib/kdep/commands/apply.rb,
lib/kdep/commands/build.rb,
lib/kdep/commands/eject.rb,
lib/kdep/commands/scale.rb,
lib/kdep/version_tagger.rb,
lib/kdep/commands/render.rb,
lib/kdep/commands/status.rb,
lib/kdep/dashboard/panel.rb,
lib/kdep/commands/migrate.rb,
lib/kdep/commands/restart.rb,
lib/kdep/commands/secrets.rb,
lib/kdep/dashboard/layout.rb,
lib/kdep/dashboard/screen.rb,
lib/kdep/template_context.rb,
lib/kdep/dashboard/log_panel.rb,
lib/kdep/dashboard/health_panel.rb,
lib/kdep/dashboard/rollout_panel.rb,
lib/kdep/dashboard/resources_panel.rb
Defined Under Namespace
Modules: Commands, Defaults, Docker, Kubectl, VersionTagger
Classes: CLI, ClusterHealth, Config, ContextGuard, Dashboard, Discovery, OldFormat, Preset, Registry, Renderer, TemplateContext, UI, Validator, Writer
Constant Summary
collapse
- VERSION =
"0.1.1"
Class Method Summary
collapse
Class Method Details
.root ⇒ Object
48
49
50
|
# File 'lib/kdep.rb', line 48
def self.root
File.expand_path("..", __dir__)
end
|
.templates_dir ⇒ Object
44
45
46
|
# File 'lib/kdep.rb', line 44
def self.templates_dir
File.expand_path("../templates", __dir__)
end
|