Documentation ¶
Index ¶
- type ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) GetName() *string
- func (b *ApplicationApplyConfiguration) WithAPIVersion(value string) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithAnnotations(entries map[string]string) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithFinalizers(values ...string) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithGenerateName(value string) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithGeneration(value int64) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithKind(value string) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithLabels(entries map[string]string) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithName(value string) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithNamespace(value string) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithResourceVersion(value string) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithSpec(value *ApplicationSpecApplyConfiguration) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithStatus(value appsv1alpha1.ApplicationStatus) *ApplicationApplyConfiguration
- func (b *ApplicationApplyConfiguration) WithUID(value types.UID) *ApplicationApplyConfiguration
- type ApplicationSpecApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationApplyConfiguration ¶
type ApplicationApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *ApplicationSpecApplyConfiguration `json:"spec,omitempty"` Status *appsv1alpha1.ApplicationStatus `json:"status,omitempty"` }
ApplicationApplyConfiguration represents a declarative configuration of the Application type for use with apply.
func Application ¶
func Application(name, namespace string) *ApplicationApplyConfiguration
Application constructs a declarative configuration of the Application type for use with apply.
func (*ApplicationApplyConfiguration) GetName ¶
func (b *ApplicationApplyConfiguration) GetName() *string
GetName retrieves the value of the Name field in the declarative configuration.
func (*ApplicationApplyConfiguration) WithAPIVersion ¶
func (b *ApplicationApplyConfiguration) WithAPIVersion(value string) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithAnnotations ¶
func (b *ApplicationApplyConfiguration) WithAnnotations(entries map[string]string) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithCreationTimestamp ¶
func (b *ApplicationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *ApplicationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithDeletionTimestamp ¶
func (b *ApplicationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithFinalizers ¶
func (b *ApplicationApplyConfiguration) WithFinalizers(values ...string) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithGenerateName ¶
func (b *ApplicationApplyConfiguration) WithGenerateName(value string) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithGeneration ¶
func (b *ApplicationApplyConfiguration) WithGeneration(value int64) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithKind ¶
func (b *ApplicationApplyConfiguration) WithKind(value string) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithLabels ¶
func (b *ApplicationApplyConfiguration) WithLabels(entries map[string]string) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithName ¶
func (b *ApplicationApplyConfiguration) WithName(value string) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithNamespace ¶
func (b *ApplicationApplyConfiguration) WithNamespace(value string) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithOwnerReferences ¶
func (b *ApplicationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithResourceVersion ¶
func (b *ApplicationApplyConfiguration) WithResourceVersion(value string) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithSpec ¶
func (b *ApplicationApplyConfiguration) WithSpec(value *ApplicationSpecApplyConfiguration) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithStatus ¶
func (b *ApplicationApplyConfiguration) WithStatus(value appsv1alpha1.ApplicationStatus) *ApplicationApplyConfiguration
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 (*ApplicationApplyConfiguration) WithUID ¶
func (b *ApplicationApplyConfiguration) WithUID(value types.UID) *ApplicationApplyConfiguration
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 ApplicationSpecApplyConfiguration ¶
type ApplicationSpecApplyConfiguration struct { Version *string `json:"version,omitempty"` Values *string `json:"values,omitempty"` }
ApplicationSpecApplyConfiguration represents a declarative configuration of the ApplicationSpec type for use with apply.
func ApplicationSpec ¶
func ApplicationSpec() *ApplicationSpecApplyConfiguration
ApplicationSpecApplyConfiguration constructs a declarative configuration of the ApplicationSpec type for use with apply.
func (*ApplicationSpecApplyConfiguration) WithValues ¶
func (b *ApplicationSpecApplyConfiguration) WithValues(value string) *ApplicationSpecApplyConfiguration
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.
func (*ApplicationSpecApplyConfiguration) WithVersion ¶
func (b *ApplicationSpecApplyConfiguration) WithVersion(value string) *ApplicationSpecApplyConfiguration
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.