Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeReady ¶
func BeReady() types.GomegaMatcher
func Get ¶
func Get(deploymentKey types.NamespacedName) (appsv1.Deployment, error)
GetDeployment returns a deployment matching passing in deployment Name and Namespace
func GetEventually ¶
func GetEventually(deploymentKey types.NamespacedName) AsyncAssertion
Types ¶
type BeReadyMatcher ¶
type BeReadyMatcher struct {
// contains filtered or unexported fields
}
func (*BeReadyMatcher) FailureMessage ¶
func (matcher *BeReadyMatcher) FailureMessage(actual interface{}) (message string)
func (*BeReadyMatcher) Match ¶
func (matcher *BeReadyMatcher) Match(obtained interface{}) (success bool, err error)
func (*BeReadyMatcher) NegatedFailureMessage ¶
func (matcher *BeReadyMatcher) NegatedFailureMessage(actual interface{}) (message string)
Click to show internal directories.
Click to hide internal directories.