Documentation ¶
Index ¶
- type ConfigMap
- func (cm *ConfigMap) GetName() string
- func (cm *ConfigMap) GetNameSpace() string
- func (cm *ConfigMap) Read() (map[string]string, error)
- func (cm *ConfigMap) ReadByKey(key string) (string, error)
- func (cm *ConfigMap) SetKV(key, value string) error
- func (cm *ConfigMap) SetKubeClient(cli *kubernetes.Clientset) *ConfigMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMap ¶
type ConfigMap struct {
// contains filtered or unexported fields
}
func NewConfigMap ¶
func (*ConfigMap) GetNameSpace ¶
func (*ConfigMap) SetKubeClient ¶
func (cm *ConfigMap) SetKubeClient(cli *kubernetes.Clientset) *ConfigMap
Click to show internal directories.
Click to hide internal directories.