Versions in this module Expand all Collapse all v0 v0.22.0 Sep 23, 2021 v0.19.1 Sep 23, 2021 Changes in this version + func CreateAsymmetricOrder(t *testing.T, client *gophercloud.ServiceClient) (*orders.Order, error) + func CreateCertificate(t *testing.T, passphrase string) ([]byte, []byte, error) + func CreateCertificateContainer(t *testing.T, client *gophercloud.ServiceClient, ...) (*containers.Container, error) + func CreateCertificateSecret(t *testing.T, client *gophercloud.ServiceClient, cert []byte) (*secrets.Secret, error) + func CreateEmptySecret(t *testing.T, client *gophercloud.ServiceClient) (*secrets.Secret, error) + func CreateGenericContainer(t *testing.T, client *gophercloud.ServiceClient, secret *secrets.Secret) (*containers.Container, error) + func CreateKeyOrder(t *testing.T, client *gophercloud.ServiceClient) (*orders.Order, error) + func CreatePassphraseSecret(t *testing.T, client *gophercloud.ServiceClient, passphrase string) (*secrets.Secret, error) + func CreatePrivateSecret(t *testing.T, client *gophercloud.ServiceClient, priv []byte) (*secrets.Secret, error) + func CreatePublicSecret(t *testing.T, client *gophercloud.ServiceClient, pub []byte) (*secrets.Secret, error) + func CreateRSAContainer(t *testing.T, client *gophercloud.ServiceClient, ...) (*containers.Container, error) + func CreateRSAKeyPair(t *testing.T, passphrase string) ([]byte, []byte, error) + func CreateSecretWithPayload(t *testing.T, client *gophercloud.ServiceClient, payload string) (*secrets.Secret, error) + func CreateSymmetricSecret(t *testing.T, client *gophercloud.ServiceClient) (*secrets.Secret, error) + func DeleteContainer(t *testing.T, client *gophercloud.ServiceClient, id string) + func DeleteOrder(t *testing.T, client *gophercloud.ServiceClient, id string) + func DeleteSecret(t *testing.T, client *gophercloud.ServiceClient, id string) + func ParseID(ref string) (string, error) + func ReplaceGenericContainerSecretRef(t *testing.T, client *gophercloud.ServiceClient, ...) error + func WaitForOrder(client *gophercloud.ServiceClient, orderID string) error