Documentation
¶
Overview ¶
Package v1beta1 contains the input type for the Dummy Function +kubebuilder:object:generate=true +groupName=randomstring.fn.23technologies.cloud +versionName=v1beta1
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Objs []Object `json:"objects"` RandStr RandomString `json:"randomString"` }
func (*Config) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Config.
func (*Config) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Object ¶
type Object struct { Name string `json:"name"` FieldPath string `json:"fieldPath"` Prefix string `json:"prefix,omitempty"` }
func (*Object) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Object.
func (*Object) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RandString ¶
type RandString 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 Cfg Config `json:"config"` }
Response specifies Patch & Transform resource templates. +kubebuilder:resource:categories=crossplane
func (*RandString) DeepCopy ¶
func (in *RandString) DeepCopy() *RandString
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RandString.
func (*RandString) DeepCopyInto ¶
func (in *RandString) DeepCopyInto(out *RandString)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RandString) DeepCopyObject ¶
func (in *RandString) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RandomString ¶
type RandomString struct {
Length int `json:"length"`
}
func (*RandomString) DeepCopy ¶
func (in *RandomString) DeepCopy() *RandomString
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RandomString.
func (*RandomString) DeepCopyInto ¶
func (in *RandomString) DeepCopyInto(out *RandomString)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.