v1alpha1

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package has auto-generated kube type wrappers for raw types. +k8s:openapi-gen=true +k8s:deepcopy-gen=package +groupName=metaprotocol.aeraki.io

Index

Constants

View Source
const (
	// Package-wide consts from generator "register".
	GroupName = "metaprotocol.aeraki.io"
)

Variables

View Source
var (
	// Package-wide variables from generator "register".
	SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1alpha1"}
	SchemeBuilder      = runtime.NewSchemeBuilder(addKnownTypes)

	AddToScheme = localSchemeBuilder.AddToScheme
)

Functions

func Resource

func Resource(resource string) schema.GroupResource

Types

type ApplicationProtocol

type ApplicationProtocol struct {
	v1.TypeMeta `json:",inline"`
	// +optional
	v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Spec defines the implementation of this definition.
	// +optional
	Spec metaprotocolv1alpha1.ApplicationProtocol `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`

	Status metav1alpha1.IstioStatus `json:"status"`
}

ApplicationProtocol defines an application protocol built on top of MetaProtocol.

<!-- crd generation tags +cue-gen:ApplicationProtocol:groupName:metaprotocol.aeraki.io +cue-gen:ApplicationProtocol:version:v1alpha1 +cue-gen:ApplicationProtocol:storageVersion +cue-gen:ApplicationProtocol:annotations:helm.sh/resource-policy=keep +cue-gen:ApplicationProtocol:labels:app=aeraki,chart=aeraki,heritage=Tiller,release=aeraki +cue-gen:ApplicationProtocol:subresource:status +cue-gen:ApplicationProtocol:scope:Cluster +cue-gen:ApplicationProtocol:resource:categories=aeraki-io,metaprotocol-aeraki-io +cue-gen:ApplicationProtocol:preserveUnknownFields:false -->

<!-- go code generation tags +kubetype-gen +kubetype-gen:groupVersion=metaprotocol.aeraki.io/v1alpha1 +genclient +k8s:deepcopy-gen=true -->

func (*ApplicationProtocol) DeepCopy

func (in *ApplicationProtocol) DeepCopy() *ApplicationProtocol

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

func (*ApplicationProtocol) DeepCopyInto

func (in *ApplicationProtocol) DeepCopyInto(out *ApplicationProtocol)

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

func (*ApplicationProtocol) DeepCopyObject

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

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

type ApplicationProtocolList

type ApplicationProtocolList struct {
	v1.TypeMeta `json:",inline"`
	// +optional
	v1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items       []*ApplicationProtocol `json:"items" protobuf:"bytes,2,rep,name=items"`
}

ApplicationProtocolList is a collection of ApplicationProtocols.

func (*ApplicationProtocolList) DeepCopy

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

func (*ApplicationProtocolList) DeepCopyInto

func (in *ApplicationProtocolList) DeepCopyInto(out *ApplicationProtocolList)

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

func (*ApplicationProtocolList) DeepCopyObject

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

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

type MetaRouter

type MetaRouter struct {
	v1.TypeMeta `json:",inline"`
	// +optional
	v1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// Spec defines the implementation of this definition.
	// +optional
	Spec metaprotocolv1alpha1.MetaRouter `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`

	Status metav1alpha1.IstioStatus `json:"status"`
}

MetaRouter defines route policies for MetaProtocol proxy.

<!-- crd generation tags +cue-gen:MetaRouter:groupName:metaprotocol.aeraki.io +cue-gen:MetaRouter:version:v1alpha1 +cue-gen:MetaRouter:storageVersion +cue-gen:MetaRouter:annotations:helm.sh/resource-policy=keep +cue-gen:MetaRouter:labels:app=aeraki,chart=aeraki,heritage=Tiller,release=aeraki +cue-gen:MetaRouter:subresource:status +cue-gen:MetaRouter:scope:Namespaced +cue-gen:MetaRouter:resource:categories=aeraki-io,metaprotocol-aeraki-io +cue-gen:MetaRouter:preserveUnknownFields:false -->

<!-- go code generation tags +kubetype-gen +kubetype-gen:groupVersion=metaprotocol.aeraki.io/v1alpha1 +genclient +k8s:deepcopy-gen=true -->

func (*MetaRouter) DeepCopy

func (in *MetaRouter) DeepCopy() *MetaRouter

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

func (*MetaRouter) DeepCopyInto

func (in *MetaRouter) DeepCopyInto(out *MetaRouter)

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

func (*MetaRouter) DeepCopyObject

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

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

type MetaRouterList

type MetaRouterList struct {
	v1.TypeMeta `json:",inline"`
	// +optional
	v1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
	Items       []*MetaRouter `json:"items" protobuf:"bytes,2,rep,name=items"`
}

MetaRouterList is a collection of MetaRouters.

func (*MetaRouterList) DeepCopy

func (in *MetaRouterList) DeepCopy() *MetaRouterList

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

func (*MetaRouterList) DeepCopyInto

func (in *MetaRouterList) DeepCopyInto(out *MetaRouterList)

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

func (*MetaRouterList) DeepCopyObject

func (in *MetaRouterList) 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