v1

package
v0.0.0-...-7406b6a Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the desec v1 API group +kubebuilder:object:generate=true +groupName=desec.owly.dedyn.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "desec.owly.dedyn.io", Version: "v1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type DesecDns

type DesecDns struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   DesecDnsSpec   `json:"spec,omitempty"`
	Status DesecDnsStatus `json:"status,omitempty"`
}

DesecDns is the Schema for the desecdns API

func (*DesecDns) DeepCopy

func (in *DesecDns) DeepCopy() *DesecDns

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

func (*DesecDns) DeepCopyInto

func (in *DesecDns) DeepCopyInto(out *DesecDns)

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

func (*DesecDns) DeepCopyObject

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

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

type DesecDnsList

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

DesecDnsList contains a list of DesecDns

func (*DesecDnsList) DeepCopy

func (in *DesecDnsList) DeepCopy() *DesecDnsList

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

func (*DesecDnsList) DeepCopyInto

func (in *DesecDnsList) DeepCopyInto(out *DesecDnsList)

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

func (*DesecDnsList) DeepCopyObject

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

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

type DesecDnsSpec

type DesecDnsSpec struct {

	// The IPs associated with this domain
	IPs []string `json:"ips"`
}

DesecDnsSpec defines the desired state of DesecDns

func (*DesecDnsSpec) DeepCopy

func (in *DesecDnsSpec) DeepCopy() *DesecDnsSpec

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

func (*DesecDnsSpec) DeepCopyInto

func (in *DesecDnsSpec) DeepCopyInto(out *DesecDnsSpec)

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

type DesecDnsStatus

type DesecDnsStatus struct {

	// Conditions
	Conditions []metav1.Condition `json:"conditions,omitempty"`
}

DesecDnsStatus defines the observed state of DesecDns

func (*DesecDnsStatus) DeepCopy

func (in *DesecDnsStatus) DeepCopy() *DesecDnsStatus

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

func (*DesecDnsStatus) DeepCopyInto

func (in *DesecDnsStatus) DeepCopyInto(out *DesecDnsStatus)

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