Sha256: f38002cd5a897023d24de5d8cdde06dbf7802eb06a7da9ad78d702abf6185d7a

Contents?: true

Size: 1.79 KB

Versions: 2

Compression:

Stored size: 1.79 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: 7.2.0

=end

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

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

  describe 'test an instance of RancherClusterCertificates' do
    it 'should create an instance of RancherClusterCertificates' do
      # uncomment below to test the instance creation
      #expect(instance).to be_instance_of(RancherApi::RancherClusterCertificates)
    end
  end

  describe 'test attribute "ca_certificate"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  describe 'test attribute "certificate"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  describe 'test attribute "certificate_key"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pnap_rancher_api-2.0.1 spec/models/rancher_cluster_certificates_spec.rb
pnap_rancher_api-2.0.0 spec/models/rancher_cluster_certificates_spec.rb