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 ¶
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GHAction.
func (*GHAction) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GHAction) DeepCopyObject ¶
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.