Documentation
¶
Overview ¶
Package creator offers a service to fetch a list of credentials.
Index ¶
Constants ¶
View Source
const ( AppLabel = "app" AppValue = "credentiald" ManagedByLabel = "giantswarm.io/managed-by" ManagedByValue = "credentiald" OrganizationLabel = "giantswarm.io/organization" ServiceTypeLabel = "giantswarm.io/service-type" ServiceTypeValue = "system" ResourceCreatedMessageFormat = "A new set of credentials has been created with ID '%s'" )
Variables ¶
This section is empty.
Functions ¶
func IsAlreadyExists ¶
IsAlreadyExists asserts alreadyExistsError.
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
func IsInvalidProvider ¶
IsInvalidProvider asserts invalidProviderError.
Types ¶
type Config ¶
type Config struct { K8sClient kubernetes.Interface Logger micrologger.Logger IDLength int NameFormat string SecretsNamespace string }
Click to show internal directories.
Click to hide internal directories.