Documentation ¶
Index ¶
- type ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithAPIVersion(value string) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithAnnotations(entries map[string]string) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithCreationTimestamp(value metav1.Time) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithFinalizers(values ...string) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithGenerateName(value string) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithGeneration(value int64) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithKind(value string) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithLabels(entries map[string]string) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithName(value string) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithNamespace(value string) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithResourceVersion(value string) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithSpec(value *ProjectSpecApplyConfiguration) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithStatus(value *ProjectStatusApplyConfiguration) *ProjectApplyConfiguration
- func (b *ProjectApplyConfiguration) WithUID(value types.UID) *ProjectApplyConfiguration
- type ProjectSpecApplyConfiguration
- type ProjectStatusApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectApplyConfiguration ¶
type ProjectApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *ProjectSpecApplyConfiguration `json:"spec,omitempty"` Status *ProjectStatusApplyConfiguration `json:"status,omitempty"` }
ProjectApplyConfiguration represents an declarative configuration of the Project type for use with apply.
func Project ¶
func Project(name, namespace string) *ProjectApplyConfiguration
Project constructs an declarative configuration of the Project type for use with apply.
func (*ProjectApplyConfiguration) WithAPIVersion ¶
func (b *ProjectApplyConfiguration) WithAPIVersion(value string) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithAnnotations ¶
func (b *ProjectApplyConfiguration) WithAnnotations(entries map[string]string) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithCreationTimestamp ¶
func (b *ProjectApplyConfiguration) WithCreationTimestamp(value metav1.Time) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *ProjectApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithDeletionTimestamp ¶
func (b *ProjectApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithFinalizers ¶
func (b *ProjectApplyConfiguration) WithFinalizers(values ...string) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithGenerateName ¶
func (b *ProjectApplyConfiguration) WithGenerateName(value string) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithGeneration ¶
func (b *ProjectApplyConfiguration) WithGeneration(value int64) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithKind ¶
func (b *ProjectApplyConfiguration) WithKind(value string) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithLabels ¶
func (b *ProjectApplyConfiguration) WithLabels(entries map[string]string) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithName ¶
func (b *ProjectApplyConfiguration) WithName(value string) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithNamespace ¶
func (b *ProjectApplyConfiguration) WithNamespace(value string) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithOwnerReferences ¶
func (b *ProjectApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithResourceVersion ¶
func (b *ProjectApplyConfiguration) WithResourceVersion(value string) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithSpec ¶
func (b *ProjectApplyConfiguration) WithSpec(value *ProjectSpecApplyConfiguration) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithStatus ¶
func (b *ProjectApplyConfiguration) WithStatus(value *ProjectStatusApplyConfiguration) *ProjectApplyConfiguration
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 (*ProjectApplyConfiguration) WithUID ¶
func (b *ProjectApplyConfiguration) WithUID(value types.UID) *ProjectApplyConfiguration
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 ProjectSpecApplyConfiguration ¶
type ProjectSpecApplyConfiguration struct { Source *string `json:"source,omitempty"` Destination *string `json:"destination,omitempty"` }
ProjectSpecApplyConfiguration represents an declarative configuration of the ProjectSpec type for use with apply.
func ProjectSpec ¶
func ProjectSpec() *ProjectSpecApplyConfiguration
ProjectSpecApplyConfiguration constructs an declarative configuration of the ProjectSpec type for use with apply.
func (*ProjectSpecApplyConfiguration) WithDestination ¶
func (b *ProjectSpecApplyConfiguration) WithDestination(value string) *ProjectSpecApplyConfiguration
WithDestination sets the Destination 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 Destination field is set to the value of the last call.
func (*ProjectSpecApplyConfiguration) WithSource ¶
func (b *ProjectSpecApplyConfiguration) WithSource(value string) *ProjectSpecApplyConfiguration
WithSource sets the Source 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 Source field is set to the value of the last call.
type ProjectStatusApplyConfiguration ¶
type ProjectStatusApplyConfiguration struct {
Progress *string `json:"progress,omitempty"`
}
ProjectStatusApplyConfiguration represents an declarative configuration of the ProjectStatus type for use with apply.
func ProjectStatus ¶
func ProjectStatus() *ProjectStatusApplyConfiguration
ProjectStatusApplyConfiguration constructs an declarative configuration of the ProjectStatus type for use with apply.
func (*ProjectStatusApplyConfiguration) WithProgress ¶
func (b *ProjectStatusApplyConfiguration) WithProgress(value string) *ProjectStatusApplyConfiguration
WithProgress sets the Progress 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 Progress field is set to the value of the last call.