v1

package
v0.0.0-...-983860c Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the network v1 API group +kubebuilder:object:generate=true +groupName=network.xzzpig.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "network.xzzpig.com", 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 AliDnsAccount

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

	Spec   AliDnsAccountSpec   `json:"spec,omitempty"`
	Status AliDnsAccountStatus `json:"status,omitempty"`
}

AliDnsAccount is the Schema for the alidnsaccounts API

func (*AliDnsAccount) DeepCopy

func (in *AliDnsAccount) DeepCopy() *AliDnsAccount

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

func (*AliDnsAccount) DeepCopyInto

func (in *AliDnsAccount) DeepCopyInto(out *AliDnsAccount)

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

func (*AliDnsAccount) DeepCopyObject

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

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

type AliDnsAccountList

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

AliDnsAccountList contains a list of AliDnsAccount

func (*AliDnsAccountList) DeepCopy

func (in *AliDnsAccountList) DeepCopy() *AliDnsAccountList

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

func (*AliDnsAccountList) DeepCopyInto

func (in *AliDnsAccountList) DeepCopyInto(out *AliDnsAccountList)

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

func (*AliDnsAccountList) DeepCopyObject

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

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

type AliDnsAccountSpec

type AliDnsAccountSpec struct {
	AccessKeyId     string `json:"accessKeyId,omitempty"`
	AccessKeySecret string `json:"accessKeySecret,omitempty"`
	DomainName      string `json:"domainName,omitempty"`
}

AliDnsAccountSpec defines the desired state of AliDnsAccount

func (*AliDnsAccountSpec) DeepCopy

func (in *AliDnsAccountSpec) DeepCopy() *AliDnsAccountSpec

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

func (*AliDnsAccountSpec) DeepCopyInto

func (in *AliDnsAccountSpec) DeepCopyInto(out *AliDnsAccountSpec)

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

type AliDnsAccountStatus

type AliDnsAccountStatus struct {
	LastIp string `json:"lastIp,omitempty"`
}

AliDnsAccountStatus defines the observed state of AliDnsAccount

func (*AliDnsAccountStatus) DeepCopy

func (in *AliDnsAccountStatus) DeepCopy() *AliDnsAccountStatus

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

func (*AliDnsAccountStatus) DeepCopyInto

func (in *AliDnsAccountStatus) DeepCopyInto(out *AliDnsAccountStatus)

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