package
0.0.0-20191004034729-e252b937450b
Repository: https://github.com/hasheddan/crossplane-tools.git
Documentation: pkg.go.dev

# Functions

AllOf returns an Object matcher that returns true if all of the supplied Object matchers return true.
AnyOf returns an Object matcher that returns true if any of the supplied Object matchers return true.
Claim returns an Object matcher that returns true if the supplied Object is a Crossplane resource claim.
DoesNotHaveMarker returns and Object matcher that returns true if the supplied Object does not have a comment marker k with the value v.
HasMarker returns an Object matcher that returns true if the supplied Object has a comment marker k with the value v.
Managed returns an Object matcher that returns true if the supplied Object is a Crossplane managed resource.
NonPortableClass returns an Object matcher that returns true if the supplied Object is a Crossplane non-portable resource class.
PortableClass returns an Object matcher that returns true if the supplied Object is a Crossplane portable resource class.
PortableClassList returns an Object matcher that returns true if the supplied Object is a Crossplane portable resource class list.

# Type aliases

An Object matcher is a function that returns true if the supplied object matches.