Documentation ¶
Index ¶
- type FlowApplyConfiguration
- type IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithAPIVersion(value string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithAnnotations(entries map[string]string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithFinalizers(values ...string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithGenerateName(value string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithGeneration(value int64) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithKind(value string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithLabels(entries map[string]string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithName(value string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithNamespace(value string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithResourceVersion(value string) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithSpec(value *IntegrationSpecApplyConfiguration) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithStatus(value *IntegrationStatusApplyConfiguration) *IntegrationApplyConfiguration
- func (b *IntegrationApplyConfiguration) WithUID(value types.UID) *IntegrationApplyConfiguration
- type IntegrationSpecApplyConfiguration
- type IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithConditions(values ...*v1.ConditionApplyConfiguration) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithObservedGeneration(value int64) *IntegrationStatusApplyConfiguration
- func (b *IntegrationStatusApplyConfiguration) WithPhase(value string) *IntegrationStatusApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowApplyConfiguration ¶
type FlowApplyConfiguration struct {
v2alpha1.RawMessage `json:",inline"`
}
FlowApplyConfiguration represents an declarative configuration of the Flow type for use with apply.
func Flow ¶
func Flow() *FlowApplyConfiguration
FlowApplyConfiguration constructs an declarative configuration of the Flow type for use with apply.
type IntegrationApplyConfiguration ¶
type IntegrationApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *IntegrationSpecApplyConfiguration `json:"spec,omitempty"` Status *IntegrationStatusApplyConfiguration `json:"status,omitempty"` }
IntegrationApplyConfiguration represents an declarative configuration of the Integration type for use with apply.
func Integration ¶
func Integration(name, namespace string) *IntegrationApplyConfiguration
Integration constructs an declarative configuration of the Integration type for use with apply.
func (*IntegrationApplyConfiguration) WithAPIVersion ¶
func (b *IntegrationApplyConfiguration) WithAPIVersion(value string) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithAnnotations ¶
func (b *IntegrationApplyConfiguration) WithAnnotations(entries map[string]string) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithCreationTimestamp ¶
func (b *IntegrationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *IntegrationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithDeletionTimestamp ¶
func (b *IntegrationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithFinalizers ¶
func (b *IntegrationApplyConfiguration) WithFinalizers(values ...string) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithGenerateName ¶
func (b *IntegrationApplyConfiguration) WithGenerateName(value string) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithGeneration ¶
func (b *IntegrationApplyConfiguration) WithGeneration(value int64) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithKind ¶
func (b *IntegrationApplyConfiguration) WithKind(value string) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithLabels ¶
func (b *IntegrationApplyConfiguration) WithLabels(entries map[string]string) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithName ¶
func (b *IntegrationApplyConfiguration) WithName(value string) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithNamespace ¶
func (b *IntegrationApplyConfiguration) WithNamespace(value string) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithOwnerReferences ¶
func (b *IntegrationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithResourceVersion ¶
func (b *IntegrationApplyConfiguration) WithResourceVersion(value string) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithSpec ¶
func (b *IntegrationApplyConfiguration) WithSpec(value *IntegrationSpecApplyConfiguration) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithStatus ¶
func (b *IntegrationApplyConfiguration) WithStatus(value *IntegrationStatusApplyConfiguration) *IntegrationApplyConfiguration
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 (*IntegrationApplyConfiguration) WithUID ¶
func (b *IntegrationApplyConfiguration) WithUID(value types.UID) *IntegrationApplyConfiguration
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 IntegrationSpecApplyConfiguration ¶
type IntegrationSpecApplyConfiguration struct {
Flows []FlowApplyConfiguration `json:"flows,omitempty"`
}
IntegrationSpecApplyConfiguration represents an declarative configuration of the IntegrationSpec type for use with apply.
func IntegrationSpec ¶
func IntegrationSpec() *IntegrationSpecApplyConfiguration
IntegrationSpecApplyConfiguration constructs an declarative configuration of the IntegrationSpec type for use with apply.
func (*IntegrationSpecApplyConfiguration) WithFlows ¶
func (b *IntegrationSpecApplyConfiguration) WithFlows(values ...*FlowApplyConfiguration) *IntegrationSpecApplyConfiguration
WithFlows adds the given value to the Flows 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 Flows field.
type IntegrationStatusApplyConfiguration ¶
type IntegrationStatusApplyConfiguration struct { Phase *string `json:"phase,omitempty"` Conditions []v1.ConditionApplyConfiguration `json:"conditions,omitempty"` ObservedGeneration *int64 `json:"observedGeneration,omitempty"` }
IntegrationStatusApplyConfiguration represents an declarative configuration of the IntegrationStatus type for use with apply.
func IntegrationStatus ¶
func IntegrationStatus() *IntegrationStatusApplyConfiguration
IntegrationStatusApplyConfiguration constructs an declarative configuration of the IntegrationStatus type for use with apply.
func (*IntegrationStatusApplyConfiguration) WithConditions ¶
func (b *IntegrationStatusApplyConfiguration) WithConditions(values ...*v1.ConditionApplyConfiguration) *IntegrationStatusApplyConfiguration
WithConditions adds the given value to the Conditions 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 Conditions field.
func (*IntegrationStatusApplyConfiguration) WithObservedGeneration ¶
func (b *IntegrationStatusApplyConfiguration) WithObservedGeneration(value int64) *IntegrationStatusApplyConfiguration
WithObservedGeneration sets the ObservedGeneration 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 ObservedGeneration field is set to the value of the last call.
func (*IntegrationStatusApplyConfiguration) WithPhase ¶
func (b *IntegrationStatusApplyConfiguration) WithPhase(value string) *IntegrationStatusApplyConfiguration
WithPhase sets the Phase 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 Phase field is set to the value of the last call.