Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUpgradeConfigBuilder ¶
func NewUpgradeConfigBuilder() *testUpgradeConfigBuilder
NewUpgradeConfigBuilder returns a prebuilt upgradeConfig
Types ¶
type UpgradeConfigMatcher ¶
type UpgradeConfigMatcher struct { ActualUpgradeConfig api.UpgradeConfig FailReason string }
UpgradeConfigMatcher is a type that evaluates upgradeConfigs
func NewUpgradeConfigMatcher ¶
func NewUpgradeConfigMatcher() *UpgradeConfigMatcher
NewUpgradeConfigMatcher returns a UpgradeConfigMatcher
func (*UpgradeConfigMatcher) Matches ¶
func (m *UpgradeConfigMatcher) Matches(x interface{}) bool
Matches matches upgradeconfigs and returns a bool if true
func (*UpgradeConfigMatcher) String ¶
func (m *UpgradeConfigMatcher) String() string
Click to show internal directories.
Click to hide internal directories.