Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=clientgateway.upjet-provider-outscale.upbound.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type ClientGateway
- func (in *ClientGateway) DeepCopy() *ClientGateway
- func (in *ClientGateway) DeepCopyInto(out *ClientGateway)
- func (in *ClientGateway) DeepCopyObject() runtime.Object
- func (mg *ClientGateway) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *ClientGateway) GetConnectionDetailsMapping() map[string]string
- func (mg *ClientGateway) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *ClientGateway) GetID() string
- func (tr *ClientGateway) GetObservation() (map[string]any, error)
- func (tr *ClientGateway) GetParameters() (map[string]any, error)
- func (mg *ClientGateway) GetProviderConfigReference() *xpv1.Reference
- func (mg *ClientGateway) GetProviderReference() *xpv1.Reference
- func (mg *ClientGateway) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *ClientGateway) GetTerraformResourceType() string
- func (tr *ClientGateway) GetTerraformSchemaVersion() int
- func (mg *ClientGateway) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *ClientGateway) LateInitialize(attrs []byte) (bool, error)
- func (mg *ClientGateway) SetConditions(c ...xpv1.Condition)
- func (mg *ClientGateway) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *ClientGateway) SetObservation(obs map[string]any) error
- func (tr *ClientGateway) SetParameters(params map[string]any) error
- func (mg *ClientGateway) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *ClientGateway) SetProviderReference(r *xpv1.Reference)
- func (mg *ClientGateway) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *ClientGateway) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ClientGatewayList
- type ClientGatewayObservation
- type ClientGatewayParameters
- type ClientGatewaySpec
- type ClientGatewayStatus
- type TagsObservation
- type TagsParameters
Constants ¶
const ( CRDGroup = "clientgateway.upjet-provider-outscale.upbound.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( ClientGateway_Kind = "ClientGateway" ClientGateway_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ClientGateway_Kind}.String() ClientGateway_KindAPIVersion = ClientGateway_Kind + "." + CRDGroupVersion.String() ClientGateway_GroupVersionKind = CRDGroupVersion.WithKind(ClientGateway_Kind) )
Repository type metadata.
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 )
Functions ¶
This section is empty.
Types ¶
type ClientGateway ¶
type ClientGateway struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ClientGatewaySpec `json:"spec"` Status ClientGatewayStatus `json:"status,omitempty"` }
ClientGateway is the Schema for the ClientGateways 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,upjet-provider-outscale}
func (*ClientGateway) DeepCopy ¶
func (in *ClientGateway) DeepCopy() *ClientGateway
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientGateway.
func (*ClientGateway) DeepCopyInto ¶
func (in *ClientGateway) DeepCopyInto(out *ClientGateway)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClientGateway) DeepCopyObject ¶
func (in *ClientGateway) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ClientGateway) GetCondition ¶
func (mg *ClientGateway) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this ClientGateway.
func (*ClientGateway) GetConnectionDetailsMapping ¶
func (tr *ClientGateway) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this ClientGateway
func (*ClientGateway) GetDeletionPolicy ¶
func (mg *ClientGateway) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this ClientGateway.
func (*ClientGateway) GetID ¶
func (tr *ClientGateway) GetID() string
GetID returns ID of underlying Terraform resource of this ClientGateway
func (*ClientGateway) GetObservation ¶
func (tr *ClientGateway) GetObservation() (map[string]any, error)
GetObservation of this ClientGateway
func (*ClientGateway) GetParameters ¶
func (tr *ClientGateway) GetParameters() (map[string]any, error)
GetParameters of this ClientGateway
func (*ClientGateway) GetProviderConfigReference ¶
func (mg *ClientGateway) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this ClientGateway.
func (*ClientGateway) GetProviderReference ¶
func (mg *ClientGateway) GetProviderReference() *xpv1.Reference
GetProviderReference of this ClientGateway. Deprecated: Use GetProviderConfigReference.
func (*ClientGateway) GetPublishConnectionDetailsTo ¶
func (mg *ClientGateway) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this ClientGateway.
func (*ClientGateway) GetTerraformResourceType ¶
func (mg *ClientGateway) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this ClientGateway
func (*ClientGateway) GetTerraformSchemaVersion ¶
func (tr *ClientGateway) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*ClientGateway) GetWriteConnectionSecretToReference ¶
func (mg *ClientGateway) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this ClientGateway.
func (*ClientGateway) LateInitialize ¶
func (tr *ClientGateway) LateInitialize(attrs []byte) (bool, error)
LateInitialize this ClientGateway using its observed tfState. returns True if there are any spec changes for the resource.
func (*ClientGateway) SetConditions ¶
func (mg *ClientGateway) SetConditions(c ...xpv1.Condition)
SetConditions of this ClientGateway.
func (*ClientGateway) SetDeletionPolicy ¶
func (mg *ClientGateway) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this ClientGateway.
func (*ClientGateway) SetObservation ¶
func (tr *ClientGateway) SetObservation(obs map[string]any) error
SetObservation for this ClientGateway
func (*ClientGateway) SetParameters ¶
func (tr *ClientGateway) SetParameters(params map[string]any) error
SetParameters for this ClientGateway
func (*ClientGateway) SetProviderConfigReference ¶
func (mg *ClientGateway) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this ClientGateway.
func (*ClientGateway) SetProviderReference ¶
func (mg *ClientGateway) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this ClientGateway. Deprecated: Use SetProviderConfigReference.
func (*ClientGateway) SetPublishConnectionDetailsTo ¶
func (mg *ClientGateway) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this ClientGateway.
func (*ClientGateway) SetWriteConnectionSecretToReference ¶
func (mg *ClientGateway) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this ClientGateway.
type ClientGatewayList ¶
type ClientGatewayList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ClientGateway `json:"items"` }
ClientGatewayList contains a list of ClientGateways
func (*ClientGatewayList) DeepCopy ¶
func (in *ClientGatewayList) DeepCopy() *ClientGatewayList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientGatewayList.
func (*ClientGatewayList) DeepCopyInto ¶
func (in *ClientGatewayList) DeepCopyInto(out *ClientGatewayList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClientGatewayList) DeepCopyObject ¶
func (in *ClientGatewayList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ClientGatewayList) GetItems ¶
func (l *ClientGatewayList) GetItems() []resource.Managed
GetItems of this ClientGatewayList.
type ClientGatewayObservation ¶
type ClientGatewayObservation struct { ClientGatewayID *string `json:"clientGatewayId,omitempty" tf:"client_gateway_id,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` RequestID *string `json:"requestId,omitempty" tf:"request_id,omitempty"` State *string `json:"state,omitempty" tf:"state,omitempty"` }
func (*ClientGatewayObservation) DeepCopy ¶
func (in *ClientGatewayObservation) DeepCopy() *ClientGatewayObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientGatewayObservation.
func (*ClientGatewayObservation) DeepCopyInto ¶
func (in *ClientGatewayObservation) DeepCopyInto(out *ClientGatewayObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClientGatewayParameters ¶
type ClientGatewayParameters struct { // +kubebuilder:validation:Required BGPAsn *float64 `json:"bgpAsn" tf:"bgp_asn,omitempty"` // +kubebuilder:validation:Required ConnectionType *string `json:"connectionType" tf:"connection_type,omitempty"` // +kubebuilder:validation:Required PublicIP *string `json:"publicIp" tf:"public_ip,omitempty"` // +kubebuilder:validation:Optional Tags []TagsParameters `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*ClientGatewayParameters) DeepCopy ¶
func (in *ClientGatewayParameters) DeepCopy() *ClientGatewayParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientGatewayParameters.
func (*ClientGatewayParameters) DeepCopyInto ¶
func (in *ClientGatewayParameters) DeepCopyInto(out *ClientGatewayParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClientGatewaySpec ¶
type ClientGatewaySpec struct { v1.ResourceSpec `json:",inline"` ForProvider ClientGatewayParameters `json:"forProvider"` }
ClientGatewaySpec defines the desired state of ClientGateway
func (*ClientGatewaySpec) DeepCopy ¶
func (in *ClientGatewaySpec) DeepCopy() *ClientGatewaySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientGatewaySpec.
func (*ClientGatewaySpec) DeepCopyInto ¶
func (in *ClientGatewaySpec) DeepCopyInto(out *ClientGatewaySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClientGatewayStatus ¶
type ClientGatewayStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ClientGatewayObservation `json:"atProvider,omitempty"` }
ClientGatewayStatus defines the observed state of ClientGateway.
func (*ClientGatewayStatus) DeepCopy ¶
func (in *ClientGatewayStatus) DeepCopy() *ClientGatewayStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientGatewayStatus.
func (*ClientGatewayStatus) DeepCopyInto ¶
func (in *ClientGatewayStatus) DeepCopyInto(out *ClientGatewayStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagsObservation ¶
type TagsObservation struct { }
func (*TagsObservation) DeepCopy ¶
func (in *TagsObservation) DeepCopy() *TagsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagsObservation.
func (*TagsObservation) DeepCopyInto ¶
func (in *TagsObservation) DeepCopyInto(out *TagsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagsParameters ¶
type TagsParameters struct { // +kubebuilder:validation:Optional Key *string `json:"key,omitempty" tf:"key,omitempty"` // +kubebuilder:validation:Optional Value *string `json:"value,omitempty" tf:"value,omitempty"` }
func (*TagsParameters) DeepCopy ¶
func (in *TagsParameters) DeepCopy() *TagsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagsParameters.
func (*TagsParameters) DeepCopyInto ¶
func (in *TagsParameters) DeepCopyInto(out *TagsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.