v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=dhcpoption.upjet-provider-outscale.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "dhcpoption.upjet-provider-outscale.upbound.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	DhcpOption_Kind             = "DhcpOption"
	DhcpOption_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: DhcpOption_Kind}.String()
	DhcpOption_KindAPIVersion   = DhcpOption_Kind + "." + CRDGroupVersion.String()
	DhcpOption_GroupVersionKind = CRDGroupVersion.WithKind(DhcpOption_Kind)
)

Repository type metadata.

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
)

Functions

This section is empty.

Types

type DhcpOption

type DhcpOption struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              DhcpOptionSpec   `json:"spec"`
	Status            DhcpOptionStatus `json:"status,omitempty"`
}

DhcpOption is the Schema for the DhcpOptions 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 (*DhcpOption) DeepCopy

func (in *DhcpOption) DeepCopy() *DhcpOption

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

func (*DhcpOption) DeepCopyInto

func (in *DhcpOption) DeepCopyInto(out *DhcpOption)

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

func (*DhcpOption) DeepCopyObject

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

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

func (*DhcpOption) GetCondition

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

GetCondition of this DhcpOption.

func (*DhcpOption) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this DhcpOption

func (*DhcpOption) GetDeletionPolicy

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

GetDeletionPolicy of this DhcpOption.

func (*DhcpOption) GetID

func (tr *DhcpOption) GetID() string

GetID returns ID of underlying Terraform resource of this DhcpOption

func (*DhcpOption) GetObservation

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

GetObservation of this DhcpOption

func (*DhcpOption) GetParameters

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

GetParameters of this DhcpOption

func (*DhcpOption) GetProviderConfigReference

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

GetProviderConfigReference of this DhcpOption.

func (*DhcpOption) GetProviderReference

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

GetProviderReference of this DhcpOption. Deprecated: Use GetProviderConfigReference.

func (*DhcpOption) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this DhcpOption.

func (*DhcpOption) GetTerraformResourceType

func (mg *DhcpOption) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this DhcpOption

func (*DhcpOption) GetTerraformSchemaVersion

func (tr *DhcpOption) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*DhcpOption) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this DhcpOption.

func (*DhcpOption) LateInitialize

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

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

func (*DhcpOption) SetConditions

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

SetConditions of this DhcpOption.

func (*DhcpOption) SetDeletionPolicy

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

SetDeletionPolicy of this DhcpOption.

func (*DhcpOption) SetObservation

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

SetObservation for this DhcpOption

func (*DhcpOption) SetParameters

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

SetParameters for this DhcpOption

func (*DhcpOption) SetProviderConfigReference

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

SetProviderConfigReference of this DhcpOption.

func (*DhcpOption) SetProviderReference

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

SetProviderReference of this DhcpOption. Deprecated: Use SetProviderConfigReference.

func (*DhcpOption) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this DhcpOption.

func (*DhcpOption) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this DhcpOption.

type DhcpOptionList

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

DhcpOptionList contains a list of DhcpOptions

func (*DhcpOptionList) DeepCopy

func (in *DhcpOptionList) DeepCopy() *DhcpOptionList

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

func (*DhcpOptionList) DeepCopyInto

func (in *DhcpOptionList) DeepCopyInto(out *DhcpOptionList)

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

func (*DhcpOptionList) DeepCopyObject

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

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

func (*DhcpOptionList) GetItems

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

GetItems of this DhcpOptionList.

type DhcpOptionObservation

type DhcpOptionObservation struct {
	DHCPOptionsSetID *string `json:"dhcpOptionsSetId,omitempty" tf:"dhcp_options_set_id,omitempty"`

	Default *bool `json:"default,omitempty" tf:"default,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	RequestID *string `json:"requestId,omitempty" tf:"request_id,omitempty"`
}

func (*DhcpOptionObservation) DeepCopy

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

func (*DhcpOptionObservation) DeepCopyInto

func (in *DhcpOptionObservation) DeepCopyInto(out *DhcpOptionObservation)

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

type DhcpOptionParameters

type DhcpOptionParameters struct {

	// +kubebuilder:validation:Optional
	DomainName *string `json:"domainName,omitempty" tf:"domain_name,omitempty"`

	// +kubebuilder:validation:Optional
	DomainNameServers []*string `json:"domainNameServers,omitempty" tf:"domain_name_servers,omitempty"`

	// +kubebuilder:validation:Optional
	LogServers []*string `json:"logServers,omitempty" tf:"log_servers,omitempty"`

	// +kubebuilder:validation:Optional
	NtpServers []*string `json:"ntpServers,omitempty" tf:"ntp_servers,omitempty"`

	// +kubebuilder:validation:Optional
	Tags []TagsParameters `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*DhcpOptionParameters) DeepCopy

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

func (*DhcpOptionParameters) DeepCopyInto

func (in *DhcpOptionParameters) DeepCopyInto(out *DhcpOptionParameters)

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

type DhcpOptionSpec

type DhcpOptionSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     DhcpOptionParameters `json:"forProvider"`
}

DhcpOptionSpec defines the desired state of DhcpOption

func (*DhcpOptionSpec) DeepCopy

func (in *DhcpOptionSpec) DeepCopy() *DhcpOptionSpec

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

func (*DhcpOptionSpec) DeepCopyInto

func (in *DhcpOptionSpec) DeepCopyInto(out *DhcpOptionSpec)

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

type DhcpOptionStatus

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

DhcpOptionStatus defines the observed state of DhcpOption.

func (*DhcpOptionStatus) DeepCopy

func (in *DhcpOptionStatus) DeepCopy() *DhcpOptionStatus

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

func (*DhcpOptionStatus) DeepCopyInto

func (in *DhcpOptionStatus) DeepCopyInto(out *DhcpOptionStatus)

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.

Jump to

Keyboard shortcuts

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