Class: Seira::Proxy
- Inherits:
-
Object
- Object
- Seira::Proxy
- Defined in:
- lib/seira/proxy.rb
Constant Summary collapse
- SUMMARY =
"Open up the proxy UI for a given cluster.".freeze
Instance Method Summary collapse
-
#initialize ⇒ Proxy
constructor
A new instance of Proxy.
- #run ⇒ Object
Constructor Details
#initialize ⇒ Proxy
Returns a new instance of Proxy.
5 6 |
# File 'lib/seira/proxy.rb', line 5 def initialize end |
Instance Method Details
#run ⇒ Object
8 9 10 11 12 13 |
# File 'lib/seira/proxy.rb', line 8 def run begin system("kubectl proxy") rescue end end |