v1alpha1

package
v0.0.0-...-afb9292 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the multicluster v1alpha1 API group +kubebuilder:object:generate=true +groupName=multicluster.samanthajayasinghe.github.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "multicluster.samanthajayasinghe.github.io", 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 LogForwarder

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

	Spec   LogForwarderSpec   `json:"spec,omitempty"`
	Status LogForwarderStatus `json:"status,omitempty"`
}

LogForwarder is the Schema for the logforwarders API

func (*LogForwarder) DeepCopy

func (in *LogForwarder) DeepCopy() *LogForwarder

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

func (*LogForwarder) DeepCopyInto

func (in *LogForwarder) DeepCopyInto(out *LogForwarder)

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

func (*LogForwarder) DeepCopyObject

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

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

func (*LogForwarder) Job

func (t *LogForwarder) Job() batchv1.Job

Job ...

type LogForwarderList

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

LogForwarderList contains a list of LogForwarder

func (*LogForwarderList) DeepCopy

func (in *LogForwarderList) DeepCopy() *LogForwarderList

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

func (*LogForwarderList) DeepCopyInto

func (in *LogForwarderList) DeepCopyInto(out *LogForwarderList)

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

func (*LogForwarderList) DeepCopyObject

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

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

type LogForwarderSpec

type LogForwarderSpec struct {
	Image       string `json:"image,omitempty"`
	Destination string `json:"destination,omitempty"`
}

LogForwarderSpec defines the desired state of LogForwarder

func (*LogForwarderSpec) DeepCopy

func (in *LogForwarderSpec) DeepCopy() *LogForwarderSpec

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

func (*LogForwarderSpec) DeepCopyInto

func (in *LogForwarderSpec) DeepCopyInto(out *LogForwarderSpec)

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

type LogForwarderStatus

type LogForwarderStatus struct {
	Phase string `json:"phase"`
}

LogForwarderStatus defines the observed state of LogForwarder

func (*LogForwarderStatus) DeepCopy

func (in *LogForwarderStatus) DeepCopy() *LogForwarderStatus

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

func (*LogForwarderStatus) DeepCopyInto

func (in *LogForwarderStatus) DeepCopyInto(out *LogForwarderStatus)

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