Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrSecretExists = errors.New("skipped creating secret since it already exists")
)
Functions ¶
func CertsToSecret ¶
func CertsToSecret(namespace string, certs *crypto.Certificates) []corev1.Secret
CertsToSecret creates secrets in the provided namespace, in compact form, from the provided certs.
Types ¶
type NamespaceGetter ¶ added in v0.6.0
type NamespaceGetter interface {
GetNamespace() string
}
type ObjectKindNamespacedName ¶
type ObjectKindNamespacedName struct {
// contains filtered or unexported fields
}
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider is the scaffolding for the Kubernetes provider. It sets up dependencies and defines the topology of the provider and its managed components, wiring them together.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.