v1alpha1

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartMetaApplyConfiguration added in v0.0.6

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

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

func ChartMeta added in v0.0.6

func ChartMeta() *ChartMetaApplyConfiguration

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

func (*ChartMetaApplyConfiguration) WithName added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 an declarative configuration of the ChartSpec type for use with apply.

func ChartSpec added in v0.0.6

func ChartSpec() *ChartSpecApplyConfiguration

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

func (*ChartSpecApplyConfiguration) WithName added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 DaprChartApplyConfiguration added in v0.0.6

type DaprChartApplyConfiguration struct {
	RepoURL *string `json:"repoUrl,omitempty"`
	Name    *string `json:"name,omitempty"`
	Version *string `json:"version,omitempty"`
}

DaprChartApplyConfiguration represents an declarative configuration of the DaprChart type for use with apply.

func DaprChart added in v0.0.6

func DaprChart() *DaprChartApplyConfiguration

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

func (*DaprChartApplyConfiguration) WithName added in v0.0.6

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 (*DaprChartApplyConfiguration) WithRepoURL added in v0.0.6

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

func (*DaprChartApplyConfiguration) WithVersion added in v0.0.6

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 DaprChartMetaApplyConfiguration added in v0.0.6

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

DaprChartMetaApplyConfiguration represents an declarative configuration of the DaprChartMeta type for use with apply.

func DaprChartMeta added in v0.0.6

func DaprChartMeta() *DaprChartMetaApplyConfiguration

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

func (*DaprChartMetaApplyConfiguration) WithName added in v0.0.6

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 (*DaprChartMetaApplyConfiguration) WithRepo added in v0.0.6

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 (*DaprChartMetaApplyConfiguration) WithVersion added in v0.0.6

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 DaprChartSpecApplyConfiguration added in v0.0.6

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

DaprChartSpecApplyConfiguration represents an declarative configuration of the DaprChartSpec type for use with apply.

func DaprChartSpec added in v0.0.6

func DaprChartSpec() *DaprChartSpecApplyConfiguration

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

func (*DaprChartSpecApplyConfiguration) WithName added in v0.0.6

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 (*DaprChartSpecApplyConfiguration) WithRepo added in v0.0.6

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 (*DaprChartSpecApplyConfiguration) WithVersion added in v0.0.6

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 an declarative configuration of the DaprControlPlane type for use with apply.

func DaprControlPlane

func DaprControlPlane(name, namespace string) *DaprControlPlaneApplyConfiguration

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

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 an declarative configuration of the DaprControlPlaneSpec type for use with apply.

func DaprControlPlaneSpec

func DaprControlPlaneSpec() *DaprControlPlaneSpecApplyConfiguration

DaprControlPlaneSpecApplyConfiguration constructs an 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 {
	Phase              *string                      `json:"phase,omitempty"`
	Conditions         []v1.Condition               `json:"conditions,omitempty"`
	ObservedGeneration *int64                       `json:"observedGeneration,omitempty"`
	Chart              *ChartMetaApplyConfiguration `json:"chart,omitempty"`
}

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

func DaprControlPlaneStatus

func DaprControlPlaneStatus() *DaprControlPlaneStatusApplyConfiguration

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

func (*DaprControlPlaneStatusApplyConfiguration) WithChart added in v0.0.6

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 added in v0.0.6

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

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

func DaprCruiseControl added in v0.0.6

func DaprCruiseControl(name, namespace string) *DaprCruiseControlApplyConfiguration

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

func (*DaprCruiseControlApplyConfiguration) WithAPIVersion added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

type DaprCruiseControlStatusApplyConfiguration struct {
	Phase              *string                      `json:"phase,omitempty"`
	Conditions         []v1.Condition               `json:"conditions,omitempty"`
	ObservedGeneration *int64                       `json:"observedGeneration,omitempty"`
	Chart              *ChartMetaApplyConfiguration `json:"chart,omitempty"`
}

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

func DaprCruiseControlStatus added in v0.0.6

func DaprCruiseControlStatus() *DaprCruiseControlStatusApplyConfiguration

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

func (*DaprCruiseControlStatusApplyConfiguration) WithChart added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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

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

func DaprInstance added in v0.0.6

func DaprInstance(name, namespace string) *DaprInstanceApplyConfiguration

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

func (*DaprInstanceApplyConfiguration) WithAPIVersion added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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

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

func DaprInstanceSpec added in v0.0.6

func DaprInstanceSpec() *DaprInstanceSpecApplyConfiguration

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

func (*DaprInstanceSpecApplyConfiguration) WithChart added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

type DaprInstanceStatusApplyConfiguration struct {
	Phase              *string                      `json:"phase,omitempty"`
	Conditions         []v1.Condition               `json:"conditions,omitempty"`
	ObservedGeneration *int64                       `json:"observedGeneration,omitempty"`
	Chart              *ChartMetaApplyConfiguration `json:"chart,omitempty"`
}

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

func DaprInstanceStatus added in v0.0.6

func DaprInstanceStatus() *DaprInstanceStatusApplyConfiguration

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

func (*DaprInstanceStatusApplyConfiguration) WithChart added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 added in v0.0.6

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 {
	v1alpha1.RawMessage `json:",inline"`
}

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

func JSON

func JSON() *JSONApplyConfiguration

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

Jump to

Keyboard shortcuts

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