Documentation
¶
Index ¶
- type BlueChiNodeApplyConfiguration
- func (b *BlueChiNodeApplyConfiguration) WithLastSeenTimestamp(value string) *BlueChiNodeApplyConfiguration
- func (b *BlueChiNodeApplyConfiguration) WithName(value string) *BlueChiNodeApplyConfiguration
- func (b *BlueChiNodeApplyConfiguration) WithStatus(value v1alpha1.NodeStatus) *BlueChiNodeApplyConfiguration
- type BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithAPIVersion(value string) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithAnnotations(entries map[string]string) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithCreationTimestamp(value metav1.Time) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithFinalizers(values ...string) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithGenerateName(value string) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithGeneration(value int64) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithKind(value string) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithLabels(entries map[string]string) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithName(value string) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithNamespace(value string) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithResourceVersion(value string) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithSpec(value *BlueChiSystemSpecApplyConfiguration) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithStatus(value bluechiv1alpha1.BlueChiSystemStatus) *BlueChiSystemApplyConfiguration
- func (b *BlueChiSystemApplyConfiguration) WithUID(value types.UID) *BlueChiSystemApplyConfiguration
- type BlueChiSystemSpecApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlueChiNodeApplyConfiguration ¶
type BlueChiNodeApplyConfiguration struct { Name *string `json:"name,omitempty"` Status *v1alpha1.NodeStatus `json:"status,omitempty"` LastSeenTimestamp *string `json:"lastSeenTimestamp,omitempty"` }
BlueChiNodeApplyConfiguration represents an declarative configuration of the BlueChiNode type for use with apply.
func BlueChiNode ¶
func BlueChiNode() *BlueChiNodeApplyConfiguration
BlueChiNodeApplyConfiguration constructs an declarative configuration of the BlueChiNode type for use with apply.
func (*BlueChiNodeApplyConfiguration) WithLastSeenTimestamp ¶
func (b *BlueChiNodeApplyConfiguration) WithLastSeenTimestamp(value string) *BlueChiNodeApplyConfiguration
WithLastSeenTimestamp sets the LastSeenTimestamp 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 LastSeenTimestamp field is set to the value of the last call.
func (*BlueChiNodeApplyConfiguration) WithName ¶
func (b *BlueChiNodeApplyConfiguration) WithName(value string) *BlueChiNodeApplyConfiguration
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 (*BlueChiNodeApplyConfiguration) WithStatus ¶
func (b *BlueChiNodeApplyConfiguration) WithStatus(value v1alpha1.NodeStatus) *BlueChiNodeApplyConfiguration
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.
type BlueChiSystemApplyConfiguration ¶
type BlueChiSystemApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *BlueChiSystemSpecApplyConfiguration `json:"spec,omitempty"` Status *bluechiv1alpha1.BlueChiSystemStatus `json:"status,omitempty"` }
BlueChiSystemApplyConfiguration represents an declarative configuration of the BlueChiSystem type for use with apply.
func BlueChiSystem ¶
func BlueChiSystem(name, namespace string) *BlueChiSystemApplyConfiguration
BlueChiSystem constructs an declarative configuration of the BlueChiSystem type for use with apply.
func (*BlueChiSystemApplyConfiguration) WithAPIVersion ¶
func (b *BlueChiSystemApplyConfiguration) WithAPIVersion(value string) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithAnnotations ¶
func (b *BlueChiSystemApplyConfiguration) WithAnnotations(entries map[string]string) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithCreationTimestamp ¶
func (b *BlueChiSystemApplyConfiguration) WithCreationTimestamp(value metav1.Time) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *BlueChiSystemApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithDeletionTimestamp ¶
func (b *BlueChiSystemApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithFinalizers ¶
func (b *BlueChiSystemApplyConfiguration) WithFinalizers(values ...string) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithGenerateName ¶
func (b *BlueChiSystemApplyConfiguration) WithGenerateName(value string) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithGeneration ¶
func (b *BlueChiSystemApplyConfiguration) WithGeneration(value int64) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithKind ¶
func (b *BlueChiSystemApplyConfiguration) WithKind(value string) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithLabels ¶
func (b *BlueChiSystemApplyConfiguration) WithLabels(entries map[string]string) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithName ¶
func (b *BlueChiSystemApplyConfiguration) WithName(value string) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithNamespace ¶
func (b *BlueChiSystemApplyConfiguration) WithNamespace(value string) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithOwnerReferences ¶
func (b *BlueChiSystemApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithResourceVersion ¶
func (b *BlueChiSystemApplyConfiguration) WithResourceVersion(value string) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithSpec ¶
func (b *BlueChiSystemApplyConfiguration) WithSpec(value *BlueChiSystemSpecApplyConfiguration) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithStatus ¶
func (b *BlueChiSystemApplyConfiguration) WithStatus(value bluechiv1alpha1.BlueChiSystemStatus) *BlueChiSystemApplyConfiguration
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 (*BlueChiSystemApplyConfiguration) WithUID ¶
func (b *BlueChiSystemApplyConfiguration) WithUID(value types.UID) *BlueChiSystemApplyConfiguration
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 BlueChiSystemSpecApplyConfiguration ¶
type BlueChiSystemSpecApplyConfiguration struct {
Nodes *v1alpha1.BlueChiNodes `json:"nodes,omitempty"`
}
BlueChiSystemSpecApplyConfiguration represents an declarative configuration of the BlueChiSystemSpec type for use with apply.
func BlueChiSystemSpec ¶
func BlueChiSystemSpec() *BlueChiSystemSpecApplyConfiguration
BlueChiSystemSpecApplyConfiguration constructs an declarative configuration of the BlueChiSystemSpec type for use with apply.
func (*BlueChiSystemSpecApplyConfiguration) WithNodes ¶
func (b *BlueChiSystemSpecApplyConfiguration) WithNodes(value v1alpha1.BlueChiNodes) *BlueChiSystemSpecApplyConfiguration
WithNodes sets the Nodes 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 Nodes field is set to the value of the last call.