v1alpha1

package
v0.0.0-...-5e84970 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=dns.openstack.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "dns.openstack.upbound.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
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
)
View Source
var (
	RecordsetV2_Kind             = "RecordsetV2"
	RecordsetV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: RecordsetV2_Kind}.String()
	RecordsetV2_KindAPIVersion   = RecordsetV2_Kind + "." + CRDGroupVersion.String()
	RecordsetV2_GroupVersionKind = CRDGroupVersion.WithKind(RecordsetV2_Kind)
)

Repository type metadata.

View Source
var (
	ZoneV2_Kind             = "ZoneV2"
	ZoneV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ZoneV2_Kind}.String()
	ZoneV2_KindAPIVersion   = ZoneV2_Kind + "." + CRDGroupVersion.String()
	ZoneV2_GroupVersionKind = CRDGroupVersion.WithKind(ZoneV2_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type RecordsetV2

type RecordsetV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RecordsetV2Spec   `json:"spec"`
	Status            RecordsetV2Status `json:"status,omitempty"`
}

RecordsetV2 is the Schema for the RecordsetV2s API. Manages a DNS record set in the OpenStack DNS Service +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,openstack}

func (*RecordsetV2) DeepCopy

func (in *RecordsetV2) DeepCopy() *RecordsetV2

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecordsetV2.

func (*RecordsetV2) DeepCopyInto

func (in *RecordsetV2) DeepCopyInto(out *RecordsetV2)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RecordsetV2) DeepCopyObject

func (in *RecordsetV2) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RecordsetV2) GetCondition

func (mg *RecordsetV2) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this RecordsetV2.

func (*RecordsetV2) GetConnectionDetailsMapping

func (tr *RecordsetV2) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this RecordsetV2

func (*RecordsetV2) GetDeletionPolicy

func (mg *RecordsetV2) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this RecordsetV2.

func (*RecordsetV2) GetID

func (tr *RecordsetV2) GetID() string

GetID returns ID of underlying Terraform resource of this RecordsetV2

func (*RecordsetV2) GetManagementPolicies

func (mg *RecordsetV2) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this RecordsetV2.

func (*RecordsetV2) GetObservation

func (tr *RecordsetV2) GetObservation() (map[string]any, error)

GetObservation of this RecordsetV2

func (*RecordsetV2) GetParameters

func (tr *RecordsetV2) GetParameters() (map[string]any, error)

GetParameters of this RecordsetV2

func (*RecordsetV2) GetProviderConfigReference

func (mg *RecordsetV2) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this RecordsetV2.

func (*RecordsetV2) GetProviderReference

func (mg *RecordsetV2) GetProviderReference() *xpv1.Reference

GetProviderReference of this RecordsetV2. Deprecated: Use GetProviderConfigReference.

func (*RecordsetV2) GetPublishConnectionDetailsTo

func (mg *RecordsetV2) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this RecordsetV2.

func (*RecordsetV2) GetTerraformResourceType

func (mg *RecordsetV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this RecordsetV2

func (*RecordsetV2) GetTerraformSchemaVersion

func (tr *RecordsetV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*RecordsetV2) GetWriteConnectionSecretToReference

func (mg *RecordsetV2) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this RecordsetV2.

func (*RecordsetV2) LateInitialize

func (tr *RecordsetV2) LateInitialize(attrs []byte) (bool, error)

LateInitialize this RecordsetV2 using its observed tfState. returns True if there are any spec changes for the resource.

func (*RecordsetV2) ResolveReferences

func (mg *RecordsetV2) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this RecordsetV2.

func (*RecordsetV2) SetConditions

func (mg *RecordsetV2) SetConditions(c ...xpv1.Condition)

SetConditions of this RecordsetV2.

func (*RecordsetV2) SetDeletionPolicy

func (mg *RecordsetV2) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this RecordsetV2.

func (*RecordsetV2) SetManagementPolicies

func (mg *RecordsetV2) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this RecordsetV2.

func (*RecordsetV2) SetObservation

func (tr *RecordsetV2) SetObservation(obs map[string]any) error

SetObservation for this RecordsetV2

func (*RecordsetV2) SetParameters

func (tr *RecordsetV2) SetParameters(params map[string]any) error

SetParameters for this RecordsetV2

func (*RecordsetV2) SetProviderConfigReference

func (mg *RecordsetV2) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this RecordsetV2.

func (*RecordsetV2) SetProviderReference

func (mg *RecordsetV2) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this RecordsetV2. Deprecated: Use SetProviderConfigReference.

func (*RecordsetV2) SetPublishConnectionDetailsTo

func (mg *RecordsetV2) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this RecordsetV2.

func (*RecordsetV2) SetWriteConnectionSecretToReference

func (mg *RecordsetV2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this RecordsetV2.

type RecordsetV2List

type RecordsetV2List struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []RecordsetV2 `json:"items"`
}

RecordsetV2List contains a list of RecordsetV2s

func (*RecordsetV2List) DeepCopy

func (in *RecordsetV2List) DeepCopy() *RecordsetV2List

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecordsetV2List.

func (*RecordsetV2List) DeepCopyInto

func (in *RecordsetV2List) DeepCopyInto(out *RecordsetV2List)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RecordsetV2List) DeepCopyObject

func (in *RecordsetV2List) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RecordsetV2List) GetItems

func (l *RecordsetV2List) GetItems() []resource.Managed

GetItems of this RecordsetV2List.

type RecordsetV2Observation

type RecordsetV2Observation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*RecordsetV2Observation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecordsetV2Observation.

func (*RecordsetV2Observation) DeepCopyInto

func (in *RecordsetV2Observation) DeepCopyInto(out *RecordsetV2Observation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RecordsetV2Parameters

type RecordsetV2Parameters struct {

	// A description of the  record set.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Disable wait for recordset to reach ACTIVE
	// status. This argumen is disabled by default. If it is set to true, the recordset
	// will be considered as created/updated/deleted if OpenStack request returned success.
	// +kubebuilder:validation:Optional
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

	// The name of the record set. Note the . at the end of the name.
	// Changing this creates a new DNS  record set.
	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// The ID of the project DNS zone is created
	// for, sets X-Auth-Sudo-Tenant-ID header (requires an assigned
	// user role in target project)
	// +kubebuilder:validation:Optional
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// An array of DNS records. Note: if an IPv6 address
	// contains brackets ([ ]), the brackets will be stripped and the modified
	// address will be recorded in the state.
	// +kubebuilder:validation:Optional
	Records []*string `json:"records,omitempty" tf:"records,omitempty"`

	// The region in which to obtain the V2 DNS client.
	// If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS  record set.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The time to live (TTL) of the record set.
	// +kubebuilder:validation:Optional
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The type of record set. Examples: "A", "MX".
	// Changing this creates a new DNS  record set.
	// +kubebuilder:validation:Optional
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Map of additional options. Changing this creates a
	// new record set.
	// +kubebuilder:validation:Optional
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`

	// The ID of the zone in which to create the record set.
	// Changing this creates a new DNS  record set.
	// +crossplane:generate:reference:type=ZoneV2
	// +kubebuilder:validation:Optional
	ZoneID *string `json:"zoneId,omitempty" tf:"zone_id,omitempty"`

	// Reference to a ZoneV2 to populate zoneId.
	// +kubebuilder:validation:Optional
	ZoneIDRef *v1.Reference `json:"zoneIdRef,omitempty" tf:"-"`

	// Selector for a ZoneV2 to populate zoneId.
	// +kubebuilder:validation:Optional
	ZoneIDSelector *v1.Selector `json:"zoneIdSelector,omitempty" tf:"-"`
}

func (*RecordsetV2Parameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecordsetV2Parameters.

func (*RecordsetV2Parameters) DeepCopyInto

func (in *RecordsetV2Parameters) DeepCopyInto(out *RecordsetV2Parameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RecordsetV2Spec

type RecordsetV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     RecordsetV2Parameters `json:"forProvider"`
}

RecordsetV2Spec defines the desired state of RecordsetV2

func (*RecordsetV2Spec) DeepCopy

func (in *RecordsetV2Spec) DeepCopy() *RecordsetV2Spec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecordsetV2Spec.

func (*RecordsetV2Spec) DeepCopyInto

func (in *RecordsetV2Spec) DeepCopyInto(out *RecordsetV2Spec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RecordsetV2Status

type RecordsetV2Status struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        RecordsetV2Observation `json:"atProvider,omitempty"`
}

RecordsetV2Status defines the observed state of RecordsetV2.

func (*RecordsetV2Status) DeepCopy

func (in *RecordsetV2Status) DeepCopy() *RecordsetV2Status

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecordsetV2Status.

func (*RecordsetV2Status) DeepCopyInto

func (in *RecordsetV2Status) DeepCopyInto(out *RecordsetV2Status)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneV2

type ZoneV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ZoneV2Spec   `json:"spec"`
	Status            ZoneV2Status `json:"status,omitempty"`
}

ZoneV2 is the Schema for the ZoneV2s API. Manages a DNS zone in the OpenStack DNS Service +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,openstack}

func (*ZoneV2) DeepCopy

func (in *ZoneV2) DeepCopy() *ZoneV2

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneV2.

func (*ZoneV2) DeepCopyInto

func (in *ZoneV2) DeepCopyInto(out *ZoneV2)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ZoneV2) DeepCopyObject

func (in *ZoneV2) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ZoneV2) GetCondition

func (mg *ZoneV2) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ZoneV2.

func (*ZoneV2) GetConnectionDetailsMapping

func (tr *ZoneV2) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this ZoneV2

func (*ZoneV2) GetDeletionPolicy

func (mg *ZoneV2) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this ZoneV2.

func (*ZoneV2) GetID

func (tr *ZoneV2) GetID() string

GetID returns ID of underlying Terraform resource of this ZoneV2

func (*ZoneV2) GetManagementPolicies

func (mg *ZoneV2) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this ZoneV2.

func (*ZoneV2) GetObservation

func (tr *ZoneV2) GetObservation() (map[string]any, error)

GetObservation of this ZoneV2

func (*ZoneV2) GetParameters

func (tr *ZoneV2) GetParameters() (map[string]any, error)

GetParameters of this ZoneV2

func (*ZoneV2) GetProviderConfigReference

func (mg *ZoneV2) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this ZoneV2.

func (*ZoneV2) GetProviderReference

func (mg *ZoneV2) GetProviderReference() *xpv1.Reference

GetProviderReference of this ZoneV2. Deprecated: Use GetProviderConfigReference.

func (*ZoneV2) GetPublishConnectionDetailsTo

func (mg *ZoneV2) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this ZoneV2.

func (*ZoneV2) GetTerraformResourceType

func (mg *ZoneV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ZoneV2

func (*ZoneV2) GetTerraformSchemaVersion

func (tr *ZoneV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ZoneV2) GetWriteConnectionSecretToReference

func (mg *ZoneV2) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this ZoneV2.

func (*ZoneV2) LateInitialize

func (tr *ZoneV2) LateInitialize(attrs []byte) (bool, error)

LateInitialize this ZoneV2 using its observed tfState. returns True if there are any spec changes for the resource.

func (*ZoneV2) SetConditions

func (mg *ZoneV2) SetConditions(c ...xpv1.Condition)

SetConditions of this ZoneV2.

func (*ZoneV2) SetDeletionPolicy

func (mg *ZoneV2) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this ZoneV2.

func (*ZoneV2) SetManagementPolicies

func (mg *ZoneV2) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this ZoneV2.

func (*ZoneV2) SetObservation

func (tr *ZoneV2) SetObservation(obs map[string]any) error

SetObservation for this ZoneV2

func (*ZoneV2) SetParameters

func (tr *ZoneV2) SetParameters(params map[string]any) error

SetParameters for this ZoneV2

func (*ZoneV2) SetProviderConfigReference

func (mg *ZoneV2) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this ZoneV2.

func (*ZoneV2) SetProviderReference

func (mg *ZoneV2) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this ZoneV2. Deprecated: Use SetProviderConfigReference.

func (*ZoneV2) SetPublishConnectionDetailsTo

func (mg *ZoneV2) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this ZoneV2.

func (*ZoneV2) SetWriteConnectionSecretToReference

func (mg *ZoneV2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ZoneV2.

type ZoneV2List

type ZoneV2List struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ZoneV2 `json:"items"`
}

ZoneV2List contains a list of ZoneV2s

func (*ZoneV2List) DeepCopy

func (in *ZoneV2List) DeepCopy() *ZoneV2List

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneV2List.

func (*ZoneV2List) DeepCopyInto

func (in *ZoneV2List) DeepCopyInto(out *ZoneV2List)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ZoneV2List) DeepCopyObject

func (in *ZoneV2List) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ZoneV2List) GetItems

func (l *ZoneV2List) GetItems() []resource.Managed

GetItems of this ZoneV2List.

type ZoneV2Observation

type ZoneV2Observation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*ZoneV2Observation) DeepCopy

func (in *ZoneV2Observation) DeepCopy() *ZoneV2Observation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneV2Observation.

func (*ZoneV2Observation) DeepCopyInto

func (in *ZoneV2Observation) DeepCopyInto(out *ZoneV2Observation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneV2Parameters

type ZoneV2Parameters struct {

	// Attributes for the DNS Service scheduler.
	// Changing this creates a new zone.
	// +kubebuilder:validation:Optional
	Attributes map[string]*string `json:"attributes,omitempty" tf:"attributes,omitempty"`

	// A description of the zone.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Disable wait for zone to reach ACTIVE
	// status. The check is enabled by default. If this argument is true, zone
	// will be considered as created/updated if OpenStack request returned success.
	// +kubebuilder:validation:Optional
	DisableStatusCheck *bool `json:"disableStatusCheck,omitempty" tf:"disable_status_check,omitempty"`

	// The email contact for the zone record.
	// +kubebuilder:validation:Optional
	Email *string `json:"email,omitempty" tf:"email,omitempty"`

	// An array of master DNS servers. For when type is
	// SECONDARY.
	// +kubebuilder:validation:Optional
	Masters []*string `json:"masters,omitempty" tf:"masters,omitempty"`

	// The name of the zone. Note the . at the end of the name.
	// Changing this creates a new DNS zone.
	// +kubebuilder:validation:Required
	Name *string `json:"name" tf:"name,omitempty"`

	// The ID of the project DNS zone is created
	// for, sets X-Auth-Sudo-Tenant-ID header (requires an assigned
	// user role in target project)
	// +kubebuilder:validation:Optional
	ProjectID *string `json:"projectId,omitempty" tf:"project_id,omitempty"`

	// The region in which to obtain the V2 Compute client.
	// Keypairs are associated with accounts, but a Compute client is needed to
	// create one. If omitted, the region argument of the provider is used.
	// Changing this creates a new DNS zone.
	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// The time to live (TTL) of the zone.
	// +kubebuilder:validation:Optional
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The type of zone. Can either be PRIMARY or SECONDARY.
	// Changing this creates a new zone.
	// +kubebuilder:validation:Optional
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// Map of additional options. Changing this creates a
	// new zone.
	// +kubebuilder:validation:Optional
	ValueSpecs map[string]*string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`
}

func (*ZoneV2Parameters) DeepCopy

func (in *ZoneV2Parameters) DeepCopy() *ZoneV2Parameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneV2Parameters.

func (*ZoneV2Parameters) DeepCopyInto

func (in *ZoneV2Parameters) DeepCopyInto(out *ZoneV2Parameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneV2Spec

type ZoneV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ZoneV2Parameters `json:"forProvider"`
}

ZoneV2Spec defines the desired state of ZoneV2

func (*ZoneV2Spec) DeepCopy

func (in *ZoneV2Spec) DeepCopy() *ZoneV2Spec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneV2Spec.

func (*ZoneV2Spec) DeepCopyInto

func (in *ZoneV2Spec) DeepCopyInto(out *ZoneV2Spec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneV2Status

type ZoneV2Status struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ZoneV2Observation `json:"atProvider,omitempty"`
}

ZoneV2Status defines the observed state of ZoneV2.

func (*ZoneV2Status) DeepCopy

func (in *ZoneV2Status) DeepCopy() *ZoneV2Status

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneV2Status.

func (*ZoneV2Status) DeepCopyInto

func (in *ZoneV2Status) DeepCopyInto(out *ZoneV2Status)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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