Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NotFoundError = &errors.StatusError{metav1.Status{ Reason: metav1.StatusReasonNotFound, }} )
Functions ¶
func ReplicaSetCallback ¶
func ReplicaSetCallback(fn ReplicaSetMatcher) gomock.Matcher
Types ¶
type ReplicaSetMatcher ¶
type ReplicaSetMatcher func(*appsv1.ReplicaSet) bool
Click to show internal directories.
Click to hide internal directories.