Documentation ¶
Index ¶
- Constants
- func CreatePipelineRunWithMutations(ctx context.Context, client client.Client, run *v1beta1.PipelineRun) error
- func InitPrometheus(client client.Client)
- func MutatePipelineRun(run *v1beta1.PipelineRun) *v1beta1.PipelineRun
- func SetupPRReconcilerWithManager(mgr ctrl.Manager) error
- type ReconcilePipelineRun
Constants ¶
View Source
const ( NamespaceLabel string = "namespace" LimitMemMetric string = "stonesoup_mem_limit_throttle_total" LimitCPUMetric string = "stonesoup_cpu_limit_throttle_total" ReqMemMetric string = "stonesoup_mem_req_throttle_total" ReqCPUMetric string = "stonesoup_cpu_req_throttle_total" PodCountMetric string = "stonesoup_pod_count_throttle_total" NodeResourceMetric string = "stonesoup_node_resources_throttle_total" )
Variables ¶
This section is empty.
Functions ¶
func InitPrometheus ¶
func MutatePipelineRun ¶
func MutatePipelineRun(run *v1beta1.PipelineRun) *v1beta1.PipelineRun
Types ¶
type ReconcilePipelineRun ¶
type ReconcilePipelineRun struct {
// contains filtered or unexported fields
}
func SetupClientAndPRReconciler ¶
func SetupClientAndPRReconciler(useOpenshift bool, objs ...runtimeclient.Object) (runtimeclient.Client, *ReconcilePipelineRun)
Click to show internal directories.
Click to hide internal directories.