Documentation ¶
Index ¶
- func BeReady() types.GomegaMatcher
- func Get(daemonSetKey types.NamespacedName) (appsv1.DaemonSet, error)
- func GetConsistently(daemonSetKey types.NamespacedName) AsyncAssertion
- func GetConsistentlyError(daemonSetKey types.NamespacedName) AsyncAssertion
- func GetEventually(daemonSetKey types.NamespacedName) AsyncAssertion
- func GetEventuallyError(daemonSetKey types.NamespacedName) AsyncAssertion
- func GetList(filteringLabels map[string]string) (appsv1.DaemonSetList, error)
- type BeReadyMatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeReady ¶
func BeReady() types.GomegaMatcher
func Get ¶
func Get(daemonSetKey types.NamespacedName) (appsv1.DaemonSet, error)
GetDaemonSet returns a DaemonSet matching the passed in DaemonSet name and namespace
func GetConsistently ¶ added in v0.46.0
func GetConsistently(daemonSetKey types.NamespacedName) AsyncAssertion
func GetConsistentlyError ¶ added in v0.48.0
func GetConsistentlyError(daemonSetKey types.NamespacedName) AsyncAssertion
func GetEventually ¶
func GetEventually(daemonSetKey types.NamespacedName) AsyncAssertion
func GetEventuallyError ¶ added in v0.48.0
func GetEventuallyError(daemonSetKey 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.