Documentation
¶
Index ¶
- type KubeconfigRefApplyConfiguration
- func (b *KubeconfigRefApplyConfiguration) WithLocation(value string) *KubeconfigRefApplyConfiguration
- func (b *KubeconfigRefApplyConfiguration) WithLocationType(value v1alpha1.LocationType) *KubeconfigRefApplyConfiguration
- func (b *KubeconfigRefApplyConfiguration) WithName(value string) *KubeconfigRefApplyConfiguration
- type MultiKueueClusterApplyConfiguration
- 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 KubeconfigRefApplyConfiguration ¶
type KubeconfigRefApplyConfiguration struct { Name *string `json:"name,omitempty"` Location *string `json:"location,omitempty"` LocationType *v1alpha1.LocationType `json:"locationType,omitempty"` }
KubeconfigRefApplyConfiguration represents an declarative configuration of the KubeconfigRef type for use with apply.
func KubeconfigRef ¶
func KubeconfigRef() *KubeconfigRefApplyConfiguration
KubeconfigRefApplyConfiguration constructs an declarative configuration of the KubeconfigRef type for use with apply.
func (*KubeconfigRefApplyConfiguration) WithLocation ¶
func (b *KubeconfigRefApplyConfiguration) WithLocation(value string) *KubeconfigRefApplyConfiguration
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 (*KubeconfigRefApplyConfiguration) WithLocationType ¶
func (b *KubeconfigRefApplyConfiguration) WithLocationType(value v1alpha1.LocationType) *KubeconfigRefApplyConfiguration
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.
func (*KubeconfigRefApplyConfiguration) WithName ¶
func (b *KubeconfigRefApplyConfiguration) WithName(value string) *KubeconfigRefApplyConfiguration
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.
type MultiKueueClusterApplyConfiguration ¶
type MultiKueueClusterApplyConfiguration struct { Name *string `json:"name,omitempty"` KubeconfigRef *KubeconfigRefApplyConfiguration `json:"kubeconfigRef,omitempty"` }
MultiKueueClusterApplyConfiguration represents an declarative configuration of the MultiKueueCluster type for use with apply.
func MultiKueueCluster ¶
func MultiKueueCluster() *MultiKueueClusterApplyConfiguration
MultiKueueClusterApplyConfiguration constructs an declarative configuration of the MultiKueueCluster type for use with apply.
func (*MultiKueueClusterApplyConfiguration) WithKubeconfigRef ¶
func (b *MultiKueueClusterApplyConfiguration) WithKubeconfigRef(value *KubeconfigRefApplyConfiguration) *MultiKueueClusterApplyConfiguration
WithKubeconfigRef sets the KubeconfigRef 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 KubeconfigRef field is set to the value of the last call.
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.
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 []MultiKueueClusterApplyConfiguration `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 ...*MultiKueueClusterApplyConfiguration) *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.