Versions in this module Expand all Collapse all v1 v1.5.0-1 Jun 24, 2023 v1.2.1 Mar 20, 2023 Changes in this version + type Certificate struct + BayUUID string + CSR string + ClusterUUID string + Links []gophercloud.Link + PEM string + type CreateOpts struct + BayUUID string + CSR string + ClusterUUID string + func (opts CreateOpts) ToCertificateCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToCertificateCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*Certificate, error) + type GetResult struct + func Get(client *gophercloud.ServiceClient, clusterID string) (r GetResult) + func (r GetResult) Extract() (*Certificate, error) + type UpdateResult struct + func Update(client *gophercloud.ServiceClient, clusterID string) (r UpdateResult)