v1

package
v0.9.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BGPPolicyDefinedSetsModelApplyConfiguration

type BGPPolicyDefinedSetsModelApplyConfiguration struct {
	Name        *string      `json:"name,omitempty"`
	DefinedType *string      `json:"definedType,omitempty"`
	List        []string     `json:"List,omitempty"`
	PrefixList  []api.Prefix `json:"prefixList,omitempty"`
}

BGPPolicyDefinedSetsModelApplyConfiguration represents an declarative configuration of the BGPPolicyDefinedSetsModel type for use with apply.

func BGPPolicyDefinedSetsModel

func BGPPolicyDefinedSetsModel() *BGPPolicyDefinedSetsModelApplyConfiguration

BGPPolicyDefinedSetsModelApplyConfiguration constructs an declarative configuration of the BGPPolicyDefinedSetsModel type for use with apply.

func (*BGPPolicyDefinedSetsModelApplyConfiguration) WithDefinedType

WithDefinedType sets the DefinedType 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 DefinedType field is set to the value of the last call.

func (*BGPPolicyDefinedSetsModelApplyConfiguration) WithList

WithList adds the given value to the List 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 List field.

func (*BGPPolicyDefinedSetsModelApplyConfiguration) WithName

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 (*BGPPolicyDefinedSetsModelApplyConfiguration) WithPrefixList

WithPrefixList adds the given value to the PrefixList 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 PrefixList field.

type BGPPolicyDefinedSetsServiceApplyConfiguration

type BGPPolicyDefinedSetsServiceApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *BGPPolicyDefinedSetsModelApplyConfiguration                  `json:"spec,omitempty"`
	Status                           *crdsbgppolicydefinedsetsv1.BGPPolicyDefinedSetsServiceStatus `json:"status,omitempty"`
}

BGPPolicyDefinedSetsServiceApplyConfiguration represents an declarative configuration of the BGPPolicyDefinedSetsService type for use with apply.

func BGPPolicyDefinedSetsService

func BGPPolicyDefinedSetsService(name string) *BGPPolicyDefinedSetsServiceApplyConfiguration

BGPPolicyDefinedSetsService constructs an declarative configuration of the BGPPolicyDefinedSetsService type for use with apply.

func (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithAPIVersion

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithAnnotations

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithCreationTimestamp

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithDeletionGracePeriodSeconds

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithDeletionTimestamp

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithFinalizers

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithGenerateName

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithGeneration

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithKind

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithLabels

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithName

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithNamespace

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithOwnerReferences

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithResourceVersion

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithSpec

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithStatus

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 (*BGPPolicyDefinedSetsServiceApplyConfiguration) WithUID

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL