Documentation ¶
Index ¶
- type ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithAPIVersion(value string) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithAnnotations(entries map[string]string) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithCreationTimestamp(value metav1.Time) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithFinalizers(values ...string) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithGenerateName(value string) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithGeneration(value int64) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithKind(value string) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithLabels(entries map[string]string) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithName(value string) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithNamespace(value string) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithResourceVersion(value string) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithSpec(value *ProactiveConfSpecApplyConfiguration) *ProactiveConfApplyConfiguration
- func (b *ProactiveConfApplyConfiguration) WithUID(value types.UID) *ProactiveConfApplyConfiguration
- type ProactiveConfSpecApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProactiveConfApplyConfiguration ¶
type ProactiveConfApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *ProactiveConfSpecApplyConfiguration `json:"spec,omitempty"` }
ProactiveConfApplyConfiguration represents an declarative configuration of the ProactiveConf type for use with apply.
func ProactiveConf ¶
func ProactiveConf(name string) *ProactiveConfApplyConfiguration
ProactiveConf constructs an declarative configuration of the ProactiveConf type for use with apply.
func (*ProactiveConfApplyConfiguration) WithAPIVersion ¶
func (b *ProactiveConfApplyConfiguration) WithAPIVersion(value string) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithAnnotations ¶
func (b *ProactiveConfApplyConfiguration) WithAnnotations(entries map[string]string) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithCreationTimestamp ¶
func (b *ProactiveConfApplyConfiguration) WithCreationTimestamp(value metav1.Time) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *ProactiveConfApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithDeletionTimestamp ¶
func (b *ProactiveConfApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithFinalizers ¶
func (b *ProactiveConfApplyConfiguration) WithFinalizers(values ...string) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithGenerateName ¶
func (b *ProactiveConfApplyConfiguration) WithGenerateName(value string) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithGeneration ¶
func (b *ProactiveConfApplyConfiguration) WithGeneration(value int64) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithKind ¶
func (b *ProactiveConfApplyConfiguration) WithKind(value string) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithLabels ¶
func (b *ProactiveConfApplyConfiguration) WithLabels(entries map[string]string) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithName ¶
func (b *ProactiveConfApplyConfiguration) WithName(value string) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithNamespace ¶
func (b *ProactiveConfApplyConfiguration) WithNamespace(value string) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithOwnerReferences ¶
func (b *ProactiveConfApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithResourceVersion ¶
func (b *ProactiveConfApplyConfiguration) WithResourceVersion(value string) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithSpec ¶
func (b *ProactiveConfApplyConfiguration) WithSpec(value *ProactiveConfSpecApplyConfiguration) *ProactiveConfApplyConfiguration
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 (*ProactiveConfApplyConfiguration) WithUID ¶
func (b *ProactiveConfApplyConfiguration) WithUID(value types.UID) *ProactiveConfApplyConfiguration
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 ProactiveConfSpecApplyConfiguration ¶
type ProactiveConfSpecApplyConfiguration struct { TunnelEpAdvertisementInterval *uint64 `json:"TunnelEpAdvertisementInterval,omitempty"` VmmEpgDeploymentImmediacy *v1.VmmEpgDeploymentImmediacyType `json:"VmmEpgDeploymentImmediacy,omitempty"` }
ProactiveConfSpecApplyConfiguration represents an declarative configuration of the ProactiveConfSpec type for use with apply.
func ProactiveConfSpec ¶
func ProactiveConfSpec() *ProactiveConfSpecApplyConfiguration
ProactiveConfSpecApplyConfiguration constructs an declarative configuration of the ProactiveConfSpec type for use with apply.
func (*ProactiveConfSpecApplyConfiguration) WithTunnelEpAdvertisementInterval ¶
func (b *ProactiveConfSpecApplyConfiguration) WithTunnelEpAdvertisementInterval(value uint64) *ProactiveConfSpecApplyConfiguration
WithTunnelEpAdvertisementInterval sets the TunnelEpAdvertisementInterval 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 TunnelEpAdvertisementInterval field is set to the value of the last call.
func (*ProactiveConfSpecApplyConfiguration) WithVmmEpgDeploymentImmediacy ¶
func (b *ProactiveConfSpecApplyConfiguration) WithVmmEpgDeploymentImmediacy(value v1.VmmEpgDeploymentImmediacyType) *ProactiveConfSpecApplyConfiguration
WithVmmEpgDeploymentImmediacy sets the VmmEpgDeploymentImmediacy 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 VmmEpgDeploymentImmediacy field is set to the value of the last call.