v1alpha1

package
v0.0.0-...-9c4517b Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the visualization v1alpha1 API group +kubebuilder:object:generate=true +groupName=visualization.magiccicd

Index

Constants

This section is empty.

Variables

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

	// 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 AppOfApps

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

	Spec   AppOfAppsSpec   `json:"spec,omitempty"`
	Status AppOfAppsStatus `json:"status,omitempty"`
}

AppOfApps is the Schema for the appofapps API

func (*AppOfApps) DeepCopy

func (in *AppOfApps) DeepCopy() *AppOfApps

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

func (*AppOfApps) DeepCopyInto

func (in *AppOfApps) DeepCopyInto(out *AppOfApps)

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

func (*AppOfApps) DeepCopyObject

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

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

type AppOfAppsList

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

AppOfAppsList contains a list of AppOfApps

func (*AppOfAppsList) DeepCopy

func (in *AppOfAppsList) DeepCopy() *AppOfAppsList

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

func (*AppOfAppsList) DeepCopyInto

func (in *AppOfAppsList) DeepCopyInto(out *AppOfAppsList)

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

func (*AppOfAppsList) DeepCopyObject

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

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

type AppOfAppsSpec

type AppOfAppsSpec struct {

	// Foo is an example field of AppOfApps. Edit appofapps_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

AppOfAppsSpec defines the desired state of AppOfApps

func (*AppOfAppsSpec) DeepCopy

func (in *AppOfAppsSpec) DeepCopy() *AppOfAppsSpec

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

func (*AppOfAppsSpec) DeepCopyInto

func (in *AppOfAppsSpec) DeepCopyInto(out *AppOfAppsSpec)

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

type AppOfAppsStatus

type AppOfAppsStatus struct {

	// Conditions store the status conditions of the AppOfApps instances
	// +operator-sdk:csv:customresourcedefinitions:type=status
	Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"`
}

AppOfAppsStatus defines the observed state of AppOfApps

func (*AppOfAppsStatus) DeepCopy

func (in *AppOfAppsStatus) DeepCopy() *AppOfAppsStatus

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

func (*AppOfAppsStatus) DeepCopyInto

func (in *AppOfAppsStatus) DeepCopyInto(out *AppOfAppsStatus)

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

type AppVersion

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

	Spec   AppVersionSpec   `json:"spec,omitempty"`
	Status AppVersionStatus `json:"status,omitempty"`
}

AppVersion is the Schema for the appversions API

func (*AppVersion) DeepCopy

func (in *AppVersion) DeepCopy() *AppVersion

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

func (*AppVersion) DeepCopyInto

func (in *AppVersion) DeepCopyInto(out *AppVersion)

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

func (*AppVersion) DeepCopyObject

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

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

type AppVersionList

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

AppVersionList contains a list of AppVersion

func (*AppVersionList) DeepCopy

func (in *AppVersionList) DeepCopy() *AppVersionList

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

func (*AppVersionList) DeepCopyInto

func (in *AppVersionList) DeepCopyInto(out *AppVersionList)

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

func (*AppVersionList) DeepCopyObject

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

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

type AppVersionSpec

type AppVersionSpec struct {

	// Foo is an example field of AppVersion. Edit appversion_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

AppVersionSpec defines the desired state of AppVersion

func (*AppVersionSpec) DeepCopy

func (in *AppVersionSpec) DeepCopy() *AppVersionSpec

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

func (*AppVersionSpec) DeepCopyInto

func (in *AppVersionSpec) DeepCopyInto(out *AppVersionSpec)

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

type AppVersionStatus

type AppVersionStatus struct {
}

AppVersionStatus defines the observed state of AppVersion

func (*AppVersionStatus) DeepCopy

func (in *AppVersionStatus) DeepCopy() *AppVersionStatus

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

func (*AppVersionStatus) DeepCopyInto

func (in *AppVersionStatus) DeepCopyInto(out *AppVersionStatus)

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