Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockResources ¶
type MockResources struct{}
func (*MockResources) GetConfigMap ¶
func (*MockResources) Init ¶
func (mp *MockResources) Init() error
type ResourceManager ¶
type ResourceManager interface { GetSecret(namespace string, name string, key string) (string, error) GetConfigMap(namespace string, name string, key string) (string, error) Init() error }
func NewMockResources ¶
func NewMockResources() ResourceManager
func NewResources ¶
func NewResources() ResourceManager
Click to show internal directories.
Click to hide internal directories.