Uses of Class
de.dlr.proseo.planner.kubernetes.KubeJob
Packages that use KubeJob
Package
Description
Kubernetes utility classes for the prosEO Production Planner component
-
Uses of KubeJob in de.dlr.proseo.planner.kubernetes
Methods in de.dlr.proseo.planner.kubernetes that return KubeJobModifier and TypeMethodDescriptionCreates a new job on the cluster with the specified ID and log levels.Creates a new job on the cluster with the specified name and log levels.KubeJob.createJob(KubeConfig kubeConfig, String stdoutLogLevel, String stderrLogLevel) Creates a Kubernetes job on the processing facility based on the provided parameters.KubeConfig.getKubeJob(String name) Looks for the Kubernetes job with the specified name.KubeJob.rebuild(KubeConfig kubeConfig, io.kubernetes.client.openapi.models.V1Job job) Rebuilds the kube job entries of a processing facility after a restart of the planner.Methods in de.dlr.proseo.planner.kubernetes with parameters of type KubeJobModifier and TypeMethodDescriptionbooleanDeletes a job from the cluster.Constructors in de.dlr.proseo.planner.kubernetes with parameters of type KubeJobModifierConstructorDescriptionKubeJobFinish(KubeJob kubeJob, ProductionPlanner planner, String jobName) Creates a new thread instance to monitor a Kubernetes job until its completion.