Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LabelKeyWorkflowRunId is the label identifier a pipelinerun is managed by the Kubeflow Pipeline persistent agent. LabelKeyWorkflowRunId = "pipeline/runid" DefaultNestedStackDepth = 30 DefaultIterationLimit = 10000 MaxNestedStackDepthKey = "maxNestedStackDepth" IterationLimitEnvKey = "IterationLimit" )
Variables ¶
This section is empty.
Functions ¶
func Find ¶
Find takes a slice and looks for an element in it. If found it will return it's key, otherwise it will return -1 and a bool of false.
func NewController ¶
NewController instantiates a new controller.Impl from knative.dev/pkg/controller
Types ¶
type CacheKey ¶
type CacheKey struct { Params []tektonv1.Param `json:"params"` PipelineLoopSpec *pipelineloopv1alpha1.PipelineLoopSpec `json:"pipelineSpec"` }
type Reconciler ¶
type Reconciler struct { KubeClientSet kubernetes.Interface // contains filtered or unexported fields }
Reconciler implements controller.Reconciler for Configuration resources.
func (*Reconciler) ReconcileKind ¶
func (c *Reconciler) ReconcileKind(ctx context.Context, customRun *tektonv1beta1.CustomRun) pkgreconciler.Event
ReconcileKind compares the actual state with the desired, and attempts to converge the two. It then updates the Status block of the CustomRun resource with the current status of the resource.
Click to show internal directories.
Click to hide internal directories.