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