Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigMapReader ¶
type ConfigMapReader interface {
ReadConfigMap(namespace string, name string) (*unstructured.Unstructured, error)
}
type Referable ¶
type Referable interface {
GroupVersionResource() (*schema.GroupVersionResource, error)
GroupVersionKind() (*schema.GroupVersionKind, error)
}
type SecretReader ¶
type SecretReader interface {
ReadSecret(namespace string, name string) (*unstructured.Unstructured, error)
}
Click to show internal directories.
Click to hide internal directories.