Sha256: 035e223fa9f93869b10d860c67b7b3fad42c756078f6367e401594c7d15e5414
Contents?: true
Size: 1.69 KB
Versions: 5
Compression:
Stored size: 1.69 KB
Contents
=begin #Rancher Solution API #Simplify enterprise-grade Kubernetes cluster operations and management with Rancher on Bare Metal Cloud. Deploy Kubernetes clusters using a few API calls.<br> <br> <span class='pnap-api-knowledge-base-link'> Knowledge base articles to help you can be found <a href='https://phoenixnap.com/kb/rancher-bmc-integration-kubernetes' target='_blank'>here</a> </span><br> <br> <b>All URLs are relative to (https://api.phoenixnap.com/solutions/rancher/v1beta)</b> The version of the OpenAPI document: 0.1 Contact: support@phoenixnap.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.1.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for RancherApi::NodePoolSshConfig # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe RancherApi::NodePoolSshConfig do let(:instance) { RancherApi::NodePoolSshConfig.new } describe 'test an instance of NodePoolSshConfig' do it 'should create an instance of NodePoolSshConfig' do expect(instance).to be_instance_of(RancherApi::NodePoolSshConfig) end end describe 'test attribute "install_default_keys"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "keys"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "key_ids"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
5 entries across 5 versions & 1 rubygems