Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=vrackiploadbalancing.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Iploadbalancing
- func (in *Iploadbalancing) DeepCopy() *Iploadbalancing
- func (in *Iploadbalancing) DeepCopyInto(out *Iploadbalancing)
- func (in *Iploadbalancing) DeepCopyObject() runtime.Object
- func (mg *Iploadbalancing) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Iploadbalancing) GetConnectionDetailsMapping() map[string]string
- func (mg *Iploadbalancing) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Iploadbalancing) GetID() string
- func (tr *Iploadbalancing) GetInitParameters() (map[string]any, error)
- func (mg *Iploadbalancing) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *Iploadbalancing) GetObservation() (map[string]any, error)
- func (tr *Iploadbalancing) GetParameters() (map[string]any, error)
- func (mg *Iploadbalancing) GetProviderConfigReference() *xpv1.Reference
- func (mg *Iploadbalancing) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Iploadbalancing) GetTerraformResourceType() string
- func (tr *Iploadbalancing) GetTerraformSchemaVersion() int
- func (mg *Iploadbalancing) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Iploadbalancing) LateInitialize(attrs []byte) (bool, error)
- func (mg *Iploadbalancing) SetConditions(c ...xpv1.Condition)
- func (mg *Iploadbalancing) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *Iploadbalancing) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *Iploadbalancing) SetObservation(obs map[string]any) error
- func (tr *Iploadbalancing) SetParameters(params map[string]any) error
- func (mg *Iploadbalancing) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Iploadbalancing) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Iploadbalancing) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type IploadbalancingInitParameters
- type IploadbalancingList
- type IploadbalancingObservation
- type IploadbalancingParameters
- type IploadbalancingSpec
- type IploadbalancingStatus
Constants ¶
const ( CRDGroup = "vrackiploadbalancing.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( Iploadbalancing_Kind = "Iploadbalancing" Iploadbalancing_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Iploadbalancing_Kind}.String() Iploadbalancing_KindAPIVersion = Iploadbalancing_Kind + "." + CRDGroupVersion.String() Iploadbalancing_GroupVersionKind = CRDGroupVersion.WithKind(Iploadbalancing_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type Iploadbalancing ¶
type Iploadbalancing struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.ipLoadbalancing) || (has(self.initProvider) && has(self.initProvider.ipLoadbalancing))",message="spec.forProvider.ipLoadbalancing is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.serviceName) || (has(self.initProvider) && has(self.initProvider.serviceName))",message="spec.forProvider.serviceName is a required parameter" Spec IploadbalancingSpec `json:"spec"` Status IploadbalancingStatus `json:"status,omitempty"` }
Iploadbalancing is the Schema for the Iploadbalancings API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,ovh}
func (*Iploadbalancing) DeepCopy ¶
func (in *Iploadbalancing) DeepCopy() *Iploadbalancing
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Iploadbalancing.
func (*Iploadbalancing) DeepCopyInto ¶
func (in *Iploadbalancing) DeepCopyInto(out *Iploadbalancing)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Iploadbalancing) DeepCopyObject ¶
func (in *Iploadbalancing) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Iploadbalancing) GetCondition ¶
func (mg *Iploadbalancing) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Iploadbalancing.
func (*Iploadbalancing) GetConnectionDetailsMapping ¶
func (tr *Iploadbalancing) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this Iploadbalancing
func (*Iploadbalancing) GetDeletionPolicy ¶
func (mg *Iploadbalancing) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Iploadbalancing.
func (*Iploadbalancing) GetID ¶
func (tr *Iploadbalancing) GetID() string
GetID returns ID of underlying Terraform resource of this Iploadbalancing
func (*Iploadbalancing) GetInitParameters ¶
func (tr *Iploadbalancing) GetInitParameters() (map[string]any, error)
GetInitParameters of this Iploadbalancing
func (*Iploadbalancing) GetManagementPolicies ¶
func (mg *Iploadbalancing) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this Iploadbalancing.
func (*Iploadbalancing) GetObservation ¶
func (tr *Iploadbalancing) GetObservation() (map[string]any, error)
GetObservation of this Iploadbalancing
func (*Iploadbalancing) GetParameters ¶
func (tr *Iploadbalancing) GetParameters() (map[string]any, error)
GetParameters of this Iploadbalancing
func (*Iploadbalancing) GetProviderConfigReference ¶
func (mg *Iploadbalancing) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this Iploadbalancing.
func (*Iploadbalancing) GetPublishConnectionDetailsTo ¶
func (mg *Iploadbalancing) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Iploadbalancing.
func (*Iploadbalancing) GetTerraformResourceType ¶
func (mg *Iploadbalancing) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this Iploadbalancing
func (*Iploadbalancing) GetTerraformSchemaVersion ¶
func (tr *Iploadbalancing) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Iploadbalancing) GetWriteConnectionSecretToReference ¶
func (mg *Iploadbalancing) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Iploadbalancing.
func (*Iploadbalancing) LateInitialize ¶
func (tr *Iploadbalancing) LateInitialize(attrs []byte) (bool, error)
LateInitialize this Iploadbalancing using its observed tfState. returns True if there are any spec changes for the resource.
func (*Iploadbalancing) SetConditions ¶
func (mg *Iploadbalancing) SetConditions(c ...xpv1.Condition)
SetConditions of this Iploadbalancing.
func (*Iploadbalancing) SetDeletionPolicy ¶
func (mg *Iploadbalancing) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Iploadbalancing.
func (*Iploadbalancing) SetManagementPolicies ¶
func (mg *Iploadbalancing) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this Iploadbalancing.
func (*Iploadbalancing) SetObservation ¶
func (tr *Iploadbalancing) SetObservation(obs map[string]any) error
SetObservation for this Iploadbalancing
func (*Iploadbalancing) SetParameters ¶
func (tr *Iploadbalancing) SetParameters(params map[string]any) error
SetParameters for this Iploadbalancing
func (*Iploadbalancing) SetProviderConfigReference ¶
func (mg *Iploadbalancing) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this Iploadbalancing.
func (*Iploadbalancing) SetPublishConnectionDetailsTo ¶
func (mg *Iploadbalancing) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Iploadbalancing.
func (*Iploadbalancing) SetWriteConnectionSecretToReference ¶
func (mg *Iploadbalancing) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Iploadbalancing.
type IploadbalancingInitParameters ¶
type IploadbalancingInitParameters struct { // Your ipLoadbalancing IPLoadbalancing *string `json:"ipLoadbalancing,omitempty" tf:"ip_loadbalancing,omitempty"` // The internal name of your vrack ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` }
func (*IploadbalancingInitParameters) DeepCopy ¶
func (in *IploadbalancingInitParameters) DeepCopy() *IploadbalancingInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IploadbalancingInitParameters.
func (*IploadbalancingInitParameters) DeepCopyInto ¶
func (in *IploadbalancingInitParameters) DeepCopyInto(out *IploadbalancingInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IploadbalancingList ¶
type IploadbalancingList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Iploadbalancing `json:"items"` }
IploadbalancingList contains a list of Iploadbalancings
func (*IploadbalancingList) DeepCopy ¶
func (in *IploadbalancingList) DeepCopy() *IploadbalancingList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IploadbalancingList.
func (*IploadbalancingList) DeepCopyInto ¶
func (in *IploadbalancingList) DeepCopyInto(out *IploadbalancingList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IploadbalancingList) DeepCopyObject ¶
func (in *IploadbalancingList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*IploadbalancingList) GetItems ¶
func (l *IploadbalancingList) GetItems() []resource.Managed
GetItems of this IploadbalancingList.
type IploadbalancingObservation ¶
type IploadbalancingObservation struct { ID *string `json:"id,omitempty" tf:"id,omitempty"` // Your ipLoadbalancing IPLoadbalancing *string `json:"ipLoadbalancing,omitempty" tf:"ip_loadbalancing,omitempty"` // The internal name of your vrack ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` }
func (*IploadbalancingObservation) DeepCopy ¶
func (in *IploadbalancingObservation) DeepCopy() *IploadbalancingObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IploadbalancingObservation.
func (*IploadbalancingObservation) DeepCopyInto ¶
func (in *IploadbalancingObservation) DeepCopyInto(out *IploadbalancingObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IploadbalancingParameters ¶
type IploadbalancingParameters struct { // Your ipLoadbalancing // +kubebuilder:validation:Optional IPLoadbalancing *string `json:"ipLoadbalancing,omitempty" tf:"ip_loadbalancing,omitempty"` // The internal name of your vrack // +kubebuilder:validation:Optional ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` }
func (*IploadbalancingParameters) DeepCopy ¶
func (in *IploadbalancingParameters) DeepCopy() *IploadbalancingParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IploadbalancingParameters.
func (*IploadbalancingParameters) DeepCopyInto ¶
func (in *IploadbalancingParameters) DeepCopyInto(out *IploadbalancingParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IploadbalancingSpec ¶
type IploadbalancingSpec struct { v1.ResourceSpec `json:",inline"` ForProvider IploadbalancingParameters `json:"forProvider"` // THIS IS A BETA FIELD. It will be honored // unless the Management Policies feature flag is disabled. // InitProvider holds the same fields as ForProvider, with the exception // of Identifier and other resource reference fields. The fields that are // in InitProvider are merged into ForProvider when the resource is created. // The same fields are also added to the terraform ignore_changes hook, to // avoid updating them after creation. This is useful for fields that are // required on creation, but we do not desire to update them after creation, // for example because of an external controller is managing them, like an // autoscaler. InitProvider IploadbalancingInitParameters `json:"initProvider,omitempty"` }
IploadbalancingSpec defines the desired state of Iploadbalancing
func (*IploadbalancingSpec) DeepCopy ¶
func (in *IploadbalancingSpec) DeepCopy() *IploadbalancingSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IploadbalancingSpec.
func (*IploadbalancingSpec) DeepCopyInto ¶
func (in *IploadbalancingSpec) DeepCopyInto(out *IploadbalancingSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IploadbalancingStatus ¶
type IploadbalancingStatus struct { v1.ResourceStatus `json:",inline"` AtProvider IploadbalancingObservation `json:"atProvider,omitempty"` }
IploadbalancingStatus defines the observed state of Iploadbalancing.
func (*IploadbalancingStatus) DeepCopy ¶
func (in *IploadbalancingStatus) DeepCopy() *IploadbalancingStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IploadbalancingStatus.
func (*IploadbalancingStatus) DeepCopyInto ¶
func (in *IploadbalancingStatus) DeepCopyInto(out *IploadbalancingStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.