Documentation
¶
Index ¶
- func Builder() *builder
- type Client
- func (c Client) Create(cm corev1.ConfigMap) error
- func (c Client) Delete(cm corev1.ConfigMap) error
- func (c Client) Get(key k8sclient.ObjectKey) (corev1.ConfigMap, error)
- func (c Client) GetData(key k8sclient.ObjectKey) (map[string]string, error)
- func (c Client) ReadKey(key string, objectKey k8sclient.ObjectKey) (string, error)
- func (c Client) Update(cm corev1.ConfigMap) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) Create ¶
Create provides a thin wrapper and client.Client to create corev1.ConfigMap types
func (Client) Delete ¶
Delete provides a thin wrapper and client.Client to delete corev1.ConfigMap types
Click to show internal directories.
Click to hide internal directories.