# Packages
No description provided by the author
# Functions
Create creates a new container.
CreateConsumer creates a new consumer.
CreateSecret creates a new consumer.
Delete deletes a container.
DeleteConsumer deletes a consumer.
DeleteSecret deletes a consumer.
ExtractConsumers returns a slice of Consumers contained in a single page of results.
ExtractContainers returns a slice of Containers contained in a single page of results.
Get retrieves details of a container.
List retrieves a list of containers.
ListConsumers retrieves a list of consumers from a container.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Consumer represents a consumer in a container.
ConsumerPage is a single page of consumer results.
ConsumerRef represents a consumer reference in a container.
Container represents a container in the key manager service.
ContainerPage is a single page of container results.
CreateConsumerOpts provides options used to create a container.
CreateConsumerResult is the response from a CreateConsumer operation.
CreateOpts provides options used to create a container.
CreateResult is the response from a Create operation.
CreateSecretRefResult is the response from a CreateSecretRef operation.
DeleteConsumerOpts represents options used for deleting a consumer.
DeleteConsumerResult is the response from a DeleteConsumer operation.
DeleteResult is the response from a Delete operation.
DeleteSecretRefResult is the response from a DeleteSecretRef operation.
GetResult is the response from a Get operation.
ListConsumersOpts provides options to filter the List results.
ListOpts provides options to filter the List results.
SecretRef is a reference to a secret.
# Interfaces
CreateConsumerOptsBuilder allows extensions to add additional parameters to the Create request.
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
DeleteConsumerOptsBuilder allows extensions to add additional parameters to the Delete request.
ListConsumersOptsBuilder allows extensions to add additional parameters to the ListConsumers request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
SecretRefBuilder allows extensions to add additional parameters to the Create request.
# Type aliases
ContainerType represents the valid types of containers.