SshPublicKey Class
The SSH public key for the cluster nodes.
Constructor
SshPublicKey(*, certificate_data: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
certificate_data
|
The certificate for SSH. Default value: None
|
Variables
| Name | Description |
|---|---|
|
certificate_data
|
The certificate for SSH. |