package
0.0.0-20250307135755-0d9a7b00e926
Repository: https://github.com/kubeflow/pipelines.git
Documentation: pkg.go.dev
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
Pipeline is the Schema for the pipelines API.
PipelineIRSpec is just a generalization of an interface{} type +kubebuilder:object:generate=false +kubebuilder:validation:Type="".
PipelineList contains a list of Pipeline.
PipelineSpec defines the desired state of Pipeline.
PipelineVersion is the Schema for the pipelineversions API.
PipelineVersionList contains a list of PipelineVersion.
PipelineVersionSpec defines the desired state of PipelineVersion.
PipelineVersionStatus defines the observed state of PipelineVersion.
SimplifiedCondition is a metav1.Condition without lastTransitionTime since the database model doesn't have such a concept and it allows a default status in the CRD without a controller setting it.