Documentation
¶
Overview ¶
Package v1beta1 contains the input type for this Function +kubebuilder:object:generate=true +groupName=function-claude-status-transformer.fn.crossplane.io +versionName=v1beta1
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusTransformation ¶
type StatusTransformation struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// AdditionalContext is additional context that the user may provide to help
// Claude identify the issue.
AdditionalContext string `json:"additionalContext"`
}
StatusTransformation can be used to provide input to this Function. +kubebuilder:object:root=true +kubebuilder:storageversion +kubebuilder:resource:categories=crossplane
func (*StatusTransformation) DeepCopy ¶
func (in *StatusTransformation) DeepCopy() *StatusTransformation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatusTransformation.
func (*StatusTransformation) DeepCopyInto ¶
func (in *StatusTransformation) DeepCopyInto(out *StatusTransformation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StatusTransformation) DeepCopyObject ¶
func (in *StatusTransformation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.