v1alpha1

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2021 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the devops v1alpha1 API group +kubebuilder:object:generate=true +groupName=devops.efunds.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: "devops.efunds.com", Version: "v1alpha1"}

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

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

Functions

This section is empty.

Types

type Pager

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

	Spec   PagerSpec   `json:"spec,omitempty"`
	Status PagerStatus `json:"status,omitempty"`
}

Pager is the Schema for the pagers API

func (*Pager) DeepCopy

func (in *Pager) DeepCopy() *Pager

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

func (*Pager) DeepCopyInto

func (in *Pager) DeepCopyInto(out *Pager)

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

func (*Pager) DeepCopyObject

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

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

type PagerList

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

PagerList contains a list of Pager

func (*PagerList) DeepCopy

func (in *PagerList) DeepCopy() *PagerList

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

func (*PagerList) DeepCopyInto

func (in *PagerList) DeepCopyInto(out *PagerList)

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

func (*PagerList) DeepCopyObject

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

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

type PagerSpec

type PagerSpec struct {

	// message_id is the target resource's id to record
	MessageID string `json:"message_id,omitempty"`
	// message_name is the target resource's name to record
	MessageName string `json:"message_name,omitempty"`
	// message_type is the target resource's type to record
	MessageType string `json:"message_type,omitempty"`
	// message_content is the target resource's type to record
	MessageContent string `json:"message_content,omitempty"`
}

PagerSpec defines the desired state of Pager

func (*PagerSpec) DeepCopy

func (in *PagerSpec) DeepCopy() *PagerSpec

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

func (*PagerSpec) DeepCopyInto

func (in *PagerSpec) DeepCopyInto(out *PagerSpec)

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

type PagerStatus

type PagerStatus struct {
}

PagerStatus defines the observed state of Pager

func (*PagerStatus) DeepCopy

func (in *PagerStatus) DeepCopy() *PagerStatus

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

func (*PagerStatus) DeepCopyInto

func (in *PagerStatus) DeepCopyInto(out *PagerStatus)

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