v1alpha1

package
v2.4.1 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "io.serverlessworkflow", 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

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource.

Types

type ServerlessWorkflow

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

	Spec   ServerlessWorkflowSpec   `json:"spec,omitempty"`
	Status ServerlessWorkflowStatus `json:"status,omitempty"`
}

ServerlessWorkflow ... +kubebuilder:object:root=true +kubebuilder:object:generate=true +kubebuilder:subresource:status +k8s:openapi-gen=true

func (*ServerlessWorkflow) DeepCopy

func (in *ServerlessWorkflow) DeepCopy() *ServerlessWorkflow

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

func (*ServerlessWorkflow) DeepCopyInto

func (in *ServerlessWorkflow) DeepCopyInto(out *ServerlessWorkflow)

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

func (*ServerlessWorkflow) DeepCopyObject

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

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

type ServerlessWorkflowList

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

ServerlessWorkflowList contains a list of SDKServerlessWorkflow +kubebuilder:object:root=true +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*ServerlessWorkflowList) DeepCopy

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

func (*ServerlessWorkflowList) DeepCopyInto

func (in *ServerlessWorkflowList) DeepCopyInto(out *ServerlessWorkflowList)

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

func (*ServerlessWorkflowList) DeepCopyObject

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

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

type ServerlessWorkflowSpec

type ServerlessWorkflowSpec struct {
	model.Workflow `json:",inline"`
}

ServerlessWorkflowSpec defines a base API for integration test with operator-sdk +k8s:openapi-gen=true

func (*ServerlessWorkflowSpec) DeepCopy

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

func (*ServerlessWorkflowSpec) DeepCopyInto

func (in *ServerlessWorkflowSpec) DeepCopyInto(out *ServerlessWorkflowSpec)

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

type ServerlessWorkflowStatus

type ServerlessWorkflowStatus struct {

	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
}

ServerlessWorkflowStatus ... +k8s:openapi-gen=true

func (*ServerlessWorkflowStatus) DeepCopy

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

func (*ServerlessWorkflowStatus) DeepCopyInto

func (in *ServerlessWorkflowStatus) DeepCopyInto(out *ServerlessWorkflowStatus)

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