v1alpha1

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Overview

Package v2 contains API Schema definitions for the config v2 API group +kubebuilder:object:generate=true +groupName=config.kubeflow.org

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "config.kubeflow.org", 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 ArgoConfiguration

type ArgoConfiguration struct {
	CompilerImage  string `json:"compilerImage,omitempty"`
	KfpSdkImage    string `json:"kfpSdkImage,omitempty"`
	ServiceAccount string `json:"serviceAccount,omitempty"`

	ContainerDefaults apiv1.Container `json:"containerDefaults,omitempty"`
	MetadataDefaults  argo.Metadata   `json:"metadataDefaults,omitempty"`
}

func (*ArgoConfiguration) DeepCopy

func (in *ArgoConfiguration) DeepCopy() *ArgoConfiguration

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

func (*ArgoConfiguration) DeepCopyInto

func (in *ArgoConfiguration) DeepCopyInto(out *ArgoConfiguration)

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

type Configuration

type Configuration struct {
	PipelineStorage string `json:"pipelineStorage,omitempty"`
	KfpEndpoint     string `json:"kfpEndpoint,omitempty"`

	Argo ArgoConfiguration `json:"argo,omitempty"`

	DefaultBeamArgs map[string]string `json:"defaultBeamArgs,omitempty"`

	DefaultExperiment string `json:"defaultExperiment,omitempty"`

	Debug pipelinesv1.DebugOptions `json:"debug,omitempty"`
}

func (*Configuration) DeepCopy

func (in *Configuration) DeepCopy() *Configuration

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

func (*Configuration) DeepCopyInto

func (in *Configuration) DeepCopyInto(out *Configuration)

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

type KfpControllerConfig

type KfpControllerConfig struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Workflows         Configuration `json:"spec,omitempty"`

	cfg.ControllerManagerConfigurationSpec `json:"controller,omitempty"`
}

func (*KfpControllerConfig) DeepCopy

func (in *KfpControllerConfig) DeepCopy() *KfpControllerConfig

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

func (*KfpControllerConfig) DeepCopyInto

func (in *KfpControllerConfig) DeepCopyInto(out *KfpControllerConfig)

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

func (*KfpControllerConfig) DeepCopyObject

func (in *KfpControllerConfig) 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