Documentation ¶
Overview ¶
Package v1beta1 contains API Schema definitions for the github v1beta1 API group +kubebuilder:object:generate=true +groupName=github.juan-lee.dev
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "github.juan-lee.dev", Version: "v1beta1"} // 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 RunnerPool ¶
type RunnerPool struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec RunnerPoolSpec `json:"spec,omitempty"` Status RunnerPoolStatus `json:"status,omitempty"` }
RunnerPool is the Schema for the runnerpools API
func (*RunnerPool) DeepCopy ¶
func (in *RunnerPool) DeepCopy() *RunnerPool
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RunnerPool.
func (*RunnerPool) DeepCopyInto ¶
func (in *RunnerPool) DeepCopyInto(out *RunnerPool)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RunnerPool) DeepCopyObject ¶
func (in *RunnerPool) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RunnerPoolList ¶
type RunnerPoolList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []RunnerPool `json:"items"` }
RunnerPoolList contains a list of RunnerPool
func (*RunnerPoolList) DeepCopy ¶
func (in *RunnerPoolList) DeepCopy() *RunnerPoolList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RunnerPoolList.
func (*RunnerPoolList) DeepCopyInto ¶
func (in *RunnerPoolList) DeepCopyInto(out *RunnerPoolList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RunnerPoolList) DeepCopyObject ¶
func (in *RunnerPoolList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RunnerPoolSpec ¶
type RunnerPoolSpec struct { // Foo is an example field of RunnerPool. Edit RunnerPool_types.go to remove/update Foo string `json:"foo,omitempty"` }
RunnerPoolSpec defines the desired state of RunnerPool
func (*RunnerPoolSpec) DeepCopy ¶
func (in *RunnerPoolSpec) DeepCopy() *RunnerPoolSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RunnerPoolSpec.
func (*RunnerPoolSpec) DeepCopyInto ¶
func (in *RunnerPoolSpec) DeepCopyInto(out *RunnerPoolSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RunnerPoolStatus ¶
type RunnerPoolStatus struct { }
RunnerPoolStatus defines the observed state of RunnerPool
func (*RunnerPoolStatus) DeepCopy ¶
func (in *RunnerPoolStatus) DeepCopy() *RunnerPoolStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RunnerPoolStatus.
func (*RunnerPoolStatus) DeepCopyInto ¶
func (in *RunnerPoolStatus) DeepCopyInto(out *RunnerPoolStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.