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