v1

package
v0.0.0-...-523fb5d Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2025 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

+groupName=vegaproject.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeBuilder collects functions that add things to a scheme.
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	// AddToScheme applies all the stored functions to the scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: "vegaproject.io", Version: "v1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns back a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type CalculationBulkFactory

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

	RootFolder string         `json:"root_folder,omitempty"`
	InputFiles *v1.InputFiles `json:"input_files,omitempty"`
	WorkerPool string         `json:"worker_pool,omitempty"`
	BulkOutput string         `json:"bulk_output,omitempty"`
	Command    string         `json:"command,omitempty"`
	Args       []string       `json:"args,omitempty"`

	Status CalculationBulkFactoryStatus `json:"status,omitempty"`
}

func (*CalculationBulkFactory) DeepCopy

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

func (*CalculationBulkFactory) DeepCopyInto

func (in *CalculationBulkFactory) DeepCopyInto(out *CalculationBulkFactory)

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

func (*CalculationBulkFactory) DeepCopyObject

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

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

type CalculationBulkFactoryList

type CalculationBulkFactoryList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`
	Items           []CalculationBulkFactory `json:"items"`
}

func (*CalculationBulkFactoryList) DeepCopy

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

func (*CalculationBulkFactoryList) DeepCopyInto

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

func (*CalculationBulkFactoryList) DeepCopyObject

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

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

type CalculationBulkFactoryStatus

type CalculationBulkFactoryStatus struct {
	CreatedTime    metav1.Time        `json:"startTime,omitempty"`
	CompletionTime *metav1.Time       `json:"completionTime,omitempty"`
	Conditions     []metav1.Condition `json:"conditions,omitempty"`
	BulkCreated    bool               `json:"bulk_created,omitempty"`
}

func (*CalculationBulkFactoryStatus) DeepCopy

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

func (*CalculationBulkFactoryStatus) DeepCopyInto

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