Documentation ¶
Overview ¶
Package has auto-generated kube type wrappers for raw types. +k8s:openapi-gen=true +k8s:deepcopy-gen=package +groupName=extensions.istio.io
Index ¶
Constants ¶
const (
// Package-wide consts from generator "register".
GroupName = "extensions.istio.io"
)
Variables ¶
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 WasmPlugin ¶
type WasmPlugin 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 extensionsv1alpha1.WasmPlugin `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` Status metav1alpha1.IstioStatus `json:"status"` }
WasmPlugins provides a mechanism to extend the functionality provided by the Istio proxy through WebAssembly filters.
<!-- crd generation tags +cue-gen:WasmPlugin:groupName:extensions.istio.io +cue-gen:WasmPlugin:version:v1alpha1 +cue-gen:WasmPlugin:storageVersion +cue-gen:WasmPlugin:annotations:helm.sh/resource-policy=keep +cue-gen:WasmPlugin:labels:app=istio-pilot,chart=istio,heritage=Tiller,release=istio +cue-gen:WasmPlugin:subresource:status +cue-gen:WasmPlugin:scope:Namespaced +cue-gen:WasmPlugin:resource:categories=istio-io,extensions-istio-io +cue-gen:WasmPlugin:preserveUnknownFields:pluginConfig +cue-gen:WasmPlugin:printerColumn:name=Age,type=date,JSONPath=.metadata.creationTimestamp,description="CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" -->
<!-- go code generation tags +kubetype-gen +kubetype-gen:groupVersion=extensions.istio.io/v1alpha1 +genclient +k8s:deepcopy-gen=true -->
func (*WasmPlugin) DeepCopy ¶
func (in *WasmPlugin) DeepCopy() *WasmPlugin
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WasmPlugin.
func (*WasmPlugin) DeepCopyInto ¶
func (in *WasmPlugin) DeepCopyInto(out *WasmPlugin)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WasmPlugin) DeepCopyObject ¶
func (in *WasmPlugin) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WasmPluginList ¶
type WasmPluginList struct { v1.TypeMeta `json:",inline"` // +optional v1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` Items []*WasmPlugin `json:"items" protobuf:"bytes,2,rep,name=items"` }
WasmPluginList is a collection of WasmPlugins.
func (*WasmPluginList) DeepCopy ¶
func (in *WasmPluginList) DeepCopy() *WasmPluginList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WasmPluginList.
func (*WasmPluginList) DeepCopyInto ¶
func (in *WasmPluginList) DeepCopyInto(out *WasmPluginList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WasmPluginList) DeepCopyObject ¶
func (in *WasmPluginList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.