Documentation
¶
Index ¶
- type RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithAPIVersion(value string) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithAnnotations(entries map[string]string) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithFinalizers(values ...string) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithGenerateName(value string) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithGeneration(value int64) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithKind(value string) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithLabels(entries map[string]string) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithName(value string) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithNamespace(value string) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithResourceVersion(value string) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithSpec(value v1alpha1.RedisDestination) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithStatus(value metav1alpha1.IstioStatus) *RedisDestinationApplyConfiguration
- func (b *RedisDestinationApplyConfiguration) WithUID(value types.UID) *RedisDestinationApplyConfiguration
- type RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithAPIVersion(value string) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithAnnotations(entries map[string]string) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithCreationTimestamp(value metav1.Time) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithFinalizers(values ...string) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithGenerateName(value string) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithGeneration(value int64) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithKind(value string) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithLabels(entries map[string]string) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithName(value string) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithNamespace(value string) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithResourceVersion(value string) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithSpec(value v1alpha1.RedisService) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithStatus(value metav1alpha1.IstioStatus) *RedisServiceApplyConfiguration
- func (b *RedisServiceApplyConfiguration) WithUID(value types.UID) *RedisServiceApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisDestinationApplyConfiguration ¶
type RedisDestinationApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *v1alpha1.RedisDestination `json:"spec,omitempty"` Status *metav1alpha1.IstioStatus `json:"status,omitempty"` }
RedisDestinationApplyConfiguration represents an declarative configuration of the RedisDestination type for use with apply.
func RedisDestination ¶
func RedisDestination(name, namespace string) *RedisDestinationApplyConfiguration
RedisDestination constructs an declarative configuration of the RedisDestination type for use with apply.
func (*RedisDestinationApplyConfiguration) WithAPIVersion ¶
func (b *RedisDestinationApplyConfiguration) WithAPIVersion(value string) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithAnnotations ¶
func (b *RedisDestinationApplyConfiguration) WithAnnotations(entries map[string]string) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithCreationTimestamp ¶
func (b *RedisDestinationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *RedisDestinationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithDeletionTimestamp ¶
func (b *RedisDestinationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithFinalizers ¶
func (b *RedisDestinationApplyConfiguration) WithFinalizers(values ...string) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithGenerateName ¶
func (b *RedisDestinationApplyConfiguration) WithGenerateName(value string) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithGeneration ¶
func (b *RedisDestinationApplyConfiguration) WithGeneration(value int64) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithKind ¶
func (b *RedisDestinationApplyConfiguration) WithKind(value string) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithLabels ¶
func (b *RedisDestinationApplyConfiguration) WithLabels(entries map[string]string) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithName ¶
func (b *RedisDestinationApplyConfiguration) WithName(value string) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithNamespace ¶
func (b *RedisDestinationApplyConfiguration) WithNamespace(value string) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithOwnerReferences ¶
func (b *RedisDestinationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithResourceVersion ¶
func (b *RedisDestinationApplyConfiguration) WithResourceVersion(value string) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithSpec ¶
func (b *RedisDestinationApplyConfiguration) WithSpec(value v1alpha1.RedisDestination) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithStatus ¶
func (b *RedisDestinationApplyConfiguration) WithStatus(value metav1alpha1.IstioStatus) *RedisDestinationApplyConfiguration
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 (*RedisDestinationApplyConfiguration) WithUID ¶
func (b *RedisDestinationApplyConfiguration) WithUID(value types.UID) *RedisDestinationApplyConfiguration
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 RedisServiceApplyConfiguration ¶
type RedisServiceApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *v1alpha1.RedisService `json:"spec,omitempty"` Status *metav1alpha1.IstioStatus `json:"status,omitempty"` }
RedisServiceApplyConfiguration represents an declarative configuration of the RedisService type for use with apply.
func RedisService ¶
func RedisService(name, namespace string) *RedisServiceApplyConfiguration
RedisService constructs an declarative configuration of the RedisService type for use with apply.
func (*RedisServiceApplyConfiguration) WithAPIVersion ¶
func (b *RedisServiceApplyConfiguration) WithAPIVersion(value string) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithAnnotations ¶
func (b *RedisServiceApplyConfiguration) WithAnnotations(entries map[string]string) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithCreationTimestamp ¶
func (b *RedisServiceApplyConfiguration) WithCreationTimestamp(value metav1.Time) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *RedisServiceApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithDeletionTimestamp ¶
func (b *RedisServiceApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithFinalizers ¶
func (b *RedisServiceApplyConfiguration) WithFinalizers(values ...string) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithGenerateName ¶
func (b *RedisServiceApplyConfiguration) WithGenerateName(value string) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithGeneration ¶
func (b *RedisServiceApplyConfiguration) WithGeneration(value int64) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithKind ¶
func (b *RedisServiceApplyConfiguration) WithKind(value string) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithLabels ¶
func (b *RedisServiceApplyConfiguration) WithLabels(entries map[string]string) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithName ¶
func (b *RedisServiceApplyConfiguration) WithName(value string) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithNamespace ¶
func (b *RedisServiceApplyConfiguration) WithNamespace(value string) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithOwnerReferences ¶
func (b *RedisServiceApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithResourceVersion ¶
func (b *RedisServiceApplyConfiguration) WithResourceVersion(value string) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithSpec ¶
func (b *RedisServiceApplyConfiguration) WithSpec(value v1alpha1.RedisService) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithStatus ¶
func (b *RedisServiceApplyConfiguration) WithStatus(value metav1alpha1.IstioStatus) *RedisServiceApplyConfiguration
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 (*RedisServiceApplyConfiguration) WithUID ¶
func (b *RedisServiceApplyConfiguration) WithUID(value types.UID) *RedisServiceApplyConfiguration
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.