v1alpha1

package
v0.0.0-...-8319f91 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the addons v1alpha1 API group +kubebuilder:object:generate=true +groupName=experiments.cnrm.cloud.google.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "experiments.cnrm.cloud.google.com", 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 CompositeDefinition

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

	Spec   CompositeDefinitionSpec   `json:"spec,omitempty"`
	Status CompositeDefinitionStatus `json:"status,omitempty"`
}

CompositeDefinition is the Schema for the compositedefinitions API

func (*CompositeDefinition) DeepCopy

func (in *CompositeDefinition) DeepCopy() *CompositeDefinition

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

func (*CompositeDefinition) DeepCopyInto

func (in *CompositeDefinition) DeepCopyInto(out *CompositeDefinition)

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

func (*CompositeDefinition) DeepCopyObject

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

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

type CompositeDefinitionList

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

CompositeDefinitionList contains a list of CompositeDefinition

func (*CompositeDefinitionList) DeepCopy

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

func (*CompositeDefinitionList) DeepCopyInto

func (in *CompositeDefinitionList) DeepCopyInto(out *CompositeDefinitionList)

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

func (*CompositeDefinitionList) DeepCopyObject

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

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

type CompositeDefinitionSpec

type CompositeDefinitionSpec struct {
	ReconcilerFor ReconcilerFor `json:"actsOn"`
	Engine        string        `json:"engine"`
	Definition    string        `json:"definition"`
}

CompositeDefinitionSpec defines the desired state of CompositeDefinition

func (*CompositeDefinitionSpec) DeepCopy

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

func (*CompositeDefinitionSpec) DeepCopyInto

func (in *CompositeDefinitionSpec) DeepCopyInto(out *CompositeDefinitionSpec)

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

type CompositeDefinitionStatus

type CompositeDefinitionStatus struct {
}

func (*CompositeDefinitionStatus) DeepCopy

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

func (*CompositeDefinitionStatus) DeepCopyInto

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

type ReconcilerFor

type ReconcilerFor struct {
	APIVersion string `json:"apiVersion"`
	Kind       string `json:"kind"`
}

func (*ReconcilerFor) DeepCopy

func (in *ReconcilerFor) DeepCopy() *ReconcilerFor

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

func (*ReconcilerFor) DeepCopyInto

func (in *ReconcilerFor) DeepCopyInto(out *ReconcilerFor)

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