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 ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "config.kubeflow.org", Version: "v1alpha4"} // 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 Configuration ¶
type Configuration struct { PipelineStorage string `json:"pipelineStorage,omitempty"` DefaultProvider string `json:"defaultProvider,omitempty"` WorkflowTemplatePrefix string `json:"workflowTemplatePrefix,omitempty"` WorkflowNamespace string `json:"workflowNamespace,omitempty"` Multiversion bool `json:"multiversion,omitempty"` DefaultBeamArgs []apis.NamedValue `json:"defaultBeamArgs,omitempty"` DefaultExperiment string `json:"defaultExperiment,omitempty"` RunCompletionTTL *metav1.Duration `json:"runCompletionTTL,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.