Method: TrainPlugins::TrainKubernetes::Platform#platform
- Defined in:
- lib/train-kubernetes/platform.rb
#platform ⇒ Object
4 5 6 7 |
# File 'lib/train-kubernetes/platform.rb', line 4 def platform Train::Platforms.name('k8s').in_family('cloud') force_platform!('k8s', release: TrainPlugins::TrainKubernetes::VERSION) end |