/AWS1/CL_EKSCERTIFICATE¶
An object representing the certificate-authority-data for your
cluster.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_data TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The Base64-encoded certificate data required to communicate with your cluster. Add this to the
certificate-authority-datasection of thekubeconfigfile for your cluster.
Queryable Attributes¶
data¶
The Base64-encoded certificate data required to communicate with your cluster. Add this to the
certificate-authority-datasection of thekubeconfigfile for your cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATA() |
Getter for DATA, with configurable default |
ASK_DATA() |
Getter for DATA w/ exceptions if field has no value |
HAS_DATA() |
Determine if DATA has a value |