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