v1beta1

package
v0.0.0-...-7b4adf2 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

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

func (in *Config) DeepCopy() *Config

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

func (*Config) DeepCopyInto

func (in *Config) DeepCopyInto(out *Config)

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

func (in *Object) DeepCopy() *Object

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

func (*Object) DeepCopyInto

func (in *Object) DeepCopyInto(out *Object)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL