v1beta1

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvMappingApplyConfiguration

type EnvMappingApplyConfiguration struct {
	Name *string `json:"name,omitempty"`
	Key  *string `json:"key,omitempty"`
}

EnvMappingApplyConfiguration represents an declarative configuration of the EnvMapping type for use with apply.

func EnvMapping

func EnvMapping() *EnvMappingApplyConfiguration

EnvMappingApplyConfiguration constructs an declarative configuration of the EnvMapping type for use with apply.

func (*EnvMappingApplyConfiguration) WithKey

WithKey sets the Key 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 Key field is set to the value of the last call.

func (*EnvMappingApplyConfiguration) WithName

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.

type ServiceBindingApplyConfiguration

type ServiceBindingApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *ServiceBindingSpecApplyConfiguration   `json:"spec,omitempty"`
	Status                           *ServiceBindingStatusApplyConfiguration `json:"status,omitempty"`
}

ServiceBindingApplyConfiguration represents an declarative configuration of the ServiceBinding type for use with apply.

func ServiceBinding

func ServiceBinding(name, namespace string) *ServiceBindingApplyConfiguration

ServiceBinding constructs an declarative configuration of the ServiceBinding type for use with apply.

func (*ServiceBindingApplyConfiguration) WithAPIVersion

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 (*ServiceBindingApplyConfiguration) WithAnnotations

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 (*ServiceBindingApplyConfiguration) WithCreationTimestamp

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 (*ServiceBindingApplyConfiguration) WithDeletionGracePeriodSeconds

func (b *ServiceBindingApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *ServiceBindingApplyConfiguration

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 (*ServiceBindingApplyConfiguration) WithDeletionTimestamp

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 (*ServiceBindingApplyConfiguration) WithFinalizers

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 (*ServiceBindingApplyConfiguration) WithGenerateName

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 (*ServiceBindingApplyConfiguration) WithGeneration

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 (*ServiceBindingApplyConfiguration) WithKind

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 (*ServiceBindingApplyConfiguration) WithLabels

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 (*ServiceBindingApplyConfiguration) WithName

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 (*ServiceBindingApplyConfiguration) WithNamespace

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 (*ServiceBindingApplyConfiguration) WithOwnerReferences

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 (*ServiceBindingApplyConfiguration) WithResourceVersion

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 (*ServiceBindingApplyConfiguration) WithSpec

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 (*ServiceBindingApplyConfiguration) WithStatus

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 (*ServiceBindingApplyConfiguration) WithUID

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 ServiceBindingSecretReferenceApplyConfiguration

type ServiceBindingSecretReferenceApplyConfiguration struct {
	Name *string `json:"name,omitempty"`
}

ServiceBindingSecretReferenceApplyConfiguration represents an declarative configuration of the ServiceBindingSecretReference type for use with apply.

func ServiceBindingSecretReference

func ServiceBindingSecretReference() *ServiceBindingSecretReferenceApplyConfiguration

ServiceBindingSecretReferenceApplyConfiguration constructs an declarative configuration of the ServiceBindingSecretReference type for use with apply.

func (*ServiceBindingSecretReferenceApplyConfiguration) WithName

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.

type ServiceBindingServiceReferenceApplyConfiguration

type ServiceBindingServiceReferenceApplyConfiguration struct {
	APIVersion *string `json:"apiVersion,omitempty"`
	Kind       *string `json:"kind,omitempty"`
	Name       *string `json:"name,omitempty"`
}

ServiceBindingServiceReferenceApplyConfiguration represents an declarative configuration of the ServiceBindingServiceReference type for use with apply.

func ServiceBindingServiceReference

func ServiceBindingServiceReference() *ServiceBindingServiceReferenceApplyConfiguration

ServiceBindingServiceReferenceApplyConfiguration constructs an declarative configuration of the ServiceBindingServiceReference type for use with apply.

func (*ServiceBindingServiceReferenceApplyConfiguration) WithAPIVersion

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 (*ServiceBindingServiceReferenceApplyConfiguration) WithKind

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 (*ServiceBindingServiceReferenceApplyConfiguration) WithName

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.

type ServiceBindingSpecApplyConfiguration

type ServiceBindingSpecApplyConfiguration struct {
	Name     *string                                            `json:"name,omitempty"`
	Type     *string                                            `json:"type,omitempty"`
	Provider *string                                            `json:"provider,omitempty"`
	Workload *ServiceBindingWorkloadReferenceApplyConfiguration `json:"workload,omitempty"`
	Service  *ServiceBindingServiceReferenceApplyConfiguration  `json:"service,omitempty"`
	Env      []EnvMappingApplyConfiguration                     `json:"env,omitempty"`
}

ServiceBindingSpecApplyConfiguration represents an declarative configuration of the ServiceBindingSpec type for use with apply.

func ServiceBindingSpec

func ServiceBindingSpec() *ServiceBindingSpecApplyConfiguration

ServiceBindingSpecApplyConfiguration constructs an declarative configuration of the ServiceBindingSpec type for use with apply.

func (*ServiceBindingSpecApplyConfiguration) WithEnv

WithEnv adds the given value to the Env 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 Env field.

func (*ServiceBindingSpecApplyConfiguration) WithName

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 (*ServiceBindingSpecApplyConfiguration) WithProvider

WithProvider sets the Provider 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 Provider field is set to the value of the last call.

func (*ServiceBindingSpecApplyConfiguration) WithService

WithService sets the Service 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 Service field is set to the value of the last call.

func (*ServiceBindingSpecApplyConfiguration) WithType

WithType sets the Type 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 Type field is set to the value of the last call.

func (*ServiceBindingSpecApplyConfiguration) WithWorkload

WithWorkload sets the Workload 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 Workload field is set to the value of the last call.

type ServiceBindingStatusApplyConfiguration

type ServiceBindingStatusApplyConfiguration struct {
	ObservedGeneration *int64                                           `json:"observedGeneration,omitempty"`
	Conditions         []v1.Condition                                   `json:"conditions,omitempty"`
	Binding            *ServiceBindingSecretReferenceApplyConfiguration `json:"binding,omitempty"`
}

ServiceBindingStatusApplyConfiguration represents an declarative configuration of the ServiceBindingStatus type for use with apply.

func ServiceBindingStatus

func ServiceBindingStatus() *ServiceBindingStatusApplyConfiguration

ServiceBindingStatusApplyConfiguration constructs an declarative configuration of the ServiceBindingStatus type for use with apply.

func (*ServiceBindingStatusApplyConfiguration) WithBinding

WithBinding sets the Binding 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 Binding field is set to the value of the last call.

func (*ServiceBindingStatusApplyConfiguration) WithConditions

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 (*ServiceBindingStatusApplyConfiguration) WithObservedGeneration

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.

type ServiceBindingWorkloadReferenceApplyConfiguration

type ServiceBindingWorkloadReferenceApplyConfiguration struct {
	APIVersion *string           `json:"apiVersion,omitempty"`
	Kind       *string           `json:"kind,omitempty"`
	Name       *string           `json:"name,omitempty"`
	Selector   *v1.LabelSelector `json:"selector,omitempty"`
	Containers []string          `json:"containers,omitempty"`
}

ServiceBindingWorkloadReferenceApplyConfiguration represents an declarative configuration of the ServiceBindingWorkloadReference type for use with apply.

func ServiceBindingWorkloadReference

func ServiceBindingWorkloadReference() *ServiceBindingWorkloadReferenceApplyConfiguration

ServiceBindingWorkloadReferenceApplyConfiguration constructs an declarative configuration of the ServiceBindingWorkloadReference type for use with apply.

func (*ServiceBindingWorkloadReferenceApplyConfiguration) WithAPIVersion

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 (*ServiceBindingWorkloadReferenceApplyConfiguration) WithContainers

WithContainers adds the given value to the Containers 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 Containers field.

func (*ServiceBindingWorkloadReferenceApplyConfiguration) WithKind

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 (*ServiceBindingWorkloadReferenceApplyConfiguration) WithName

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 (*ServiceBindingWorkloadReferenceApplyConfiguration) WithSelector

WithSelector sets the Selector 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 Selector field is set to the value of the last call.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL