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