v1alpha1

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartMetaApplyConfiguration

type ChartMetaApplyConfiguration struct {
	Repo    *string `json:"repo,omitempty"`
	Name    *string `json:"name,omitempty"`
	Version *string `json:"version,omitempty"`
}

ChartMetaApplyConfiguration represents a declarative configuration of the ChartMeta type for use with apply.

func ChartMeta

func ChartMeta() *ChartMetaApplyConfiguration

ChartMetaApplyConfiguration constructs a declarative configuration of the ChartMeta type for use with apply.

func (*ChartMetaApplyConfiguration) 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 (*ChartMetaApplyConfiguration) WithRepo

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

func (*ChartMetaApplyConfiguration) WithVersion

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

type ChartSpecApplyConfiguration

type ChartSpecApplyConfiguration struct {
	Repo    *string `json:"repo,omitempty"`
	Name    *string `json:"name,omitempty"`
	Version *string `json:"version,omitempty"`
	Secret  *string `json:"secret,omitempty"`
}

ChartSpecApplyConfiguration represents a declarative configuration of the ChartSpec type for use with apply.

func ChartSpec

func ChartSpec() *ChartSpecApplyConfiguration

ChartSpecApplyConfiguration constructs a declarative configuration of the ChartSpec type for use with apply.

func (*ChartSpecApplyConfiguration) 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 (*ChartSpecApplyConfiguration) WithRepo

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

func (*ChartSpecApplyConfiguration) WithSecret

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

func (*ChartSpecApplyConfiguration) WithVersion

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

type DaprControlPlaneApplyConfiguration

type DaprControlPlaneApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *DaprControlPlaneSpecApplyConfiguration   `json:"spec,omitempty"`
	Status                           *DaprControlPlaneStatusApplyConfiguration `json:"status,omitempty"`
}

DaprControlPlaneApplyConfiguration represents a declarative configuration of the DaprControlPlane type for use with apply.

func DaprControlPlane

func DaprControlPlane(name, namespace string) *DaprControlPlaneApplyConfiguration

DaprControlPlane constructs a declarative configuration of the DaprControlPlane type for use with apply.

func ExtractDaprControlPlane added in v0.0.10

func ExtractDaprControlPlane(daprControlPlane *operatorv1alpha1.DaprControlPlane, fieldManager string) (*DaprControlPlaneApplyConfiguration, error)

ExtractDaprControlPlane extracts the applied configuration owned by fieldManager from daprControlPlane. If no managedFields are found in daprControlPlane for fieldManager, a DaprControlPlaneApplyConfiguration is returned with only the Name, Namespace (if applicable), APIVersion and Kind populated. It is possible that no managed fields were found for because other field managers have taken ownership of all the fields previously owned by fieldManager, or because the fieldManager never owned fields any fields. daprControlPlane must be a unmodified DaprControlPlane API object that was retrieved from the Kubernetes API. ExtractDaprControlPlane provides a way to perform a extract/modify-in-place/apply workflow. Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously applied if another fieldManager has updated or force applied any of the previously applied fields. Experimental!

func ExtractDaprControlPlaneStatus added in v0.0.10

func ExtractDaprControlPlaneStatus(daprControlPlane *operatorv1alpha1.DaprControlPlane, fieldManager string) (*DaprControlPlaneApplyConfiguration, error)

ExtractDaprControlPlaneStatus is the same as ExtractDaprControlPlane except that it extracts the status subresource applied configuration. Experimental!

func (*DaprControlPlaneApplyConfiguration) GetAPIVersion added in v0.0.12

func (b *DaprControlPlaneApplyConfiguration) GetAPIVersion() *string

GetAPIVersion retrieves the value of the APIVersion field in the declarative configuration.

func (*DaprControlPlaneApplyConfiguration) GetKind added in v0.0.12

GetKind retrieves the value of the Kind field in the declarative configuration.

func (*DaprControlPlaneApplyConfiguration) GetName added in v0.0.10

GetName retrieves the value of the Name field in the declarative configuration.

func (*DaprControlPlaneApplyConfiguration) GetNamespace added in v0.0.12

func (b *DaprControlPlaneApplyConfiguration) GetNamespace() *string

GetNamespace retrieves the value of the Namespace field in the declarative configuration.

func (DaprControlPlaneApplyConfiguration) IsApplyConfiguration added in v0.0.12

func (b DaprControlPlaneApplyConfiguration) IsApplyConfiguration()

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

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

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 (*DaprControlPlaneApplyConfiguration) 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 (*DaprControlPlaneApplyConfiguration) 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 (*DaprControlPlaneApplyConfiguration) 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 (*DaprControlPlaneApplyConfiguration) 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 (*DaprControlPlaneApplyConfiguration) 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 (*DaprControlPlaneApplyConfiguration) 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 (*DaprControlPlaneApplyConfiguration) 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 (*DaprControlPlaneApplyConfiguration) 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 (*DaprControlPlaneApplyConfiguration) 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 (*DaprControlPlaneApplyConfiguration) 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 (*DaprControlPlaneApplyConfiguration) 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 (*DaprControlPlaneApplyConfiguration) 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 (*DaprControlPlaneApplyConfiguration) 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 DaprControlPlaneSpecApplyConfiguration

type DaprControlPlaneSpecApplyConfiguration struct {
	Values *JSONApplyConfiguration `json:"values,omitempty"`
}

DaprControlPlaneSpecApplyConfiguration represents a declarative configuration of the DaprControlPlaneSpec type for use with apply.

func DaprControlPlaneSpec

func DaprControlPlaneSpec() *DaprControlPlaneSpecApplyConfiguration

DaprControlPlaneSpecApplyConfiguration constructs a declarative configuration of the DaprControlPlaneSpec type for use with apply.

func (*DaprControlPlaneSpecApplyConfiguration) WithValues

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

type DaprControlPlaneStatusApplyConfiguration

type DaprControlPlaneStatusApplyConfiguration struct {
	StatusApplyConfiguration `json:",inline"`
	Chart                    *ChartMetaApplyConfiguration `json:"chart,omitempty"`
}

DaprControlPlaneStatusApplyConfiguration represents a declarative configuration of the DaprControlPlaneStatus type for use with apply.

func DaprControlPlaneStatus

func DaprControlPlaneStatus() *DaprControlPlaneStatusApplyConfiguration

DaprControlPlaneStatusApplyConfiguration constructs a declarative configuration of the DaprControlPlaneStatus type for use with apply.

func (*DaprControlPlaneStatusApplyConfiguration) WithChart

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

func (*DaprControlPlaneStatusApplyConfiguration) 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 (*DaprControlPlaneStatusApplyConfiguration) 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.

func (*DaprControlPlaneStatusApplyConfiguration) WithPhase

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.

type DaprCruiseControlApplyConfiguration

type DaprCruiseControlApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *operatorv1alpha1.DaprCruiseControlSpec    `json:"spec,omitempty"`
	Status                           *DaprCruiseControlStatusApplyConfiguration `json:"status,omitempty"`
}

DaprCruiseControlApplyConfiguration represents a declarative configuration of the DaprCruiseControl type for use with apply.

func DaprCruiseControl

func DaprCruiseControl(name, namespace string) *DaprCruiseControlApplyConfiguration

DaprCruiseControl constructs a declarative configuration of the DaprCruiseControl type for use with apply.

func ExtractDaprCruiseControl added in v0.0.10

func ExtractDaprCruiseControl(daprCruiseControl *operatorv1alpha1.DaprCruiseControl, fieldManager string) (*DaprCruiseControlApplyConfiguration, error)

ExtractDaprCruiseControl extracts the applied configuration owned by fieldManager from daprCruiseControl. If no managedFields are found in daprCruiseControl for fieldManager, a DaprCruiseControlApplyConfiguration is returned with only the Name, Namespace (if applicable), APIVersion and Kind populated. It is possible that no managed fields were found for because other field managers have taken ownership of all the fields previously owned by fieldManager, or because the fieldManager never owned fields any fields. daprCruiseControl must be a unmodified DaprCruiseControl API object that was retrieved from the Kubernetes API. ExtractDaprCruiseControl provides a way to perform a extract/modify-in-place/apply workflow. Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously applied if another fieldManager has updated or force applied any of the previously applied fields. Experimental!

func ExtractDaprCruiseControlStatus added in v0.0.10

func ExtractDaprCruiseControlStatus(daprCruiseControl *operatorv1alpha1.DaprCruiseControl, fieldManager string) (*DaprCruiseControlApplyConfiguration, error)

ExtractDaprCruiseControlStatus is the same as ExtractDaprCruiseControl except that it extracts the status subresource applied configuration. Experimental!

func (*DaprCruiseControlApplyConfiguration) GetAPIVersion added in v0.0.12

func (b *DaprCruiseControlApplyConfiguration) GetAPIVersion() *string

GetAPIVersion retrieves the value of the APIVersion field in the declarative configuration.

func (*DaprCruiseControlApplyConfiguration) GetKind added in v0.0.12

GetKind retrieves the value of the Kind field in the declarative configuration.

func (*DaprCruiseControlApplyConfiguration) GetName added in v0.0.10

GetName retrieves the value of the Name field in the declarative configuration.

func (*DaprCruiseControlApplyConfiguration) GetNamespace added in v0.0.12

func (b *DaprCruiseControlApplyConfiguration) GetNamespace() *string

GetNamespace retrieves the value of the Namespace field in the declarative configuration.

func (DaprCruiseControlApplyConfiguration) IsApplyConfiguration added in v0.0.12

func (b DaprCruiseControlApplyConfiguration) IsApplyConfiguration()

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

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

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 (*DaprCruiseControlApplyConfiguration) 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 (*DaprCruiseControlApplyConfiguration) 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 (*DaprCruiseControlApplyConfiguration) 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 (*DaprCruiseControlApplyConfiguration) 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 (*DaprCruiseControlApplyConfiguration) 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 (*DaprCruiseControlApplyConfiguration) 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 (*DaprCruiseControlApplyConfiguration) 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 (*DaprCruiseControlApplyConfiguration) 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 (*DaprCruiseControlApplyConfiguration) 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 (*DaprCruiseControlApplyConfiguration) 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 (*DaprCruiseControlApplyConfiguration) 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 (*DaprCruiseControlApplyConfiguration) 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 (*DaprCruiseControlApplyConfiguration) 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 DaprCruiseControlStatusApplyConfiguration

type DaprCruiseControlStatusApplyConfiguration struct {
	StatusApplyConfiguration `json:",inline"`
	Chart                    *ChartMetaApplyConfiguration `json:"chart,omitempty"`
}

DaprCruiseControlStatusApplyConfiguration represents a declarative configuration of the DaprCruiseControlStatus type for use with apply.

func DaprCruiseControlStatus

func DaprCruiseControlStatus() *DaprCruiseControlStatusApplyConfiguration

DaprCruiseControlStatusApplyConfiguration constructs a declarative configuration of the DaprCruiseControlStatus type for use with apply.

func (*DaprCruiseControlStatusApplyConfiguration) WithChart

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

func (*DaprCruiseControlStatusApplyConfiguration) 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 (*DaprCruiseControlStatusApplyConfiguration) 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.

func (*DaprCruiseControlStatusApplyConfiguration) WithPhase

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.

type DaprInstanceApplyConfiguration

type DaprInstanceApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *DaprInstanceSpecApplyConfiguration   `json:"spec,omitempty"`
	Status                           *DaprInstanceStatusApplyConfiguration `json:"status,omitempty"`
}

DaprInstanceApplyConfiguration represents a declarative configuration of the DaprInstance type for use with apply.

func DaprInstance

func DaprInstance(name, namespace string) *DaprInstanceApplyConfiguration

DaprInstance constructs a declarative configuration of the DaprInstance type for use with apply.

func ExtractDaprInstance added in v0.0.10

func ExtractDaprInstance(daprInstance *operatorv1alpha1.DaprInstance, fieldManager string) (*DaprInstanceApplyConfiguration, error)

ExtractDaprInstance extracts the applied configuration owned by fieldManager from daprInstance. If no managedFields are found in daprInstance for fieldManager, a DaprInstanceApplyConfiguration is returned with only the Name, Namespace (if applicable), APIVersion and Kind populated. It is possible that no managed fields were found for because other field managers have taken ownership of all the fields previously owned by fieldManager, or because the fieldManager never owned fields any fields. daprInstance must be a unmodified DaprInstance API object that was retrieved from the Kubernetes API. ExtractDaprInstance provides a way to perform a extract/modify-in-place/apply workflow. Note that an extracted apply configuration will contain fewer fields than what the fieldManager previously applied if another fieldManager has updated or force applied any of the previously applied fields. Experimental!

func ExtractDaprInstanceStatus added in v0.0.10

func ExtractDaprInstanceStatus(daprInstance *operatorv1alpha1.DaprInstance, fieldManager string) (*DaprInstanceApplyConfiguration, error)

ExtractDaprInstanceStatus is the same as ExtractDaprInstance except that it extracts the status subresource applied configuration. Experimental!

func (*DaprInstanceApplyConfiguration) GetAPIVersion added in v0.0.12

func (b *DaprInstanceApplyConfiguration) GetAPIVersion() *string

GetAPIVersion retrieves the value of the APIVersion field in the declarative configuration.

func (*DaprInstanceApplyConfiguration) GetKind added in v0.0.12

func (b *DaprInstanceApplyConfiguration) GetKind() *string

GetKind retrieves the value of the Kind field in the declarative configuration.

func (*DaprInstanceApplyConfiguration) GetName added in v0.0.10

func (b *DaprInstanceApplyConfiguration) GetName() *string

GetName retrieves the value of the Name field in the declarative configuration.

func (*DaprInstanceApplyConfiguration) GetNamespace added in v0.0.12

func (b *DaprInstanceApplyConfiguration) GetNamespace() *string

GetNamespace retrieves the value of the Namespace field in the declarative configuration.

func (DaprInstanceApplyConfiguration) IsApplyConfiguration added in v0.0.12

func (b DaprInstanceApplyConfiguration) IsApplyConfiguration()

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

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

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 (*DaprInstanceApplyConfiguration) 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 (*DaprInstanceApplyConfiguration) 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 (*DaprInstanceApplyConfiguration) 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 (*DaprInstanceApplyConfiguration) 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 (*DaprInstanceApplyConfiguration) 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 (*DaprInstanceApplyConfiguration) 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 (*DaprInstanceApplyConfiguration) 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 (*DaprInstanceApplyConfiguration) 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 (*DaprInstanceApplyConfiguration) 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 (*DaprInstanceApplyConfiguration) 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 (*DaprInstanceApplyConfiguration) 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 (*DaprInstanceApplyConfiguration) 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 (*DaprInstanceApplyConfiguration) 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 DaprInstanceSpecApplyConfiguration

type DaprInstanceSpecApplyConfiguration struct {
	Chart  *ChartSpecApplyConfiguration `json:"chart,omitempty"`
	Values *JSONApplyConfiguration      `json:"values,omitempty"`
}

DaprInstanceSpecApplyConfiguration represents a declarative configuration of the DaprInstanceSpec type for use with apply.

func DaprInstanceSpec

func DaprInstanceSpec() *DaprInstanceSpecApplyConfiguration

DaprInstanceSpecApplyConfiguration constructs a declarative configuration of the DaprInstanceSpec type for use with apply.

func (*DaprInstanceSpecApplyConfiguration) WithChart

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

func (*DaprInstanceSpecApplyConfiguration) WithValues

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

type DaprInstanceStatusApplyConfiguration

type DaprInstanceStatusApplyConfiguration struct {
	StatusApplyConfiguration `json:",inline"`
	Chart                    *ChartMetaApplyConfiguration `json:"chart,omitempty"`
}

DaprInstanceStatusApplyConfiguration represents a declarative configuration of the DaprInstanceStatus type for use with apply.

func DaprInstanceStatus

func DaprInstanceStatus() *DaprInstanceStatusApplyConfiguration

DaprInstanceStatusApplyConfiguration constructs a declarative configuration of the DaprInstanceStatus type for use with apply.

func (*DaprInstanceStatusApplyConfiguration) WithChart

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

func (*DaprInstanceStatusApplyConfiguration) 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 (*DaprInstanceStatusApplyConfiguration) 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.

func (*DaprInstanceStatusApplyConfiguration) WithPhase

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.

type JSONApplyConfiguration

type JSONApplyConfiguration struct {
	operatorv1alpha1.RawMessage `json:",inline"`
}

JSONApplyConfiguration represents a declarative configuration of the JSON type for use with apply.

func JSON

func JSON() *JSONApplyConfiguration

JSONApplyConfiguration constructs a declarative configuration of the JSON type for use with apply.

type StatusApplyConfiguration

type StatusApplyConfiguration struct {
	Phase              *string                          `json:"phase,omitempty"`
	Conditions         []v1.ConditionApplyConfiguration `json:"conditions,omitempty"`
	ObservedGeneration *int64                           `json:"observedGeneration,omitempty"`
}

StatusApplyConfiguration represents a declarative configuration of the Status type for use with apply.

func Status

func Status() *StatusApplyConfiguration

StatusApplyConfiguration constructs a declarative configuration of the Status type for use with apply.

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

func (b *StatusApplyConfiguration) WithObservedGeneration(value int64) *StatusApplyConfiguration

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 (*StatusApplyConfiguration) WithPhase

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.

Jump to

Keyboard shortcuts

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