Documentation ¶
Index ¶
- type FischerApplyConfiguration
- func (b *FischerApplyConfiguration) GetName() *string
- func (b *FischerApplyConfiguration) WithAPIVersion(value string) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithAnnotations(entries map[string]string) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithCreationTimestamp(value metav1.Time) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithDisallowedFlunders(values ...string) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithFinalizers(values ...string) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithGenerateName(value string) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithGeneration(value int64) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithKind(value string) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithLabels(entries map[string]string) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithName(value string) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithNamespace(value string) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithResourceVersion(value string) *FischerApplyConfiguration
- func (b *FischerApplyConfiguration) WithUID(value types.UID) *FischerApplyConfiguration
- type FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) GetName() *string
- 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 wardlev1alpha1.FlunderStatus) *FlunderApplyConfiguration
- func (b *FlunderApplyConfiguration) WithUID(value types.UID) *FlunderApplyConfiguration
- type FlunderSpecApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FischerApplyConfiguration ¶
type FischerApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` DisallowedFlunders []string `json:"disallowedFlunders,omitempty"` }
FischerApplyConfiguration represents a declarative configuration of the Fischer type for use with apply.
func Fischer ¶
func Fischer(name string) *FischerApplyConfiguration
Fischer constructs a declarative configuration of the Fischer type for use with apply.
func (*FischerApplyConfiguration) GetName ¶ added in v0.31.0
func (b *FischerApplyConfiguration) GetName() *string
GetName retrieves the value of the Name field in the declarative configuration.
func (*FischerApplyConfiguration) WithAPIVersion ¶
func (b *FischerApplyConfiguration) WithAPIVersion(value string) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithAnnotations ¶
func (b *FischerApplyConfiguration) WithAnnotations(entries map[string]string) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithCreationTimestamp ¶
func (b *FischerApplyConfiguration) WithCreationTimestamp(value metav1.Time) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *FischerApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithDeletionTimestamp ¶
func (b *FischerApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithDisallowedFlunders ¶
func (b *FischerApplyConfiguration) WithDisallowedFlunders(values ...string) *FischerApplyConfiguration
WithDisallowedFlunders adds the given value to the DisallowedFlunders 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 DisallowedFlunders field.
func (*FischerApplyConfiguration) WithFinalizers ¶
func (b *FischerApplyConfiguration) WithFinalizers(values ...string) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithGenerateName ¶
func (b *FischerApplyConfiguration) WithGenerateName(value string) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithGeneration ¶
func (b *FischerApplyConfiguration) WithGeneration(value int64) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithKind ¶
func (b *FischerApplyConfiguration) WithKind(value string) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithLabels ¶
func (b *FischerApplyConfiguration) WithLabels(entries map[string]string) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithName ¶
func (b *FischerApplyConfiguration) WithName(value string) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithNamespace ¶
func (b *FischerApplyConfiguration) WithNamespace(value string) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithOwnerReferences ¶
func (b *FischerApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithResourceVersion ¶
func (b *FischerApplyConfiguration) WithResourceVersion(value string) *FischerApplyConfiguration
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 (*FischerApplyConfiguration) WithUID ¶
func (b *FischerApplyConfiguration) WithUID(value types.UID) *FischerApplyConfiguration
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 FlunderApplyConfiguration ¶
type FlunderApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *FlunderSpecApplyConfiguration `json:"spec,omitempty"` Status *wardlev1alpha1.FlunderStatus `json:"status,omitempty"` }
FlunderApplyConfiguration represents a declarative configuration of the Flunder type for use with apply.
func Flunder ¶
func Flunder(name, namespace string) *FlunderApplyConfiguration
Flunder constructs a declarative configuration of the Flunder type for use with apply.
func (*FlunderApplyConfiguration) GetName ¶ added in v0.31.0
func (b *FlunderApplyConfiguration) GetName() *string
GetName retrieves the value of the Name field in the declarative configuration.
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 wardlev1alpha1.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 { Reference *string `json:"reference,omitempty"` ReferenceType *v1alpha1.ReferenceType `json:"referenceType,omitempty"` }
FlunderSpecApplyConfiguration represents a declarative configuration of the FlunderSpec type for use with apply.
func FlunderSpec ¶
func FlunderSpec() *FlunderSpecApplyConfiguration
FlunderSpecApplyConfiguration constructs a declarative configuration of the FlunderSpec type for use with apply.
func (*FlunderSpecApplyConfiguration) WithReference ¶
func (b *FlunderSpecApplyConfiguration) WithReference(value string) *FlunderSpecApplyConfiguration
WithReference sets the Reference 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 Reference field is set to the value of the last call.
func (*FlunderSpecApplyConfiguration) WithReferenceType ¶
func (b *FlunderSpecApplyConfiguration) WithReferenceType(value v1alpha1.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.