Documentation ¶
Index ¶
- type KubeConfigApplyConfiguration
- type MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithAPIVersion(value string) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithAnnotations(entries map[string]string) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithCreationTimestamp(value metav1.Time) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithFinalizers(values ...string) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithGenerateName(value string) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithGeneration(value int64) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithKind(value string) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithLabels(entries map[string]string) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithName(value string) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithNamespace(value string) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithResourceVersion(value string) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithSpec(value *MultiKueueClusterSpecApplyConfiguration) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithStatus(value *MultiKueueClusterStatusApplyConfiguration) *MultiKueueClusterApplyConfiguration
- func (b *MultiKueueClusterApplyConfiguration) WithUID(value types.UID) *MultiKueueClusterApplyConfiguration
- type MultiKueueClusterSpecApplyConfiguration
- type MultiKueueClusterStatusApplyConfiguration
- type MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithAPIVersion(value string) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithAnnotations(entries map[string]string) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithCreationTimestamp(value metav1.Time) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithFinalizers(values ...string) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithGenerateName(value string) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithGeneration(value int64) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithKind(value string) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithLabels(entries map[string]string) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithName(value string) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithNamespace(value string) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithResourceVersion(value string) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithSpec(value *MultiKueueConfigSpecApplyConfiguration) *MultiKueueConfigApplyConfiguration
- func (b *MultiKueueConfigApplyConfiguration) WithUID(value types.UID) *MultiKueueConfigApplyConfiguration
- type MultiKueueConfigSpecApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeConfigApplyConfiguration ¶
type KubeConfigApplyConfiguration struct { Location *string `json:"location,omitempty"` LocationType *v1alpha1.LocationType `json:"locationType,omitempty"` }
KubeConfigApplyConfiguration represents an declarative configuration of the KubeConfig type for use with apply.
func KubeConfig ¶
func KubeConfig() *KubeConfigApplyConfiguration
KubeConfigApplyConfiguration constructs an declarative configuration of the KubeConfig type for use with apply.
func (*KubeConfigApplyConfiguration) WithLocation ¶
func (b *KubeConfigApplyConfiguration) WithLocation(value string) *KubeConfigApplyConfiguration
WithLocation sets the Location 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 Location field is set to the value of the last call.
func (*KubeConfigApplyConfiguration) WithLocationType ¶
func (b *KubeConfigApplyConfiguration) WithLocationType(value v1alpha1.LocationType) *KubeConfigApplyConfiguration
WithLocationType sets the LocationType 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 LocationType field is set to the value of the last call.
type MultiKueueClusterApplyConfiguration ¶
type MultiKueueClusterApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *MultiKueueClusterSpecApplyConfiguration `json:"spec,omitempty"` Status *MultiKueueClusterStatusApplyConfiguration `json:"status,omitempty"` }
MultiKueueClusterApplyConfiguration represents an declarative configuration of the MultiKueueCluster type for use with apply.
func MultiKueueCluster ¶
func MultiKueueCluster(name string) *MultiKueueClusterApplyConfiguration
MultiKueueCluster constructs an declarative configuration of the MultiKueueCluster type for use with apply.
func (*MultiKueueClusterApplyConfiguration) WithAPIVersion ¶
func (b *MultiKueueClusterApplyConfiguration) WithAPIVersion(value string) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithAnnotations ¶
func (b *MultiKueueClusterApplyConfiguration) WithAnnotations(entries map[string]string) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithCreationTimestamp ¶
func (b *MultiKueueClusterApplyConfiguration) WithCreationTimestamp(value metav1.Time) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *MultiKueueClusterApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithDeletionTimestamp ¶
func (b *MultiKueueClusterApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithFinalizers ¶
func (b *MultiKueueClusterApplyConfiguration) WithFinalizers(values ...string) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithGenerateName ¶
func (b *MultiKueueClusterApplyConfiguration) WithGenerateName(value string) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithGeneration ¶
func (b *MultiKueueClusterApplyConfiguration) WithGeneration(value int64) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithKind ¶
func (b *MultiKueueClusterApplyConfiguration) WithKind(value string) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithLabels ¶
func (b *MultiKueueClusterApplyConfiguration) WithLabels(entries map[string]string) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithName ¶
func (b *MultiKueueClusterApplyConfiguration) WithName(value string) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithNamespace ¶
func (b *MultiKueueClusterApplyConfiguration) WithNamespace(value string) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithOwnerReferences ¶
func (b *MultiKueueClusterApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithResourceVersion ¶
func (b *MultiKueueClusterApplyConfiguration) WithResourceVersion(value string) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithSpec ¶
func (b *MultiKueueClusterApplyConfiguration) WithSpec(value *MultiKueueClusterSpecApplyConfiguration) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithStatus ¶
func (b *MultiKueueClusterApplyConfiguration) WithStatus(value *MultiKueueClusterStatusApplyConfiguration) *MultiKueueClusterApplyConfiguration
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 (*MultiKueueClusterApplyConfiguration) WithUID ¶
func (b *MultiKueueClusterApplyConfiguration) WithUID(value types.UID) *MultiKueueClusterApplyConfiguration
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 MultiKueueClusterSpecApplyConfiguration ¶
type MultiKueueClusterSpecApplyConfiguration struct {
KubeConfig *KubeConfigApplyConfiguration `json:"kubeConfig,omitempty"`
}
MultiKueueClusterSpecApplyConfiguration represents an declarative configuration of the MultiKueueClusterSpec type for use with apply.
func MultiKueueClusterSpec ¶
func MultiKueueClusterSpec() *MultiKueueClusterSpecApplyConfiguration
MultiKueueClusterSpecApplyConfiguration constructs an declarative configuration of the MultiKueueClusterSpec type for use with apply.
func (*MultiKueueClusterSpecApplyConfiguration) WithKubeConfig ¶
func (b *MultiKueueClusterSpecApplyConfiguration) WithKubeConfig(value *KubeConfigApplyConfiguration) *MultiKueueClusterSpecApplyConfiguration
WithKubeConfig sets the KubeConfig 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 KubeConfig field is set to the value of the last call.
type MultiKueueClusterStatusApplyConfiguration ¶
type MultiKueueClusterStatusApplyConfiguration struct {
Conditions []v1.Condition `json:"conditions,omitempty"`
}
MultiKueueClusterStatusApplyConfiguration represents an declarative configuration of the MultiKueueClusterStatus type for use with apply.
func MultiKueueClusterStatus ¶
func MultiKueueClusterStatus() *MultiKueueClusterStatusApplyConfiguration
MultiKueueClusterStatusApplyConfiguration constructs an declarative configuration of the MultiKueueClusterStatus type for use with apply.
func (*MultiKueueClusterStatusApplyConfiguration) WithConditions ¶
func (b *MultiKueueClusterStatusApplyConfiguration) WithConditions(values ...v1.Condition) *MultiKueueClusterStatusApplyConfiguration
WithConditions adds the given value to the Conditions 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 Conditions field.
type MultiKueueConfigApplyConfiguration ¶
type MultiKueueConfigApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *MultiKueueConfigSpecApplyConfiguration `json:"spec,omitempty"` }
MultiKueueConfigApplyConfiguration represents an declarative configuration of the MultiKueueConfig type for use with apply.
func MultiKueueConfig ¶
func MultiKueueConfig(name string) *MultiKueueConfigApplyConfiguration
MultiKueueConfig constructs an declarative configuration of the MultiKueueConfig type for use with apply.
func (*MultiKueueConfigApplyConfiguration) WithAPIVersion ¶
func (b *MultiKueueConfigApplyConfiguration) WithAPIVersion(value string) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithAnnotations ¶
func (b *MultiKueueConfigApplyConfiguration) WithAnnotations(entries map[string]string) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithCreationTimestamp ¶
func (b *MultiKueueConfigApplyConfiguration) WithCreationTimestamp(value metav1.Time) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *MultiKueueConfigApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithDeletionTimestamp ¶
func (b *MultiKueueConfigApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithFinalizers ¶
func (b *MultiKueueConfigApplyConfiguration) WithFinalizers(values ...string) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithGenerateName ¶
func (b *MultiKueueConfigApplyConfiguration) WithGenerateName(value string) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithGeneration ¶
func (b *MultiKueueConfigApplyConfiguration) WithGeneration(value int64) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithKind ¶
func (b *MultiKueueConfigApplyConfiguration) WithKind(value string) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithLabels ¶
func (b *MultiKueueConfigApplyConfiguration) WithLabels(entries map[string]string) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithName ¶
func (b *MultiKueueConfigApplyConfiguration) WithName(value string) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithNamespace ¶
func (b *MultiKueueConfigApplyConfiguration) WithNamespace(value string) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithOwnerReferences ¶
func (b *MultiKueueConfigApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithResourceVersion ¶
func (b *MultiKueueConfigApplyConfiguration) WithResourceVersion(value string) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithSpec ¶
func (b *MultiKueueConfigApplyConfiguration) WithSpec(value *MultiKueueConfigSpecApplyConfiguration) *MultiKueueConfigApplyConfiguration
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 (*MultiKueueConfigApplyConfiguration) WithUID ¶
func (b *MultiKueueConfigApplyConfiguration) WithUID(value types.UID) *MultiKueueConfigApplyConfiguration
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 MultiKueueConfigSpecApplyConfiguration ¶
type MultiKueueConfigSpecApplyConfiguration struct {
Clusters []string `json:"clusters,omitempty"`
}
MultiKueueConfigSpecApplyConfiguration represents an declarative configuration of the MultiKueueConfigSpec type for use with apply.
func MultiKueueConfigSpec ¶
func MultiKueueConfigSpec() *MultiKueueConfigSpecApplyConfiguration
MultiKueueConfigSpecApplyConfiguration constructs an declarative configuration of the MultiKueueConfigSpec type for use with apply.
func (*MultiKueueConfigSpecApplyConfiguration) WithClusters ¶
func (b *MultiKueueConfigSpecApplyConfiguration) WithClusters(values ...string) *MultiKueueConfigSpecApplyConfiguration
WithClusters adds the given value to the Clusters 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 Clusters field.