package
0.0.0-20200626141321-83b13a5dc6b8
Repository: https://github.com/projectriff/reconciler-runtime.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InduceFailure is used in conjunction with reconciler test's WithReactors field.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TestLogger gets a logger to use in unit and end to end tests.
No description provided by the author

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
No description provided by the author
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
compatibility with k8s.io/code-generator.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
ReconcilerTestCase holds a single test case of a reconciler test suite.
SubReconcilerTestCase holds a single testcase of a sub reconciler test.
No description provided by the author
No description provided by the author
+kubebuilder:object:generate=true.
+kubebuilder:object:generate=true.
TrackRequest records that one object is tracking another object.

# Interfaces

Factory creates Kubernetes objects.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReconcilerFactory returns a Reconciler.Interface to perform reconciliation of a test case, ActionRecorderList/EventList to capture k8s actions/events produced during reconciliation and FakeStatsReporter to capture stats.
ReconcilerTestSuite represents a list of reconciler test cases.
SubReconcilerFactory returns a Reconciler.Interface to perform reconciliation of a test case, ActionRecorderList/EventList to capture k8s actions/events produced during reconciliation and FakeStatsReporter to capture stats.
SubReconcilerTestSuite represents a list of subreconciler test cases.
No description provided by the author
VerifyFunc is a verification function.