Documentation
¶
Overview ¶
Package v1beta1 contains the input type for the Dummy Function +kubebuilder:object:generate=true +groupName=argo.discover.upbound.io +versionName=v1beta1
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Response must be a RunFunctionResponse in YAML/JSON form. The Function
// will always return exactly this response when called.
// +kubebuilder:pruning:PreserveUnknownFields
Response runtime.RawExtension `json:"response"`
}
Response specifies Patch & Transform resource templates. +kubebuilder:resource:categories=crossplane
func (*Response) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Response.
func (*Response) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Response) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
Click to show internal directories.
Click to hide internal directories.