Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ResultContent of the pipeline job, passed via ConfigMap as v1.RadixJobResult structure
ResultContent = "ResultContent"
)
Variables ¶
This section is empty.
Functions ¶
func GetOwnerReference ¶
func GetOwnerReference(radixJob *v1.RadixJob) []metav1.OwnerReference
GetOwnerReference Gets owner reference of radix job
func GetOwnerReferenceOfJob ¶
func GetOwnerReferenceOfJob(radixclient radixclient.Interface, namespace, name string) ([]metav1.OwnerReference, error)
GetOwnerReferenceOfJob Gets owner reference of job with name and UUID
func IsRadixJobDone ¶
IsRadixJobDone Checks if job is done
Types ¶
type Config ¶ added in v1.30.6
type Config struct { PipelineJobsHistoryLimit int DeploymentsHistoryLimitPerEnvironment int AppBuilderResourcesLimitsMemory *resource.Quantity AppBuilderResourcesRequestsCPU *resource.Quantity AppBuilderResourcesRequestsMemory *resource.Quantity }
Config for pipeline jobs
Click to show internal directories.
Click to hide internal directories.