v1

package
v0.0.0-...-21cb609 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the nullemail v1 API group +kubebuilder:object:generate=true +groupName=nullemail.thenullchannel.dev

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "nullemail.thenullchannel.dev", 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 Email

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

	Spec   EmailSpec   `json:"spec,omitempty"`
	Status EmailStatus `json:"status,omitempty"`
}

Email is the Schema for the emails API

func (*Email) DeepCopy

func (in *Email) DeepCopy() *Email

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

func (*Email) DeepCopyInto

func (in *Email) DeepCopyInto(out *Email)

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

func (*Email) DeepCopyObject

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

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

type EmailList

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

EmailList contains a list of Email

func (*EmailList) DeepCopy

func (in *EmailList) DeepCopy() *EmailList

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

func (*EmailList) DeepCopyInto

func (in *EmailList) DeepCopyInto(out *EmailList)

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

func (*EmailList) DeepCopyObject

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

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

type EmailSpec

type EmailSpec struct {

	// Foo is an example field of Email. Edit email_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

EmailSpec defines the desired state of Email

func (*EmailSpec) DeepCopy

func (in *EmailSpec) DeepCopy() *EmailSpec

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

func (*EmailSpec) DeepCopyInto

func (in *EmailSpec) DeepCopyInto(out *EmailSpec)

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

type EmailStatus

type EmailStatus struct {
}

EmailStatus defines the observed state of Email

func (*EmailStatus) DeepCopy

func (in *EmailStatus) DeepCopy() *EmailStatus

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

func (*EmailStatus) DeepCopyInto

func (in *EmailStatus) DeepCopyInto(out *EmailStatus)

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