Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct { // If present the provider components will be loaded from and saved to this file ExplicitPath string // If present and ExplicitPath is not present, provider components will be loaded and saved to this store ConfigMap v1.ConfigMapInterface }
func NewFromClientset ¶
func NewFromClientset(clientset *kubernetes.Clientset) (*Store, error)
func NewFromConfigMap ¶
func NewFromConfigMap(configMap v1.ConfigMapInterface) (*Store, error)
Click to show internal directories.
Click to hide internal directories.