Sha256: 23b5700e266d5a67fa27cbf6965b5dce4da194bf6e9a3ffae7688de157e7c6bd
Contents?: true
Size: 633 Bytes
Versions: 5
Compression:
Stored size: 633 Bytes
Contents
# RancherApi::RancherClusterConfigCertificates ## 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::RancherClusterConfigCertificates.new( ca_certificate: null, certificate: null, certificate_key: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems