v1alpha1

package
v0.2.0-rc9 Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the v1alpha1 API group +kubebuilder:object:generate=true +groupName=control.kubestellar.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "control.kubestellar.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 RawStatus

type RawStatus struct {
	// +kubebuilder:pruning:PreserveUnknownFields
	runtime.RawExtension `json:",inline"`
}

Manifest represents a resource to be deployed

func (*RawStatus) DeepCopy

func (in *RawStatus) DeepCopy() *RawStatus

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

func (*RawStatus) DeepCopyInto

func (in *RawStatus) DeepCopyInto(out *RawStatus)

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

type SourceRef

type SourceRef struct {
	Group     string `json:"group"`
	Version   string `json:"version,omitempty"`
	Resource  string `json:"resource,omitempty"`
	Kind      string `json:"kind,omitempty"`
	Name      string `json:"name,omitempty"`
	Namespace string `json:"namespace"`
}

func (*SourceRef) DeepCopy

func (in *SourceRef) DeepCopy() *SourceRef

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

func (*SourceRef) DeepCopyInto

func (in *SourceRef) DeepCopyInto(out *SourceRef)

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

type WorkStatus

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

	Spec   WorkStatusSpec `json:"spec,omitempty"`
	Status RawStatus      `json:"status,omitempty"`
}

WorkStatus is the Schema for the work status +kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:resource:scope=Namespaced,shortName={ws,wss}

func (*WorkStatus) DeepCopy

func (in *WorkStatus) DeepCopy() *WorkStatus

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

func (*WorkStatus) DeepCopyInto

func (in *WorkStatus) DeepCopyInto(out *WorkStatus)

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

func (*WorkStatus) DeepCopyObject

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

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

type WorkStatusList

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

+kubebuilder:object:root=true WorkStatusList contains a list of WorkStatus

func (*WorkStatusList) DeepCopy

func (in *WorkStatusList) DeepCopy() *WorkStatusList

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

func (*WorkStatusList) DeepCopyInto

func (in *WorkStatusList) DeepCopyInto(out *WorkStatusList)

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

func (*WorkStatusList) DeepCopyObject

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

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

type WorkStatusSpec

type WorkStatusSpec struct {
	SourceRef SourceRef `json:"sourceRef,omitempty"`
}

Workstatus spec

func (*WorkStatusSpec) DeepCopy

func (in *WorkStatusSpec) DeepCopy() *WorkStatusSpec

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

func (*WorkStatusSpec) DeepCopyInto

func (in *WorkStatusSpec) DeepCopyInto(out *WorkStatusSpec)

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