containerEngine REST Endpoints
containerEngine
The operations from the containerEngine category.
- Disable addon for a cluster.
- Method: deletePath:
/20180222/clusters/{cluster_id}/addons/{addon_name}
- Get addon details.
- Method: getPath:
/20180222/clusters/{cluster_id}/addons/{addon_name}
- Get list of supported addons for a specific kubernetes version.
- Method: getPath:
/20180222/addonOptions
- Install addon for a cluster.
- Method: postPath:
/20180222/clusters/{cluster_id}/addons
- List addon for a cluster.
- Method: getPath:
/20180222/clusters/{cluster_id}/addons
- Update addon details for a cluster.
- Method: putPath:
/20180222/clusters/{cluster_id}/addons/{addon_name}