Module: Dapp::Kube::Dapp::Command::SecretExtract

Included in:
Dapp
Defined in:
lib/dapp/kube/dapp/command/secret_extract.rb

Instance Method Summary collapse

Instance Method Details

#kube_secret_extract(file_path) ⇒ Object



6
7
8
# File 'lib/dapp/kube/dapp/command/secret_extract.rb', line 6

def kube_secret_extract(file_path)
  ruby2go_deploy_command(command: :secret_extract, raw_command_options: kube_secret_extract_raw_command_options(file_path))
end

#kube_secret_extract_raw_command_options(file_path) ⇒ Object



10
11
12
# File 'lib/dapp/kube/dapp/command/secret_extract.rb', line 10

def kube_secret_extract_raw_command_options(file_path)
  kube_secret_generate_raw_command_options(file_path)
end