v1

package
v0.0.0-...-240ab6b Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+k8s:deepcopy-gen=package +groupName=duck.tableflip.dev

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: duck.GroupName, Version: "v1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns back a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type Results

type Results struct {
	Expression string `json:"expression,omitempty"`
	Result     int    `json:"result"`
}

func (*Results) ConvertFrom

func (a *Results) ConvertFrom(ctx context.Context, from apis.Convertible) error

ConvertFrom implements apis.Convertible

func (*Results) ConvertTo

func (a *Results) ConvertTo(ctx context.Context, to apis.Convertible) error

ConvertTo implements apis.Convertible

func (*Results) DeepCopy

func (in *Results) DeepCopy() *Results

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

func (*Results) DeepCopyInto

func (in *Results) DeepCopyInto(out *Results)

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

func (*Results) GetFullType

func (*Results) GetFullType() ducktypes.Populatable

GetFullType implements duck.Implementable

type ResultsStatus

type ResultsStatus struct {
	Results `json:",inline"`
}

func (*ResultsStatus) DeepCopy

func (in *ResultsStatus) DeepCopy() *ResultsStatus

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

func (*ResultsStatus) DeepCopyInto

func (in *ResultsStatus) DeepCopyInto(out *ResultsStatus)

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

type ResultsType

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

	Status ResultsStatus `json:"status"`
}

func (*ResultsType) DeepCopy

func (in *ResultsType) DeepCopy() *ResultsType

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

func (*ResultsType) DeepCopyInto

func (in *ResultsType) DeepCopyInto(out *ResultsType)

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

func (*ResultsType) DeepCopyObject

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

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

func (*ResultsType) GetGroupVersionKind

func (t *ResultsType) GetGroupVersionKind() schema.GroupVersionKind

GetGroupVersionKind implements kmeta.OwnerRefable

func (*ResultsType) GetListType

func (*ResultsType) GetListType() runtime.Object

GetListType implements apis.Listable

func (*ResultsType) Populate

func (t *ResultsType) Populate()

Populate implements duck.Populatable

type ResultsTypeList

type ResultsTypeList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`

	Items []ResultsType `json:"items"`
}

ResultsTypeList is a list of ResultsType resources

func (*ResultsTypeList) DeepCopy

func (in *ResultsTypeList) DeepCopy() *ResultsTypeList

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

func (*ResultsTypeList) DeepCopyInto

func (in *ResultsTypeList) DeepCopyInto(out *ResultsTypeList)

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

func (*ResultsTypeList) DeepCopyObject

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL