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 githubaction v1 API group +kubebuilder:object:generate=true +groupName=githubaction.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: "githubaction.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 GHAction

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

	Spec   GHActionSpec   `json:"spec,omitempty"`
	Status GHActionStatus `json:"status,omitempty"`
}

GHAction is the Schema for the ghactions API

func (*GHAction) DeepCopy

func (in *GHAction) DeepCopy() *GHAction

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

func (*GHAction) DeepCopyInto

func (in *GHAction) DeepCopyInto(out *GHAction)

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

func (*GHAction) DeepCopyObject

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

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

type GHActionList

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

GHActionList contains a list of GHAction

func (*GHActionList) DeepCopy

func (in *GHActionList) DeepCopy() *GHActionList

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

func (*GHActionList) DeepCopyInto

func (in *GHActionList) DeepCopyInto(out *GHActionList)

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

func (*GHActionList) DeepCopyObject

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

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

type GHActionSpec

type GHActionSpec struct {

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

GHActionSpec defines the desired state of GHAction

func (*GHActionSpec) DeepCopy

func (in *GHActionSpec) DeepCopy() *GHActionSpec

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

func (*GHActionSpec) DeepCopyInto

func (in *GHActionSpec) DeepCopyInto(out *GHActionSpec)

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

type GHActionStatus

type GHActionStatus struct {
}

GHActionStatus defines the observed state of GHAction

func (*GHActionStatus) DeepCopy

func (in *GHActionStatus) DeepCopy() *GHActionStatus

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

func (*GHActionStatus) DeepCopyInto

func (in *GHActionStatus) DeepCopyInto(out *GHActionStatus)

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