Sha256: 975e73995946e738814b409e3a4ff88aa49e9129025c48f92e95fc7e8e65bdae

Contents?: true

Size: 621 Bytes

Versions: 9

Compression:

Stored size: 621 Bytes

Contents

# RancherApi::RancherClusterCertificates

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **ca_certificate** | **String** | The SSL CA certificate to be used for rancher admin. | [optional] |
| **certificate** | **String** | The SSL certificate to be used for rancher admin. | [optional] |
| **certificate_key** | **String** | The SSL certificate key to be used for rancher admin. | [optional] |

## Example

```ruby
require 'pnap_rancher_api'

instance = RancherApi::RancherClusterCertificates.new(
  ca_certificate: null,
  certificate: null,
  certificate_key: null
)
```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pnap_rancher_api-2.0.1 docs/RancherClusterCertificates.md
pnap_rancher_api-2.0.0 docs/RancherClusterCertificates.md
pnap_rancher_api-1.0.6 docs/RancherClusterCertificates.md
pnap_rancher_api-1.0.5 docs/RancherClusterCertificates.md
pnap_rancher_api-1.0.4 docs/RancherClusterCertificates.md
pnap_rancher_api-1.0.3 docs/RancherClusterCertificates.md
pnap_rancher_api-1.0.2 docs/RancherClusterCertificates.md
pnap_rancher_api-1.0.1 docs/RancherClusterCertificates.md
pnap_rancher_api-1.0.0 docs/RancherClusterCertificates.md