type FlunderSpecApplyConfiguration … // FlunderSpecApplyConfiguration constructs a declarative configuration of the FlunderSpec type for use with // apply. func FlunderSpec() *FlunderSpecApplyConfiguration { … } // WithFlunderReference sets the FlunderReference field in the declarative configuration to the given value // and returns the receiver, so that objects can be built by chaining "With" function invocations. // If called multiple times, the FlunderReference field is set to the value of the last call. func (b *FlunderSpecApplyConfiguration) WithFlunderReference(value string) *FlunderSpecApplyConfiguration { … } // WithFischerReference sets the FischerReference field in the declarative configuration to the given value // and returns the receiver, so that objects can be built by chaining "With" function invocations. // If called multiple times, the FischerReference field is set to the value of the last call. func (b *FlunderSpecApplyConfiguration) WithFischerReference(value string) *FlunderSpecApplyConfiguration { … } // WithReferenceType sets the ReferenceType field in the declarative configuration to the given value // and returns the receiver, so that objects can be built by chaining "With" function invocations. // If called multiple times, the ReferenceType field is set to the value of the last call. func (b *FlunderSpecApplyConfiguration) WithReferenceType(value wardlev1beta1.ReferenceType) *FlunderSpecApplyConfiguration { … }