v1

package
v1.87.5 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=caos.ch

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "caos.ch", Version: "v1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type Status

type Status struct {
}

func (*Status) DeepCopy

func (in *Status) DeepCopy() *Status

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

func (*Status) DeepCopyInto

func (in *Status) DeepCopyInto(out *Status)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Zitadel

type Zitadel struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   unstructured.Unstructured `json:"spec,omitempty"`
	Status Status                    `json:"status,omitempty"`
}

+kubebuilder:storageversion +kubebuilder:object:root=true +kubebuilder:crd=Zitadel

func (*Zitadel) DeepCopy

func (in *Zitadel) DeepCopy() *Zitadel

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

func (*Zitadel) DeepCopyInto

func (in *Zitadel) DeepCopyInto(out *Zitadel)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Zitadel) DeepCopyObject

func (in *Zitadel) DeepCopyObject() runtime.Object

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

type ZitadelList

type ZitadelList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Zitadel `json:"items"`
}

+kubebuilder:object:root=true

func (*ZitadelList) DeepCopy

func (in *ZitadelList) DeepCopy() *ZitadelList

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

func (*ZitadelList) DeepCopyInto

func (in *ZitadelList) DeepCopyInto(out *ZitadelList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ZitadelList) DeepCopyObject

func (in *ZitadelList) DeepCopyObject() runtime.Object

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

Jump to

Keyboard shortcuts

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