Documentation ¶
Index ¶
- type FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithAPIVersion(value string) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithAnnotations(entries map[string]string) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithCreationTimestamp(value metav1.Time) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithFinalizers(values ...string) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithGenerateName(value string) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithGeneration(value int64) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithKind(value string) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithLabels(entries map[string]string) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithName(value string) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithNamespace(value string) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithResourceVersion(value string) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithSpec(value *FlunderSpecApplyConfiguration) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithStatus(value wardlev1beta1.FlunderStatus) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithUID(value types.UID) *FlunderApplyConfiguration
- type FlunderSpecApplyConfiguration
- func (b *FlunderSpecApplyConfiguration) WithFischerReference(value string) *FlunderSpecApplyConfiguration
- func (b *FlunderSpecApplyConfiguration) WithFlunderReference(value string) *FlunderSpecApplyConfiguration
- func (b *FlunderSpecApplyConfiguration) WithReferenceType(value v1beta1.ReferenceType) *FlunderSpecApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlunderApplyConfiguration ¶
type FlunderApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *FlunderSpecApplyConfiguration `json:"spec,omitempty"` Status *wardlev1beta1.FlunderStatus `json:"status,omitempty"` }
FlunderApplyConfiguration represents an declarative configuration of the Flunder type for use with apply.
func Flunder ¶
func Flunder(name, namespace string) *FlunderApplyConfiguration
Flunder constructs an declarative configuration of the Flunder type for use with apply.
func (*FlunderApplyConfiguration) WithAPIVersion ¶
func (b *FlunderApplyConfiguration) WithAPIVersion(value string) *FlunderApplyConfiguration
WithAPIVersion sets the APIVersion 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 APIVersion field is set to the value of the last call.
func (*FlunderApplyConfiguration) WithAnnotations ¶
func (b *FlunderApplyConfiguration) WithAnnotations(entries map[string]string) *FlunderApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*FlunderApplyConfiguration) WithCreationTimestamp ¶
func (b *FlunderApplyConfiguration) WithCreationTimestamp(value metav1.Time) *FlunderApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp 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 CreationTimestamp field is set to the value of the last call.
func (*FlunderApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *FlunderApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *FlunderApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds 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 DeletionGracePeriodSeconds field is set to the value of the last call.
func (*FlunderApplyConfiguration) WithDeletionTimestamp ¶
func (b *FlunderApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *FlunderApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp 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 DeletionTimestamp field is set to the value of the last call.
func (*FlunderApplyConfiguration) WithFinalizers ¶
func (b *FlunderApplyConfiguration) WithFinalizers(values ...string) *FlunderApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*FlunderApplyConfiguration) WithGenerateName ¶
func (b *FlunderApplyConfiguration) WithGenerateName(value string) *FlunderApplyConfiguration
WithGenerateName sets the GenerateName 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 GenerateName field is set to the value of the last call.
func (*FlunderApplyConfiguration) WithGeneration ¶
func (b *FlunderApplyConfiguration) WithGeneration(value int64) *FlunderApplyConfiguration
WithGeneration sets the Generation 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 Generation field is set to the value of the last call.
func (*FlunderApplyConfiguration) WithKind ¶
func (b *FlunderApplyConfiguration) WithKind(value string) *FlunderApplyConfiguration
WithKind sets the Kind 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 Kind field is set to the value of the last call.
func (*FlunderApplyConfiguration) WithLabels ¶
func (b *FlunderApplyConfiguration) WithLabels(entries map[string]string) *FlunderApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*FlunderApplyConfiguration) WithName ¶
func (b *FlunderApplyConfiguration) WithName(value string) *FlunderApplyConfiguration
WithName sets the Name 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 Name field is set to the value of the last call.
func (*FlunderApplyConfiguration) WithNamespace ¶
func (b *FlunderApplyConfiguration) WithNamespace(value string) *FlunderApplyConfiguration
WithNamespace sets the Namespace 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 Namespace field is set to the value of the last call.
func (*FlunderApplyConfiguration) WithOwnerReferences ¶
func (b *FlunderApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *FlunderApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*FlunderApplyConfiguration) WithResourceVersion ¶
func (b *FlunderApplyConfiguration) WithResourceVersion(value string) *FlunderApplyConfiguration
WithResourceVersion sets the ResourceVersion 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 ResourceVersion field is set to the value of the last call.
func (*FlunderApplyConfiguration) WithSpec ¶
func (b *FlunderApplyConfiguration) WithSpec(value *FlunderSpecApplyConfiguration) *FlunderApplyConfiguration
WithSpec sets the Spec 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 Spec field is set to the value of the last call.
func (*FlunderApplyConfiguration) WithStatus ¶
func (b *FlunderApplyConfiguration) WithStatus(value wardlev1beta1.FlunderStatus) *FlunderApplyConfiguration
WithStatus sets the Status 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 Status field is set to the value of the last call.
func (*FlunderApplyConfiguration) WithUID ¶
func (b *FlunderApplyConfiguration) WithUID(value types.UID) *FlunderApplyConfiguration
WithUID sets the UID 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 UID field is set to the value of the last call.
type FlunderSpecApplyConfiguration ¶
type FlunderSpecApplyConfiguration struct { FlunderReference *string `json:"flunderReference,omitempty"` FischerReference *string `json:"fischerReference,omitempty"` ReferenceType *v1beta1.ReferenceType `json:"referenceType,omitempty"` }
FlunderSpecApplyConfiguration represents an declarative configuration of the FlunderSpec type for use with apply.
func FlunderSpec ¶
func FlunderSpec() *FlunderSpecApplyConfiguration
FlunderSpecApplyConfiguration constructs an declarative configuration of the FlunderSpec type for use with apply.
func (*FlunderSpecApplyConfiguration) WithFischerReference ¶
func (b *FlunderSpecApplyConfiguration) WithFischerReference(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 (*FlunderSpecApplyConfiguration) WithFlunderReference ¶
func (b *FlunderSpecApplyConfiguration) WithFlunderReference(value string) *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 (*FlunderSpecApplyConfiguration) WithReferenceType ¶
func (b *FlunderSpecApplyConfiguration) WithReferenceType(value v1beta1.ReferenceType) *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.