[FEAT] add driverPod/executorPod in Spark #5699
Annotations
8 errors and 1 warning
Lint
avoid direct access to proto field sparkJob.DriverPod.Metadata.Annotations, use sparkJob.DriverPod.GetMetadata().GetAnnotations() instead (protogetter)
|
Lint
avoid direct access to proto field sparkJob.DriverPod.Metadata.Labels, use sparkJob.DriverPod.GetMetadata().GetLabels() instead (protogetter)
|
Lint
avoid direct access to proto field k8sPod.PodSpec, use k8sPod.GetPodSpec() instead (protogetter)
|
Lint
avoid direct access to proto field k8sPod.PodSpec, use k8sPod.GetPodSpec() instead (protogetter)
|
Lint
avoid direct access to proto field k8sPod.PodSpec, use k8sPod.GetPodSpec() instead (protogetter)
|
Lint
avoid direct access to proto field sparkJob.ExecutorPod.Metadata.Annotations, use sparkJob.ExecutorPod.GetMetadata().GetAnnotations() instead (protogetter)
|
Lint
avoid direct access to proto field sparkJob.ExecutorPod.Metadata.Labels, use sparkJob.ExecutorPod.GetMetadata().GetLabels() instead (protogetter)
|
Lint
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading