feat: add restore statuses to kubernetes crd

This commit is contained in:
2024-12-08 00:47:53 +03:30
parent c5b19d3336
commit 5abc044d69
9 changed files with 101 additions and 39 deletions

View File

@@ -10,7 +10,6 @@ import (
type ManagedJob struct {
def v1alpha1.FlinkJob
client *api.Client
jarId string
crd *crd.Crd
}