v1alpha1

package
v0.0.0-...-8c7c32e Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the rules v1alpha1 API group +kubebuilder:object:generate=true +groupName=rules.quay.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "rules.quay.io", Version: "v1alpha1"}

	// 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 RulesEngine

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

	Spec   RulesEngineSpec   `json:"spec,omitempty"`
	Status RulesEngineStatus `json:"status,omitempty"`
}

RulesEngine is the Schema for the rulesengines API

func (*RulesEngine) DeepCopy

func (in *RulesEngine) DeepCopy() *RulesEngine

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

func (*RulesEngine) DeepCopyInto

func (in *RulesEngine) DeepCopyInto(out *RulesEngine)

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

func (*RulesEngine) DeepCopyObject

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

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

type RulesEngineList

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

RulesEngineList contains a list of RulesEngine

func (*RulesEngineList) DeepCopy

func (in *RulesEngineList) DeepCopy() *RulesEngineList

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

func (*RulesEngineList) DeepCopyInto

func (in *RulesEngineList) DeepCopyInto(out *RulesEngineList)

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

func (*RulesEngineList) DeepCopyObject

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

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

type RulesEngineSpec

type RulesEngineSpec struct {

	//+kubebuilder:validation:Minimum=0
	Size int32 `json:"size"`
}

RulesEngineSpec defines the desired state of RulesEngine

func (*RulesEngineSpec) DeepCopy

func (in *RulesEngineSpec) DeepCopy() *RulesEngineSpec

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

func (*RulesEngineSpec) DeepCopyInto

func (in *RulesEngineSpec) DeepCopyInto(out *RulesEngineSpec)

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

type RulesEngineStatus

type RulesEngineStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	Nodes []string `json:"nodes"`
}

RulesEngineStatus defines the observed state of RulesEngine

func (*RulesEngineStatus) DeepCopy

func (in *RulesEngineStatus) DeepCopy() *RulesEngineStatus

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

func (*RulesEngineStatus) DeepCopyInto

func (in *RulesEngineStatus) DeepCopyInto(out *RulesEngineStatus)

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