mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 20:37:48 +00:00
11 lines
259 B
YAML
11 lines
259 B
YAML
type: object
|
|
description: Set a Clusters key pair
|
|
required:
|
|
- publicCertificate
|
|
properties:
|
|
publicKeyCertificate:
|
|
description: public certificate of the cluster
|
|
type: string
|
|
example: -----BEGIN CERTIFICATE-----******-----END CERTIFICATE-----
|
|
|