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

# Functions

DefinedOutside returns a MethodFilter that returns true if the supplied object has a method with the supplied name that is not defined in the supplied filename.
NewGetBindingPhase returns a NewMethod that writes a GetBindingPhase method for the supplied Object to the supplied file.
NewGetClaimReference returns a NewMethod that writes a GetClaimReference method for the supplied Object to the supplied file.
NewGetNonPortableClassReference returns a NewMethod that writes a GetNonPortableClassReference method for the supplied Object to the supplied file.
NewGetPortableClassItems returns a NewMethod that writes a GetPortableClassItems method for the supplied Object to the supplied file.
NewGetPortableClassReference returns a NewMethod that writes a GetPortableClassReference method for the supplied Object to the supplied file.
NewGetReclaimPolicy returns a NewMethod that writes a GetReclaimPolicy method for the supplied Object to the supplied file.
NewGetResourceReference returns a NewMethod that writes a GetResourceReference method for the supplied Object to the supplied file.
NewGetWriteConnectionSecretToReference returns a NewMethod that writes a GetWriteConnectionSecretToReference method for the supplied Object to the supplied file.
NewSetBindingPhase returns a NewMethod that writes a SetBindingPhase method for the supplied Object to the supplied file.
NewSetClaimReference returns a NewMethod that writes a SetClaimReference method for the supplied Object to the supplied file.
NewSetConditions returns a NewMethod that writes a SetConditions method for the supplied Object to the supplied file.
NewSetNonPortableClassReference returns a NewMethod that writes a SetNonPortableClassReference method for the supplied Object to the supplied file.
NewSetPortableClassItems returns a NewMethod that writes a SetPortableClassItems method for the supplied Object to the supplied file.
NewSetPortableClassReference returns a NewMethod that writes a SetPortableClassReference method for the supplied Object to the supplied file.
NewSetReclaimPolicy returns a NewMethod that writes a SetReclaimPolicy method for the supplied Object to the supplied file.
NewSetResourceReference returns a NewMethod that writes a SetResourceReference method for the supplied Object to the supplied file.
NewSetWriteConnectionSecretToReference returns a NewMethod that writes a SetWriteConnectionSecretToReference method for the supplied Object to the supplied file.

# Type aliases

A Filter is a function that determines whether a method should be written for the supplied object.
New is a function that adds a method on the supplied object in the supplied file.
A Set is a map of method names to the New functions that produce them.