v1alpha1

package
v0.0.0-...-2550644 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

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

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

	Spec   ZeebePlaySpec   `json:"spec,omitempty"`
	Status ZeebePlayStatus `json:"status,omitempty"`
}

ZeebePlay is the Schema for the zeebeplays API

func (*ZeebePlay) DeepCopy

func (in *ZeebePlay) DeepCopy() *ZeebePlay

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

func (*ZeebePlay) DeepCopyInto

func (in *ZeebePlay) DeepCopyInto(out *ZeebePlay)

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

func (*ZeebePlay) DeepCopyObject

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

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

type ZeebePlayList

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

ZeebePlayList contains a list of ZeebePlay

func (*ZeebePlayList) DeepCopy

func (in *ZeebePlayList) DeepCopy() *ZeebePlayList

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

func (*ZeebePlayList) DeepCopyInto

func (in *ZeebePlayList) DeepCopyInto(out *ZeebePlayList)

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

func (*ZeebePlayList) DeepCopyObject

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

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

type ZeebePlaySpec

type ZeebePlaySpec struct {
	DeathDate metav1.Time `json:"deathDate,omitempty"`
}

ZeebePlaySpec defines the desired state of ZeebePlay

func (*ZeebePlaySpec) DeepCopy

func (in *ZeebePlaySpec) DeepCopy() *ZeebePlaySpec

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

func (*ZeebePlaySpec) DeepCopyInto

func (in *ZeebePlaySpec) DeepCopyInto(out *ZeebePlaySpec)

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

type ZeebePlayStatus

type ZeebePlayStatus struct {
	Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"`

	HttpEndpoint string `json:"httpEndpoint,omitempty"`
	GrpcEndpoint string `json:"grpcEndpoint,omitempty"`
}

ZeebePlayStatus defines the observed state of ZeebePlay

func (*ZeebePlayStatus) DeepCopy

func (in *ZeebePlayStatus) DeepCopy() *ZeebePlayStatus

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

func (*ZeebePlayStatus) DeepCopyInto

func (in *ZeebePlayStatus) DeepCopyInto(out *ZeebePlayStatus)

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