Documentation
¶
Index ¶
- type Config
- type MockConfig
- func (mc MockConfig) ConfigurationFile() string
- func (mc MockConfig) EnableGKEARMNodeTolerationInRenderedManifests() bool
- func (mc MockConfig) EnablePlatformNodeAffinityInRenderedManifests() bool
- func (mc MockConfig) GetKubeConfig() string
- func (mc MockConfig) GetKubeContext() string
- func (mc MockConfig) GetKubeNamespace() string
- func (mc MockConfig) GetNamespace() string
- func (mc MockConfig) GetWorkingDir() string
- func (mc MockConfig) Mode() config.RunMode
- func (mc MockConfig) TransformAllowList() []latest.ResourceFilter
- func (mc MockConfig) TransformDenyList() []latest.ResourceFilter
- func (mc MockConfig) TransformRulesFile() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
GetWorkingDir() string
TransformRulesFile() string
ConfigurationFile() string
GetKubeContext() string
GetKubeNamespace() string
GetKubeConfig() string
TransformAllowList() []latest.ResourceFilter
TransformDenyList() []latest.ResourceFilter
GetNamespace() string
Mode() config.RunMode
EnablePlatformNodeAffinityInRenderedManifests() bool
EnableGKEARMNodeTolerationInRenderedManifests() bool
}
type MockConfig ¶
func (MockConfig) ConfigurationFile ¶
func (mc MockConfig) ConfigurationFile() string
func (MockConfig) EnableGKEARMNodeTolerationInRenderedManifests ¶
func (mc MockConfig) EnableGKEARMNodeTolerationInRenderedManifests() bool
func (MockConfig) EnablePlatformNodeAffinityInRenderedManifests ¶
func (mc MockConfig) EnablePlatformNodeAffinityInRenderedManifests() bool
func (MockConfig) GetKubeConfig ¶
func (mc MockConfig) GetKubeConfig() string
func (MockConfig) GetKubeContext ¶
func (mc MockConfig) GetKubeContext() string
func (MockConfig) GetKubeNamespace ¶
func (mc MockConfig) GetKubeNamespace() string
func (MockConfig) GetNamespace ¶
func (mc MockConfig) GetNamespace() string
func (MockConfig) GetWorkingDir ¶
func (mc MockConfig) GetWorkingDir() string
func (MockConfig) Mode ¶
func (mc MockConfig) Mode() config.RunMode
func (MockConfig) TransformAllowList ¶
func (mc MockConfig) TransformAllowList() []latest.ResourceFilter
func (MockConfig) TransformDenyList ¶
func (mc MockConfig) TransformDenyList() []latest.ResourceFilter
func (MockConfig) TransformRulesFile ¶
func (mc MockConfig) TransformRulesFile() string
Click to show internal directories.
Click to hide internal directories.