Documentation ¶
Index ¶
- type Filter
- type New
- func NewGetCondition(receiver, runtime string) New
- func NewGetDeletionPolicy(receiver, runtime string) New
- func NewGetProviderConfigReference(receiver, runtime string) New
- func NewManagedGetItems(receiver, resource string) New
- func NewSetConditions(receiver, runtime string) New
- func NewSetDeletionPolicy(receiver, runtime string) New
- func NewSetProviderConfigReference(receiver, runtime string) New
- type Set
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
A Filter is a function that determines whether a method should be written for the supplied object. It returns true if the method should be filtered.
func DefinedOutside ¶
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. The object's filename is determined using the supplied FileSet.
type New ¶
New is a function that adds a method on the supplied object in the supplied file.
func NewGetCondition ¶
NewGetCondition returns a NewMethod that writes a GetCondition method for the supplied Object to the supplied file.
func NewGetDeletionPolicy ¶
NewGetDeletionPolicy returns a NewMethod that writes a GetDeletionPolicy method for the supplied Object to the supplied file.
func NewGetProviderConfigReference ¶
NewGetProviderConfigReference returns a NewMethod that writes a GetProviderConfigReference method for the supplied Object to the supplied file.
func NewManagedGetItems ¶
NewManagedGetItems returns a New that writes a GetItems method for the supplied object to the supplied file.
func NewSetConditions ¶
NewSetConditions returns a NewMethod that writes a SetConditions method for the supplied Object to the supplied file.
func NewSetDeletionPolicy ¶
NewSetDeletionPolicy returns a NewMethod that writes a SetDeletionPolicy method for the supplied Object to the supplied file.
func NewSetProviderConfigReference ¶
NewSetProviderConfigReference returns a NewMethod that writes a SetProviderConfigReference method for the supplied Object to the supplied file.