Sha256: c2cedf5f691e37ce639a4a88e05020c6fc9accef4223f28c18a2abcfd850ce68

Contents?: true

Size: 1.99 KB

Versions: 7

Compression:

Stored size: 1.99 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: 5.4.0

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for RancherApi::NodePool
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe RancherApi::NodePool do
  let(:instance) { RancherApi::NodePool.new }

  describe 'test an instance of NodePool' do
    it 'should create an instance of NodePool' do
      expect(instance).to be_instance_of(RancherApi::NodePool)
    end
  end
  describe 'test attribute "name"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "node_count"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "server_type"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "ssh_config"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "nodes"' 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

7 entries across 7 versions & 1 rubygems

Version Path
pnap_rancher_api-1.0.6 spec/models/node_pool_spec.rb
pnap_rancher_api-1.0.5 spec/models/node_pool_spec.rb
pnap_rancher_api-1.0.4 spec/models/node_pool_spec.rb
pnap_rancher_api-1.0.3 spec/models/node_pool_spec.rb
pnap_rancher_api-1.0.2 spec/models/node_pool_spec.rb
pnap_rancher_api-1.0.1 spec/models/node_pool_spec.rb
pnap_rancher_api-1.0.0 spec/models/node_pool_spec.rb