From 9391054551f60c8d30688dd45e3bfb325ae6ac4e Mon Sep 17 00:00:00 2001 From: Andres Morey Date: Wed, 8 May 2024 00:02:42 +0300 Subject: [PATCH] upgrades gqlgen -> 0.17.46 --- backend/go.mod | 4 +- backend/go.sum | 8 +- backend/graph/generated.go | 596 +++++++++++++++--------------- backend/graph/schema.resolvers.go | 2 +- 4 files changed, 305 insertions(+), 305 deletions(-) diff --git a/backend/go.mod b/backend/go.mod index 75201a44..8c2e8a73 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -3,7 +3,7 @@ module github.com/kubetail-org/kubetail go 1.22.2 require ( - github.com/99designs/gqlgen v0.17.45 + github.com/99designs/gqlgen v0.17.46 github.com/gin-contrib/gzip v1.0.0 github.com/gin-contrib/requestid v1.0.2 github.com/gin-contrib/secure v1.1.0 @@ -99,7 +99,7 @@ require ( golang.org/x/term v0.20.0 // indirect golang.org/x/text v0.15.0 // indirect golang.org/x/time v0.5.0 // indirect - golang.org/x/tools v0.20.0 // indirect + golang.org/x/tools v0.21.0 // indirect google.golang.org/appengine v1.6.8 // indirect google.golang.org/protobuf v1.34.1 // indirect gopkg.in/inf.v0 v0.9.1 // indirect diff --git a/backend/go.sum b/backend/go.sum index 3a18557e..cd06d14d 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -1,5 +1,5 @@ -github.com/99designs/gqlgen v0.17.45 h1:bH0AH67vIJo8JKNKPJP+pOPpQhZeuVRQLf53dKIpDik= -github.com/99designs/gqlgen v0.17.45/go.mod h1:Bas0XQ+Jiu/Xm5E33jC8sES3G+iC2esHBMXcq0fUPs0= +github.com/99designs/gqlgen v0.17.46 h1:Dk/pSCMVp57z/vd6gwZ/wmqbPOL3i5iz4YQHTDfxyuw= +github.com/99designs/gqlgen v0.17.46/go.mod h1:qRtiAeVPgkBBSPzZtoZXRRl5WkNrUTpp1OeVt61TmGU= github.com/agnivade/levenshtein v1.1.1 h1:QY8M92nrzkmr798gCo3kmMyqXFzdQVpxLlGPRBij0P8= github.com/agnivade/levenshtein v1.1.1/go.mod h1:veldBMzWxcCG2ZvUTKD2kJNRdCk5hVbJomOvKkmgYbo= github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ= @@ -305,8 +305,8 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.20.0 h1:hz/CVckiOxybQvFw6h7b/q80NTr9IUQb4s1IIzW7KNY= -golang.org/x/tools v0.20.0/go.mod h1:WvitBU7JJf6A4jOdg4S1tviW9bhUxkgeCui/0JHctQg= +golang.org/x/tools v0.21.0 h1:qc0xYgIbsSDt9EyWz05J5wfa7LOVW0YTLOXrqdLAWIw= +golang.org/x/tools v0.21.0/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/backend/graph/generated.go b/backend/graph/generated.go index 77211b84..af0b47d2 100644 --- a/backend/graph/generated.go +++ b/backend/graph/generated.go @@ -3272,7 +3272,7 @@ func (ec *executionContext) field_Query_podLogHead_args(ctx context.Context, raw ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("first")) directive0 := func(ctx context.Context) (interface{}, error) { return ec.unmarshalOInt2ᚖint(ctx, tmp) } directive1 := func(ctx context.Context) (interface{}, error) { - rule, err := ec.unmarshalNString2string(ctx, "gt=0") + rule, err := ec.unmarshalNString2string(ctx, "gte=0") if err != nil { return nil, err } @@ -3346,11 +3346,11 @@ func (ec *executionContext) field_Query_podLogTail_args(ctx context.Context, raw ctx := graphql.WithPathContext(ctx, graphql.NewPathWithField("last")) directive0 := func(ctx context.Context) (interface{}, error) { return ec.unmarshalOInt2ᚖint(ctx, tmp) } directive1 := func(ctx context.Context) (interface{}, error) { - rule, err := ec.unmarshalNString2string(ctx, "gte=0") + rule, err := ec.unmarshalNString2string(ctx, "gt=0") if err != nil { return nil, err } - message, err := ec.unmarshalOString2ᚖstring(ctx, "Value must be >= 0") + message, err := ec.unmarshalOString2ᚖstring(ctx, "Value must be > 0") if err != nil { return nil, err } @@ -3727,7 +3727,7 @@ func (ec *executionContext) _AppsV1DaemonSet_id(ctx context.Context, field graph return ec.marshalNID2k8sᚗioᚋapimachineryᚋpkgᚋtypesᚐUID(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSet_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSet_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSet", Field: field, @@ -3771,7 +3771,7 @@ func (ec *executionContext) _AppsV1DaemonSet_kind(ctx context.Context, field gra return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSet_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSet_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSet", Field: field, @@ -3815,7 +3815,7 @@ func (ec *executionContext) _AppsV1DaemonSet_apiVersion(ctx context.Context, fie return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSet_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSet_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSet", Field: field, @@ -3859,7 +3859,7 @@ func (ec *executionContext) _AppsV1DaemonSet_metadata(ctx context.Context, field return ec.marshalNMetaV1ObjectMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐObjectMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSet_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSet_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSet", Field: field, @@ -3923,7 +3923,7 @@ func (ec *executionContext) _AppsV1DaemonSet_spec(ctx context.Context, field gra return ec.marshalNAppsV1DaemonSetSpec2k8sᚗioᚋapiᚋappsᚋv1ᚐDaemonSetSpec(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSet_spec(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSet_spec(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSet", Field: field, @@ -3971,7 +3971,7 @@ func (ec *executionContext) _AppsV1DaemonSet_status(ctx context.Context, field g return ec.marshalNAppsV1DaemonSetStatus2k8sᚗioᚋapiᚋappsᚋv1ᚐDaemonSetStatus(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSet_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSet_status(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSet", Field: field, @@ -4035,7 +4035,7 @@ func (ec *executionContext) _AppsV1DaemonSetCondition_type(ctx context.Context, return ec.marshalNAppsV1DaemonSetConditionType2k8sᚗioᚋapiᚋappsᚋv1ᚐDaemonSetConditionType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetCondition_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetCondition_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetCondition", Field: field, @@ -4079,7 +4079,7 @@ func (ec *executionContext) _AppsV1DaemonSetCondition_status(ctx context.Context return ec.marshalNCoreV1ConditionStatus2k8sᚗioᚋapiᚋcoreᚋv1ᚐConditionStatus(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetCondition_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetCondition_status(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetCondition", Field: field, @@ -4123,7 +4123,7 @@ func (ec *executionContext) _AppsV1DaemonSetCondition_lastTransitionTime(ctx con return ec.marshalNMetaV1Time2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐTime(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetCondition_lastTransitionTime(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetCondition_lastTransitionTime(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetCondition", Field: field, @@ -4167,7 +4167,7 @@ func (ec *executionContext) _AppsV1DaemonSetCondition_reason(ctx context.Context return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetCondition_reason(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetCondition_reason(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetCondition", Field: field, @@ -4211,7 +4211,7 @@ func (ec *executionContext) _AppsV1DaemonSetCondition_message(ctx context.Contex return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetCondition_message(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetCondition_message(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetCondition", Field: field, @@ -4255,7 +4255,7 @@ func (ec *executionContext) _AppsV1DaemonSetList_kind(ctx context.Context, field return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetList_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetList_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetList", Field: field, @@ -4299,7 +4299,7 @@ func (ec *executionContext) _AppsV1DaemonSetList_apiVersion(ctx context.Context, return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetList_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetList_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetList", Field: field, @@ -4343,7 +4343,7 @@ func (ec *executionContext) _AppsV1DaemonSetList_metadata(ctx context.Context, f return ec.marshalNMetaV1ListMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐListMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetList_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetList_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetList", Field: field, @@ -4395,7 +4395,7 @@ func (ec *executionContext) _AppsV1DaemonSetList_items(ctx context.Context, fiel return ec.marshalNAppsV1DaemonSet2ᚕk8sᚗioᚋapiᚋappsᚋv1ᚐDaemonSetᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetList_items(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetList_items(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetList", Field: field, @@ -4450,7 +4450,7 @@ func (ec *executionContext) _AppsV1DaemonSetSpec_selector(ctx context.Context, f return ec.marshalOMetaV1LabelSelector2ᚖk8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐLabelSelector(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetSpec_selector(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetSpec_selector(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetSpec", Field: field, @@ -4500,7 +4500,7 @@ func (ec *executionContext) _AppsV1DaemonSetStatus_currentNumberScheduled(ctx co return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_currentNumberScheduled(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_currentNumberScheduled(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetStatus", Field: field, @@ -4544,7 +4544,7 @@ func (ec *executionContext) _AppsV1DaemonSetStatus_numberMisscheduled(ctx contex return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_numberMisscheduled(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_numberMisscheduled(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetStatus", Field: field, @@ -4588,7 +4588,7 @@ func (ec *executionContext) _AppsV1DaemonSetStatus_desiredNumberScheduled(ctx co return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_desiredNumberScheduled(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_desiredNumberScheduled(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetStatus", Field: field, @@ -4632,7 +4632,7 @@ func (ec *executionContext) _AppsV1DaemonSetStatus_numberReady(ctx context.Conte return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_numberReady(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_numberReady(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetStatus", Field: field, @@ -4676,7 +4676,7 @@ func (ec *executionContext) _AppsV1DaemonSetStatus_observedGeneration(ctx contex return ec.marshalNInt642int64(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_observedGeneration(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_observedGeneration(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetStatus", Field: field, @@ -4720,7 +4720,7 @@ func (ec *executionContext) _AppsV1DaemonSetStatus_updatedNumberScheduled(ctx co return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_updatedNumberScheduled(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_updatedNumberScheduled(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetStatus", Field: field, @@ -4764,7 +4764,7 @@ func (ec *executionContext) _AppsV1DaemonSetStatus_numberAvailable(ctx context.C return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_numberAvailable(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_numberAvailable(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetStatus", Field: field, @@ -4808,7 +4808,7 @@ func (ec *executionContext) _AppsV1DaemonSetStatus_numberUnavailable(ctx context return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_numberUnavailable(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_numberUnavailable(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetStatus", Field: field, @@ -4852,7 +4852,7 @@ func (ec *executionContext) _AppsV1DaemonSetStatus_conditions(ctx context.Contex return ec.marshalNAppsV1DaemonSetCondition2ᚕk8sᚗioᚋapiᚋappsᚋv1ᚐDaemonSetConditionᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_conditions(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetStatus_conditions(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetStatus", Field: field, @@ -4908,7 +4908,7 @@ func (ec *executionContext) _AppsV1DaemonSetsWatchEvent_type(ctx context.Context return ec.marshalNWatchEventType2k8sᚗioᚋapimachineryᚋpkgᚋwatchᚐEventType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetsWatchEvent_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetsWatchEvent_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetsWatchEvent", Field: field, @@ -4949,7 +4949,7 @@ func (ec *executionContext) _AppsV1DaemonSetsWatchEvent_object(ctx context.Conte return ec.marshalOAppsV1DaemonSet2ᚖk8sᚗioᚋapiᚋappsᚋv1ᚐDaemonSet(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DaemonSetsWatchEvent_object(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DaemonSetsWatchEvent_object(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DaemonSetsWatchEvent", Field: field, @@ -5007,7 +5007,7 @@ func (ec *executionContext) _AppsV1Deployment_id(ctx context.Context, field grap return ec.marshalNID2k8sᚗioᚋapimachineryᚋpkgᚋtypesᚐUID(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1Deployment_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1Deployment_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1Deployment", Field: field, @@ -5051,7 +5051,7 @@ func (ec *executionContext) _AppsV1Deployment_kind(ctx context.Context, field gr return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1Deployment_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1Deployment_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1Deployment", Field: field, @@ -5095,7 +5095,7 @@ func (ec *executionContext) _AppsV1Deployment_apiVersion(ctx context.Context, fi return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1Deployment_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1Deployment_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1Deployment", Field: field, @@ -5139,7 +5139,7 @@ func (ec *executionContext) _AppsV1Deployment_metadata(ctx context.Context, fiel return ec.marshalNMetaV1ObjectMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐObjectMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1Deployment_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1Deployment_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1Deployment", Field: field, @@ -5203,7 +5203,7 @@ func (ec *executionContext) _AppsV1Deployment_spec(ctx context.Context, field gr return ec.marshalNAppsV1DeploymentSpec2k8sᚗioᚋapiᚋappsᚋv1ᚐDeploymentSpec(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1Deployment_spec(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1Deployment_spec(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1Deployment", Field: field, @@ -5255,7 +5255,7 @@ func (ec *executionContext) _AppsV1Deployment_status(ctx context.Context, field return ec.marshalNAppsV1DeploymentStatus2k8sᚗioᚋapiᚋappsᚋv1ᚐDeploymentStatus(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1Deployment_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1Deployment_status(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1Deployment", Field: field, @@ -5303,7 +5303,7 @@ func (ec *executionContext) _AppsV1DeploymentList_kind(ctx context.Context, fiel return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DeploymentList_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DeploymentList_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DeploymentList", Field: field, @@ -5347,7 +5347,7 @@ func (ec *executionContext) _AppsV1DeploymentList_apiVersion(ctx context.Context return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DeploymentList_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DeploymentList_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DeploymentList", Field: field, @@ -5391,7 +5391,7 @@ func (ec *executionContext) _AppsV1DeploymentList_metadata(ctx context.Context, return ec.marshalNMetaV1ListMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐListMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DeploymentList_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DeploymentList_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DeploymentList", Field: field, @@ -5443,7 +5443,7 @@ func (ec *executionContext) _AppsV1DeploymentList_items(ctx context.Context, fie return ec.marshalNAppsV1Deployment2ᚕk8sᚗioᚋapiᚋappsᚋv1ᚐDeploymentᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DeploymentList_items(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DeploymentList_items(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DeploymentList", Field: field, @@ -5498,7 +5498,7 @@ func (ec *executionContext) _AppsV1DeploymentSpec_replicas(ctx context.Context, return ec.marshalOInt2ᚖint32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DeploymentSpec_replicas(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DeploymentSpec_replicas(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DeploymentSpec", Field: field, @@ -5539,7 +5539,7 @@ func (ec *executionContext) _AppsV1DeploymentSpec_selector(ctx context.Context, return ec.marshalOMetaV1LabelSelector2ᚖk8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐLabelSelector(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DeploymentSpec_selector(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DeploymentSpec_selector(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DeploymentSpec", Field: field, @@ -5589,7 +5589,7 @@ func (ec *executionContext) _AppsV1DeploymentSpec_paused(ctx context.Context, fi return ec.marshalNBoolean2bool(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DeploymentSpec_paused(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DeploymentSpec_paused(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DeploymentSpec", Field: field, @@ -5633,7 +5633,7 @@ func (ec *executionContext) _AppsV1DeploymentStatus_replicas(ctx context.Context return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DeploymentStatus_replicas(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DeploymentStatus_replicas(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DeploymentStatus", Field: field, @@ -5677,7 +5677,7 @@ func (ec *executionContext) _AppsV1DeploymentsWatchEvent_type(ctx context.Contex return ec.marshalNWatchEventType2k8sᚗioᚋapimachineryᚋpkgᚋwatchᚐEventType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DeploymentsWatchEvent_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DeploymentsWatchEvent_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DeploymentsWatchEvent", Field: field, @@ -5718,7 +5718,7 @@ func (ec *executionContext) _AppsV1DeploymentsWatchEvent_object(ctx context.Cont return ec.marshalOAppsV1Deployment2ᚖk8sᚗioᚋapiᚋappsᚋv1ᚐDeployment(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1DeploymentsWatchEvent_object(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1DeploymentsWatchEvent_object(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1DeploymentsWatchEvent", Field: field, @@ -5776,7 +5776,7 @@ func (ec *executionContext) _AppsV1ReplicaSet_id(ctx context.Context, field grap return ec.marshalNID2k8sᚗioᚋapimachineryᚋpkgᚋtypesᚐUID(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSet_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSet_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSet", Field: field, @@ -5820,7 +5820,7 @@ func (ec *executionContext) _AppsV1ReplicaSet_kind(ctx context.Context, field gr return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSet_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSet_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSet", Field: field, @@ -5864,7 +5864,7 @@ func (ec *executionContext) _AppsV1ReplicaSet_apiVersion(ctx context.Context, fi return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSet_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSet_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSet", Field: field, @@ -5908,7 +5908,7 @@ func (ec *executionContext) _AppsV1ReplicaSet_metadata(ctx context.Context, fiel return ec.marshalNMetaV1ObjectMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐObjectMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSet_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSet_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSet", Field: field, @@ -5972,7 +5972,7 @@ func (ec *executionContext) _AppsV1ReplicaSet_spec(ctx context.Context, field gr return ec.marshalNAppsV1ReplicaSetSpec2k8sᚗioᚋapiᚋappsᚋv1ᚐReplicaSetSpec(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSet_spec(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSet_spec(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSet", Field: field, @@ -6022,7 +6022,7 @@ func (ec *executionContext) _AppsV1ReplicaSet_status(ctx context.Context, field return ec.marshalNAppsV1ReplicaSetStatus2k8sᚗioᚋapiᚋappsᚋv1ᚐReplicaSetStatus(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSet_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSet_status(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSet", Field: field, @@ -6070,7 +6070,7 @@ func (ec *executionContext) _AppsV1ReplicaSetList_kind(ctx context.Context, fiel return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSetList_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSetList_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSetList", Field: field, @@ -6114,7 +6114,7 @@ func (ec *executionContext) _AppsV1ReplicaSetList_apiVersion(ctx context.Context return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSetList_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSetList_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSetList", Field: field, @@ -6158,7 +6158,7 @@ func (ec *executionContext) _AppsV1ReplicaSetList_metadata(ctx context.Context, return ec.marshalNMetaV1ListMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐListMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSetList_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSetList_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSetList", Field: field, @@ -6210,7 +6210,7 @@ func (ec *executionContext) _AppsV1ReplicaSetList_items(ctx context.Context, fie return ec.marshalNAppsV1ReplicaSet2ᚕk8sᚗioᚋapiᚋappsᚋv1ᚐReplicaSetᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSetList_items(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSetList_items(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSetList", Field: field, @@ -6265,7 +6265,7 @@ func (ec *executionContext) _AppsV1ReplicaSetSpec_replicas(ctx context.Context, return ec.marshalOInt2ᚖint32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSetSpec_replicas(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSetSpec_replicas(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSetSpec", Field: field, @@ -6306,7 +6306,7 @@ func (ec *executionContext) _AppsV1ReplicaSetSpec_selector(ctx context.Context, return ec.marshalOMetaV1LabelSelector2ᚖk8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐLabelSelector(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSetSpec_selector(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSetSpec_selector(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSetSpec", Field: field, @@ -6356,7 +6356,7 @@ func (ec *executionContext) _AppsV1ReplicaSetStatus_replicas(ctx context.Context return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSetStatus_replicas(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSetStatus_replicas(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSetStatus", Field: field, @@ -6400,7 +6400,7 @@ func (ec *executionContext) _AppsV1ReplicaSetsWatchEvent_type(ctx context.Contex return ec.marshalNWatchEventType2k8sᚗioᚋapimachineryᚋpkgᚋwatchᚐEventType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSetsWatchEvent_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSetsWatchEvent_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSetsWatchEvent", Field: field, @@ -6441,7 +6441,7 @@ func (ec *executionContext) _AppsV1ReplicaSetsWatchEvent_object(ctx context.Cont return ec.marshalOAppsV1ReplicaSet2ᚖk8sᚗioᚋapiᚋappsᚋv1ᚐReplicaSet(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1ReplicaSetsWatchEvent_object(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1ReplicaSetsWatchEvent_object(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1ReplicaSetsWatchEvent", Field: field, @@ -6499,7 +6499,7 @@ func (ec *executionContext) _AppsV1StatefulSet_id(ctx context.Context, field gra return ec.marshalNID2k8sᚗioᚋapimachineryᚋpkgᚋtypesᚐUID(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSet_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSet_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSet", Field: field, @@ -6543,7 +6543,7 @@ func (ec *executionContext) _AppsV1StatefulSet_kind(ctx context.Context, field g return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSet_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSet_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSet", Field: field, @@ -6587,7 +6587,7 @@ func (ec *executionContext) _AppsV1StatefulSet_apiVersion(ctx context.Context, f return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSet_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSet_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSet", Field: field, @@ -6631,7 +6631,7 @@ func (ec *executionContext) _AppsV1StatefulSet_metadata(ctx context.Context, fie return ec.marshalNMetaV1ObjectMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐObjectMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSet_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSet_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSet", Field: field, @@ -6695,7 +6695,7 @@ func (ec *executionContext) _AppsV1StatefulSet_spec(ctx context.Context, field g return ec.marshalNAppsV1StatefulSetSpec2k8sᚗioᚋapiᚋappsᚋv1ᚐStatefulSetSpec(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSet_spec(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSet_spec(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSet", Field: field, @@ -6745,7 +6745,7 @@ func (ec *executionContext) _AppsV1StatefulSetList_kind(ctx context.Context, fie return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSetList_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSetList_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSetList", Field: field, @@ -6789,7 +6789,7 @@ func (ec *executionContext) _AppsV1StatefulSetList_apiVersion(ctx context.Contex return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSetList_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSetList_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSetList", Field: field, @@ -6833,7 +6833,7 @@ func (ec *executionContext) _AppsV1StatefulSetList_metadata(ctx context.Context, return ec.marshalNMetaV1ListMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐListMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSetList_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSetList_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSetList", Field: field, @@ -6885,7 +6885,7 @@ func (ec *executionContext) _AppsV1StatefulSetList_items(ctx context.Context, fi return ec.marshalNAppsV1StatefulSet2ᚕk8sᚗioᚋapiᚋappsᚋv1ᚐStatefulSetᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSetList_items(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSetList_items(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSetList", Field: field, @@ -6938,7 +6938,7 @@ func (ec *executionContext) _AppsV1StatefulSetSpec_replicas(ctx context.Context, return ec.marshalOInt2ᚖint32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSetSpec_replicas(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSetSpec_replicas(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSetSpec", Field: field, @@ -6979,7 +6979,7 @@ func (ec *executionContext) _AppsV1StatefulSetSpec_selector(ctx context.Context, return ec.marshalOMetaV1LabelSelector2ᚖk8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐLabelSelector(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSetSpec_selector(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSetSpec_selector(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSetSpec", Field: field, @@ -7029,7 +7029,7 @@ func (ec *executionContext) _AppsV1StatefulSetsWatchEvent_type(ctx context.Conte return ec.marshalNWatchEventType2k8sᚗioᚋapimachineryᚋpkgᚋwatchᚐEventType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSetsWatchEvent_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSetsWatchEvent_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSetsWatchEvent", Field: field, @@ -7070,7 +7070,7 @@ func (ec *executionContext) _AppsV1StatefulSetsWatchEvent_object(ctx context.Con return ec.marshalOAppsV1StatefulSet2ᚖk8sᚗioᚋapiᚋappsᚋv1ᚐStatefulSet(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_AppsV1StatefulSetsWatchEvent_object(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_AppsV1StatefulSetsWatchEvent_object(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "AppsV1StatefulSetsWatchEvent", Field: field, @@ -7126,7 +7126,7 @@ func (ec *executionContext) _BatchV1CronJob_id(ctx context.Context, field graphq return ec.marshalNID2k8sᚗioᚋapimachineryᚋpkgᚋtypesᚐUID(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJob_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJob_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJob", Field: field, @@ -7170,7 +7170,7 @@ func (ec *executionContext) _BatchV1CronJob_kind(ctx context.Context, field grap return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJob_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJob_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJob", Field: field, @@ -7214,7 +7214,7 @@ func (ec *executionContext) _BatchV1CronJob_apiVersion(ctx context.Context, fiel return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJob_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJob_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJob", Field: field, @@ -7258,7 +7258,7 @@ func (ec *executionContext) _BatchV1CronJob_metadata(ctx context.Context, field return ec.marshalNMetaV1ObjectMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐObjectMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJob_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJob_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJob", Field: field, @@ -7322,7 +7322,7 @@ func (ec *executionContext) _BatchV1CronJob_spec(ctx context.Context, field grap return ec.marshalNBatchV1CronJobSpec2k8sᚗioᚋapiᚋbatchᚋv1ᚐCronJobSpec(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJob_spec(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJob_spec(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJob", Field: field, @@ -7380,7 +7380,7 @@ func (ec *executionContext) _BatchV1CronJob_status(ctx context.Context, field gr return ec.marshalNBatchV1CronJobStatus2k8sᚗioᚋapiᚋbatchᚋv1ᚐCronJobStatus(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJob_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJob_status(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJob", Field: field, @@ -7432,7 +7432,7 @@ func (ec *executionContext) _BatchV1CronJobList_kind(ctx context.Context, field return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobList_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobList_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobList", Field: field, @@ -7476,7 +7476,7 @@ func (ec *executionContext) _BatchV1CronJobList_apiVersion(ctx context.Context, return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobList_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobList_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobList", Field: field, @@ -7520,7 +7520,7 @@ func (ec *executionContext) _BatchV1CronJobList_metadata(ctx context.Context, fi return ec.marshalNMetaV1ListMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐListMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobList_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobList_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobList", Field: field, @@ -7572,7 +7572,7 @@ func (ec *executionContext) _BatchV1CronJobList_items(ctx context.Context, field return ec.marshalNBatchV1CronJob2ᚕk8sᚗioᚋapiᚋbatchᚋv1ᚐCronJobᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobList_items(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobList_items(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobList", Field: field, @@ -7630,7 +7630,7 @@ func (ec *executionContext) _BatchV1CronJobSpec_schedule(ctx context.Context, fi return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobSpec_schedule(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobSpec_schedule(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobSpec", Field: field, @@ -7671,7 +7671,7 @@ func (ec *executionContext) _BatchV1CronJobSpec_timeZone(ctx context.Context, fi return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobSpec_timeZone(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobSpec_timeZone(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobSpec", Field: field, @@ -7712,7 +7712,7 @@ func (ec *executionContext) _BatchV1CronJobSpec_suspend(ctx context.Context, fie return ec.marshalOBoolean2ᚖbool(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobSpec_suspend(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobSpec_suspend(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobSpec", Field: field, @@ -7756,7 +7756,7 @@ func (ec *executionContext) _BatchV1CronJobSpec_jobTemplate(ctx context.Context, return ec.marshalNBatchV1JobTemplateSpec2k8sᚗioᚋapiᚋbatchᚋv1ᚐJobTemplateSpec(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobSpec_jobTemplate(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobSpec_jobTemplate(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobSpec", Field: field, @@ -7803,7 +7803,7 @@ func (ec *executionContext) _BatchV1CronJobSpec_successfulJobsHistoryLimit(ctx c return ec.marshalOInt2ᚖint32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobSpec_successfulJobsHistoryLimit(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobSpec_successfulJobsHistoryLimit(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobSpec", Field: field, @@ -7844,7 +7844,7 @@ func (ec *executionContext) _BatchV1CronJobSpec_failedJobsHistoryLimit(ctx conte return ec.marshalOInt2ᚖint32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobSpec_failedJobsHistoryLimit(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobSpec_failedJobsHistoryLimit(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobSpec", Field: field, @@ -7888,7 +7888,7 @@ func (ec *executionContext) _BatchV1CronJobStatus_active(ctx context.Context, fi return ec.marshalNCoreV1ObjectReference2ᚕk8sᚗioᚋapiᚋcoreᚋv1ᚐObjectReferenceᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobStatus_active(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobStatus_active(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobStatus", Field: field, @@ -7945,7 +7945,7 @@ func (ec *executionContext) _BatchV1CronJobStatus_lastScheduleTime(ctx context.C return ec.marshalOMetaV1Time2ᚖk8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐTime(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobStatus_lastScheduleTime(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobStatus_lastScheduleTime(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobStatus", Field: field, @@ -7986,7 +7986,7 @@ func (ec *executionContext) _BatchV1CronJobStatus_lastSuccessfulTime(ctx context return ec.marshalOMetaV1Time2ᚖk8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐTime(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobStatus_lastSuccessfulTime(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobStatus_lastSuccessfulTime(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobStatus", Field: field, @@ -8030,7 +8030,7 @@ func (ec *executionContext) _BatchV1CronJobsWatchEvent_type(ctx context.Context, return ec.marshalNWatchEventType2k8sᚗioᚋapimachineryᚋpkgᚋwatchᚐEventType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobsWatchEvent_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobsWatchEvent_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobsWatchEvent", Field: field, @@ -8071,7 +8071,7 @@ func (ec *executionContext) _BatchV1CronJobsWatchEvent_object(ctx context.Contex return ec.marshalOBatchV1CronJob2ᚖk8sᚗioᚋapiᚋbatchᚋv1ᚐCronJob(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1CronJobsWatchEvent_object(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1CronJobsWatchEvent_object(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1CronJobsWatchEvent", Field: field, @@ -8129,7 +8129,7 @@ func (ec *executionContext) _BatchV1Job_id(ctx context.Context, field graphql.Co return ec.marshalNID2k8sᚗioᚋapimachineryᚋpkgᚋtypesᚐUID(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1Job_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1Job_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1Job", Field: field, @@ -8173,7 +8173,7 @@ func (ec *executionContext) _BatchV1Job_kind(ctx context.Context, field graphql. return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1Job_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1Job_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1Job", Field: field, @@ -8217,7 +8217,7 @@ func (ec *executionContext) _BatchV1Job_apiVersion(ctx context.Context, field gr return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1Job_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1Job_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1Job", Field: field, @@ -8261,7 +8261,7 @@ func (ec *executionContext) _BatchV1Job_metadata(ctx context.Context, field grap return ec.marshalNMetaV1ObjectMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐObjectMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1Job_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1Job_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1Job", Field: field, @@ -8325,7 +8325,7 @@ func (ec *executionContext) _BatchV1Job_spec(ctx context.Context, field graphql. return ec.marshalNBatchV1JobSpec2k8sᚗioᚋapiᚋbatchᚋv1ᚐJobSpec(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1Job_spec(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1Job_spec(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1Job", Field: field, @@ -8385,7 +8385,7 @@ func (ec *executionContext) _BatchV1Job_status(ctx context.Context, field graphq return ec.marshalNBatchV1JobStatus2k8sᚗioᚋapiᚋbatchᚋv1ᚐJobStatus(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1Job_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1Job_status(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1Job", Field: field, @@ -8447,7 +8447,7 @@ func (ec *executionContext) _BatchV1JobCondition_type(ctx context.Context, field return ec.marshalNBatchV1JobConditionType2k8sᚗioᚋapiᚋbatchᚋv1ᚐJobConditionType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobCondition_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobCondition_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobCondition", Field: field, @@ -8491,7 +8491,7 @@ func (ec *executionContext) _BatchV1JobCondition_status(ctx context.Context, fie return ec.marshalNCoreV1ConditionStatus2k8sᚗioᚋapiᚋcoreᚋv1ᚐConditionStatus(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobCondition_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobCondition_status(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobCondition", Field: field, @@ -8535,7 +8535,7 @@ func (ec *executionContext) _BatchV1JobCondition_lastProbeTime(ctx context.Conte return ec.marshalNMetaV1Time2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐTime(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobCondition_lastProbeTime(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobCondition_lastProbeTime(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobCondition", Field: field, @@ -8579,7 +8579,7 @@ func (ec *executionContext) _BatchV1JobCondition_lastTransitionTime(ctx context. return ec.marshalNMetaV1Time2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐTime(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobCondition_lastTransitionTime(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobCondition_lastTransitionTime(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobCondition", Field: field, @@ -8623,7 +8623,7 @@ func (ec *executionContext) _BatchV1JobCondition_reason(ctx context.Context, fie return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobCondition_reason(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobCondition_reason(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobCondition", Field: field, @@ -8667,7 +8667,7 @@ func (ec *executionContext) _BatchV1JobCondition_message(ctx context.Context, fi return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobCondition_message(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobCondition_message(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobCondition", Field: field, @@ -8711,7 +8711,7 @@ func (ec *executionContext) _BatchV1JobList_kind(ctx context.Context, field grap return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobList_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobList_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobList", Field: field, @@ -8755,7 +8755,7 @@ func (ec *executionContext) _BatchV1JobList_apiVersion(ctx context.Context, fiel return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobList_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobList_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobList", Field: field, @@ -8799,7 +8799,7 @@ func (ec *executionContext) _BatchV1JobList_metadata(ctx context.Context, field return ec.marshalNMetaV1ListMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐListMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobList_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobList_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobList", Field: field, @@ -8851,7 +8851,7 @@ func (ec *executionContext) _BatchV1JobList_items(ctx context.Context, field gra return ec.marshalNBatchV1Job2ᚕk8sᚗioᚋapiᚋbatchᚋv1ᚐJobᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobList_items(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobList_items(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobList", Field: field, @@ -8906,7 +8906,7 @@ func (ec *executionContext) _BatchV1JobSpec_parallelism(ctx context.Context, fie return ec.marshalOInt2ᚖint32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobSpec_parallelism(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobSpec_parallelism(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobSpec", Field: field, @@ -8947,7 +8947,7 @@ func (ec *executionContext) _BatchV1JobSpec_completions(ctx context.Context, fie return ec.marshalOInt2ᚖint32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobSpec_completions(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobSpec_completions(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobSpec", Field: field, @@ -8988,7 +8988,7 @@ func (ec *executionContext) _BatchV1JobSpec_backoffLimit(ctx context.Context, fi return ec.marshalOInt2ᚖint32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobSpec_backoffLimit(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobSpec_backoffLimit(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobSpec", Field: field, @@ -9029,7 +9029,7 @@ func (ec *executionContext) _BatchV1JobSpec_selector(ctx context.Context, field return ec.marshalOMetaV1LabelSelector2ᚖk8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐLabelSelector(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobSpec_selector(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobSpec_selector(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobSpec", Field: field, @@ -9076,7 +9076,7 @@ func (ec *executionContext) _BatchV1JobSpec_manualSelector(ctx context.Context, return ec.marshalOBoolean2ᚖbool(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobSpec_manualSelector(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobSpec_manualSelector(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobSpec", Field: field, @@ -9117,7 +9117,7 @@ func (ec *executionContext) _BatchV1JobSpec_ttlSecondsAfterFinished(ctx context. return ec.marshalOInt2ᚖint32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobSpec_ttlSecondsAfterFinished(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobSpec_ttlSecondsAfterFinished(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobSpec", Field: field, @@ -9158,7 +9158,7 @@ func (ec *executionContext) _BatchV1JobSpec_suspend(ctx context.Context, field g return ec.marshalOBoolean2ᚖbool(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobSpec_suspend(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobSpec_suspend(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobSpec", Field: field, @@ -9202,7 +9202,7 @@ func (ec *executionContext) _BatchV1JobStatus_conditions(ctx context.Context, fi return ec.marshalNBatchV1JobCondition2ᚕk8sᚗioᚋapiᚋbatchᚋv1ᚐJobConditionᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobStatus_conditions(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobStatus_conditions(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobStatus", Field: field, @@ -9257,7 +9257,7 @@ func (ec *executionContext) _BatchV1JobStatus_startTime(ctx context.Context, fie return ec.marshalOMetaV1Time2ᚖk8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐTime(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobStatus_startTime(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobStatus_startTime(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobStatus", Field: field, @@ -9298,7 +9298,7 @@ func (ec *executionContext) _BatchV1JobStatus_completionTime(ctx context.Context return ec.marshalOMetaV1Time2ᚖk8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐTime(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobStatus_completionTime(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobStatus_completionTime(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobStatus", Field: field, @@ -9342,7 +9342,7 @@ func (ec *executionContext) _BatchV1JobStatus_active(ctx context.Context, field return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobStatus_active(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobStatus_active(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobStatus", Field: field, @@ -9386,7 +9386,7 @@ func (ec *executionContext) _BatchV1JobStatus_succeeded(ctx context.Context, fie return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobStatus_succeeded(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobStatus_succeeded(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobStatus", Field: field, @@ -9430,7 +9430,7 @@ func (ec *executionContext) _BatchV1JobStatus_failed(ctx context.Context, field return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobStatus_failed(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobStatus_failed(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobStatus", Field: field, @@ -9474,7 +9474,7 @@ func (ec *executionContext) _BatchV1JobStatus_completedIndexes(ctx context.Conte return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobStatus_completedIndexes(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobStatus_completedIndexes(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobStatus", Field: field, @@ -9515,7 +9515,7 @@ func (ec *executionContext) _BatchV1JobStatus_ready(ctx context.Context, field g return ec.marshalOInt2ᚖint32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobStatus_ready(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobStatus_ready(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobStatus", Field: field, @@ -9559,7 +9559,7 @@ func (ec *executionContext) _BatchV1JobTemplateSpec_metadata(ctx context.Context return ec.marshalNMetaV1ObjectMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐObjectMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobTemplateSpec_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobTemplateSpec_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobTemplateSpec", Field: field, @@ -9623,7 +9623,7 @@ func (ec *executionContext) _BatchV1JobTemplateSpec_spec(ctx context.Context, fi return ec.marshalNBatchV1JobSpec2k8sᚗioᚋapiᚋbatchᚋv1ᚐJobSpec(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobTemplateSpec_spec(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobTemplateSpec_spec(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobTemplateSpec", Field: field, @@ -9683,7 +9683,7 @@ func (ec *executionContext) _BatchV1JobsWatchEvent_type(ctx context.Context, fie return ec.marshalNWatchEventType2k8sᚗioᚋapimachineryᚋpkgᚋwatchᚐEventType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobsWatchEvent_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobsWatchEvent_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobsWatchEvent", Field: field, @@ -9724,7 +9724,7 @@ func (ec *executionContext) _BatchV1JobsWatchEvent_object(ctx context.Context, f return ec.marshalOBatchV1Job2ᚖk8sᚗioᚋapiᚋbatchᚋv1ᚐJob(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_BatchV1JobsWatchEvent_object(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_BatchV1JobsWatchEvent_object(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "BatchV1JobsWatchEvent", Field: field, @@ -9782,7 +9782,7 @@ func (ec *executionContext) _CoreV1Container_name(ctx context.Context, field gra return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Container_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Container_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Container", Field: field, @@ -9826,7 +9826,7 @@ func (ec *executionContext) _CoreV1Container_image(ctx context.Context, field gr return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Container_image(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Container_image(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Container", Field: field, @@ -9867,7 +9867,7 @@ func (ec *executionContext) _CoreV1ContainerState_waiting(ctx context.Context, f return ec.marshalOCoreV1ContainerStateWaiting2ᚖk8sᚗioᚋapiᚋcoreᚋv1ᚐContainerStateWaiting(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerState_waiting(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerState_waiting(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerState", Field: field, @@ -9914,7 +9914,7 @@ func (ec *executionContext) _CoreV1ContainerState_running(ctx context.Context, f return ec.marshalOCoreV1ContainerStateRunning2ᚖk8sᚗioᚋapiᚋcoreᚋv1ᚐContainerStateRunning(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerState_running(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerState_running(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerState", Field: field, @@ -9959,7 +9959,7 @@ func (ec *executionContext) _CoreV1ContainerState_terminated(ctx context.Context return ec.marshalOCoreV1ContainerStateTerminated2ᚖk8sᚗioᚋapiᚋcoreᚋv1ᚐContainerStateTerminated(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerState_terminated(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerState_terminated(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerState", Field: field, @@ -10015,7 +10015,7 @@ func (ec *executionContext) _CoreV1ContainerStateRunning_startedAt(ctx context.C return ec.marshalNMetaV1Time2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐTime(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStateRunning_startedAt(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStateRunning_startedAt(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStateRunning", Field: field, @@ -10059,7 +10059,7 @@ func (ec *executionContext) _CoreV1ContainerStateTerminated_exitCode(ctx context return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStateTerminated_exitCode(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStateTerminated_exitCode(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStateTerminated", Field: field, @@ -10103,7 +10103,7 @@ func (ec *executionContext) _CoreV1ContainerStateTerminated_signal(ctx context.C return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStateTerminated_signal(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStateTerminated_signal(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStateTerminated", Field: field, @@ -10147,7 +10147,7 @@ func (ec *executionContext) _CoreV1ContainerStateTerminated_reason(ctx context.C return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStateTerminated_reason(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStateTerminated_reason(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStateTerminated", Field: field, @@ -10191,7 +10191,7 @@ func (ec *executionContext) _CoreV1ContainerStateTerminated_message(ctx context. return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStateTerminated_message(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStateTerminated_message(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStateTerminated", Field: field, @@ -10235,7 +10235,7 @@ func (ec *executionContext) _CoreV1ContainerStateTerminated_containerID(ctx cont return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStateTerminated_containerID(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStateTerminated_containerID(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStateTerminated", Field: field, @@ -10279,7 +10279,7 @@ func (ec *executionContext) _CoreV1ContainerStateWaiting_reason(ctx context.Cont return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStateWaiting_reason(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStateWaiting_reason(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStateWaiting", Field: field, @@ -10323,7 +10323,7 @@ func (ec *executionContext) _CoreV1ContainerStateWaiting_message(ctx context.Con return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStateWaiting_message(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStateWaiting_message(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStateWaiting", Field: field, @@ -10367,7 +10367,7 @@ func (ec *executionContext) _CoreV1ContainerStatus_name(ctx context.Context, fie return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStatus_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStatus_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStatus", Field: field, @@ -10411,7 +10411,7 @@ func (ec *executionContext) _CoreV1ContainerStatus_state(ctx context.Context, fi return ec.marshalNCoreV1ContainerState2k8sᚗioᚋapiᚋcoreᚋv1ᚐContainerState(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStatus_state(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStatus_state(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStatus", Field: field, @@ -10463,7 +10463,7 @@ func (ec *executionContext) _CoreV1ContainerStatus_lastTerminationState(ctx cont return ec.marshalNCoreV1ContainerState2k8sᚗioᚋapiᚋcoreᚋv1ᚐContainerState(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStatus_lastTerminationState(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStatus_lastTerminationState(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStatus", Field: field, @@ -10515,7 +10515,7 @@ func (ec *executionContext) _CoreV1ContainerStatus_ready(ctx context.Context, fi return ec.marshalNBoolean2bool(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStatus_ready(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStatus_ready(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStatus", Field: field, @@ -10559,7 +10559,7 @@ func (ec *executionContext) _CoreV1ContainerStatus_restartCount(ctx context.Cont return ec.marshalNInt2int32(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStatus_restartCount(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStatus_restartCount(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStatus", Field: field, @@ -10603,7 +10603,7 @@ func (ec *executionContext) _CoreV1ContainerStatus_image(ctx context.Context, fi return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStatus_image(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStatus_image(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStatus", Field: field, @@ -10647,7 +10647,7 @@ func (ec *executionContext) _CoreV1ContainerStatus_imageID(ctx context.Context, return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStatus_imageID(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStatus_imageID(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStatus", Field: field, @@ -10691,7 +10691,7 @@ func (ec *executionContext) _CoreV1ContainerStatus_containerID(ctx context.Conte return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStatus_containerID(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStatus_containerID(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStatus", Field: field, @@ -10732,7 +10732,7 @@ func (ec *executionContext) _CoreV1ContainerStatus_started(ctx context.Context, return ec.marshalOBoolean2ᚖbool(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ContainerStatus_started(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ContainerStatus_started(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ContainerStatus", Field: field, @@ -10776,7 +10776,7 @@ func (ec *executionContext) _CoreV1Namespace_id(ctx context.Context, field graph return ec.marshalNID2k8sᚗioᚋapimachineryᚋpkgᚋtypesᚐUID(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Namespace_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Namespace_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Namespace", Field: field, @@ -10820,7 +10820,7 @@ func (ec *executionContext) _CoreV1Namespace_kind(ctx context.Context, field gra return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Namespace_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Namespace_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Namespace", Field: field, @@ -10864,7 +10864,7 @@ func (ec *executionContext) _CoreV1Namespace_apiVersion(ctx context.Context, fie return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Namespace_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Namespace_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Namespace", Field: field, @@ -10908,7 +10908,7 @@ func (ec *executionContext) _CoreV1Namespace_metadata(ctx context.Context, field return ec.marshalNMetaV1ObjectMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐObjectMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Namespace_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Namespace_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Namespace", Field: field, @@ -10972,7 +10972,7 @@ func (ec *executionContext) _CoreV1NamespaceList_kind(ctx context.Context, field return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1NamespaceList_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1NamespaceList_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1NamespaceList", Field: field, @@ -11016,7 +11016,7 @@ func (ec *executionContext) _CoreV1NamespaceList_apiVersion(ctx context.Context, return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1NamespaceList_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1NamespaceList_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1NamespaceList", Field: field, @@ -11060,7 +11060,7 @@ func (ec *executionContext) _CoreV1NamespaceList_metadata(ctx context.Context, f return ec.marshalNMetaV1ListMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐListMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1NamespaceList_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1NamespaceList_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1NamespaceList", Field: field, @@ -11112,7 +11112,7 @@ func (ec *executionContext) _CoreV1NamespaceList_items(ctx context.Context, fiel return ec.marshalNCoreV1Namespace2ᚕk8sᚗioᚋapiᚋcoreᚋv1ᚐNamespaceᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1NamespaceList_items(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1NamespaceList_items(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1NamespaceList", Field: field, @@ -11166,7 +11166,7 @@ func (ec *executionContext) _CoreV1NamespacesWatchEvent_type(ctx context.Context return ec.marshalNWatchEventType2k8sᚗioᚋapimachineryᚋpkgᚋwatchᚐEventType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1NamespacesWatchEvent_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1NamespacesWatchEvent_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1NamespacesWatchEvent", Field: field, @@ -11207,7 +11207,7 @@ func (ec *executionContext) _CoreV1NamespacesWatchEvent_object(ctx context.Conte return ec.marshalOCoreV1Namespace2ᚖk8sᚗioᚋapiᚋcoreᚋv1ᚐNamespace(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1NamespacesWatchEvent_object(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1NamespacesWatchEvent_object(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1NamespacesWatchEvent", Field: field, @@ -11261,7 +11261,7 @@ func (ec *executionContext) _CoreV1Node_id(ctx context.Context, field graphql.Co return ec.marshalNID2k8sᚗioᚋapimachineryᚋpkgᚋtypesᚐUID(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Node_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Node_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Node", Field: field, @@ -11305,7 +11305,7 @@ func (ec *executionContext) _CoreV1Node_kind(ctx context.Context, field graphql. return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Node_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Node_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Node", Field: field, @@ -11349,7 +11349,7 @@ func (ec *executionContext) _CoreV1Node_apiVersion(ctx context.Context, field gr return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Node_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Node_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Node", Field: field, @@ -11393,7 +11393,7 @@ func (ec *executionContext) _CoreV1Node_metadata(ctx context.Context, field grap return ec.marshalNMetaV1ObjectMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐObjectMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Node_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Node_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Node", Field: field, @@ -11457,7 +11457,7 @@ func (ec *executionContext) _CoreV1NodeList_kind(ctx context.Context, field grap return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1NodeList_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1NodeList_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1NodeList", Field: field, @@ -11501,7 +11501,7 @@ func (ec *executionContext) _CoreV1NodeList_apiVersion(ctx context.Context, fiel return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1NodeList_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1NodeList_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1NodeList", Field: field, @@ -11545,7 +11545,7 @@ func (ec *executionContext) _CoreV1NodeList_metadata(ctx context.Context, field return ec.marshalNMetaV1ListMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐListMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1NodeList_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1NodeList_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1NodeList", Field: field, @@ -11597,7 +11597,7 @@ func (ec *executionContext) _CoreV1NodeList_items(ctx context.Context, field gra return ec.marshalNCoreV1Node2ᚕk8sᚗioᚋapiᚋcoreᚋv1ᚐNodeᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1NodeList_items(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1NodeList_items(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1NodeList", Field: field, @@ -11651,7 +11651,7 @@ func (ec *executionContext) _CoreV1NodesWatchEvent_type(ctx context.Context, fie return ec.marshalNWatchEventType2k8sᚗioᚋapimachineryᚋpkgᚋwatchᚐEventType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1NodesWatchEvent_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1NodesWatchEvent_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1NodesWatchEvent", Field: field, @@ -11692,7 +11692,7 @@ func (ec *executionContext) _CoreV1NodesWatchEvent_object(ctx context.Context, f return ec.marshalOCoreV1Node2ᚖk8sᚗioᚋapiᚋcoreᚋv1ᚐNode(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1NodesWatchEvent_object(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1NodesWatchEvent_object(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1NodesWatchEvent", Field: field, @@ -11746,7 +11746,7 @@ func (ec *executionContext) _CoreV1ObjectReference_kind(ctx context.Context, fie return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ObjectReference_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ObjectReference_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ObjectReference", Field: field, @@ -11790,7 +11790,7 @@ func (ec *executionContext) _CoreV1ObjectReference_namespace(ctx context.Context return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ObjectReference_namespace(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ObjectReference_namespace(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ObjectReference", Field: field, @@ -11834,7 +11834,7 @@ func (ec *executionContext) _CoreV1ObjectReference_name(ctx context.Context, fie return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ObjectReference_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ObjectReference_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ObjectReference", Field: field, @@ -11878,7 +11878,7 @@ func (ec *executionContext) _CoreV1ObjectReference_uid(ctx context.Context, fiel return ec.marshalNID2k8sᚗioᚋapimachineryᚋpkgᚋtypesᚐUID(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ObjectReference_uid(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ObjectReference_uid(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ObjectReference", Field: field, @@ -11922,7 +11922,7 @@ func (ec *executionContext) _CoreV1ObjectReference_apiVersion(ctx context.Contex return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ObjectReference_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ObjectReference_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ObjectReference", Field: field, @@ -11966,7 +11966,7 @@ func (ec *executionContext) _CoreV1ObjectReference_resourceVersion(ctx context.C return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ObjectReference_resourceVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ObjectReference_resourceVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ObjectReference", Field: field, @@ -12010,7 +12010,7 @@ func (ec *executionContext) _CoreV1ObjectReference_fieldPath(ctx context.Context return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1ObjectReference_fieldPath(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1ObjectReference_fieldPath(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1ObjectReference", Field: field, @@ -12054,7 +12054,7 @@ func (ec *executionContext) _CoreV1Pod_id(ctx context.Context, field graphql.Col return ec.marshalNID2k8sᚗioᚋapimachineryᚋpkgᚋtypesᚐUID(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Pod_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Pod_id(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Pod", Field: field, @@ -12098,7 +12098,7 @@ func (ec *executionContext) _CoreV1Pod_kind(ctx context.Context, field graphql.C return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Pod_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Pod_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Pod", Field: field, @@ -12142,7 +12142,7 @@ func (ec *executionContext) _CoreV1Pod_apiVersion(ctx context.Context, field gra return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Pod_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Pod_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Pod", Field: field, @@ -12186,7 +12186,7 @@ func (ec *executionContext) _CoreV1Pod_metadata(ctx context.Context, field graph return ec.marshalNMetaV1ObjectMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐObjectMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Pod_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Pod_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Pod", Field: field, @@ -12250,7 +12250,7 @@ func (ec *executionContext) _CoreV1Pod_spec(ctx context.Context, field graphql.C return ec.marshalNCoreV1PodSpec2k8sᚗioᚋapiᚋcoreᚋv1ᚐPodSpec(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Pod_spec(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Pod_spec(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Pod", Field: field, @@ -12304,7 +12304,7 @@ func (ec *executionContext) _CoreV1Pod_status(ctx context.Context, field graphql return ec.marshalNCoreV1PodStatus2k8sᚗioᚋapiᚋcoreᚋv1ᚐPodStatus(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1Pod_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1Pod_status(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1Pod", Field: field, @@ -12358,7 +12358,7 @@ func (ec *executionContext) _CoreV1PodList_kind(ctx context.Context, field graph return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodList_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodList_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodList", Field: field, @@ -12402,7 +12402,7 @@ func (ec *executionContext) _CoreV1PodList_apiVersion(ctx context.Context, field return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodList_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodList_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodList", Field: field, @@ -12446,7 +12446,7 @@ func (ec *executionContext) _CoreV1PodList_metadata(ctx context.Context, field g return ec.marshalNMetaV1ListMeta2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐListMeta(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodList_metadata(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodList_metadata(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodList", Field: field, @@ -12498,7 +12498,7 @@ func (ec *executionContext) _CoreV1PodList_items(ctx context.Context, field grap return ec.marshalNCoreV1Pod2ᚕk8sᚗioᚋapiᚋcoreᚋv1ᚐPodᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodList_items(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodList_items(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodList", Field: field, @@ -12556,7 +12556,7 @@ func (ec *executionContext) _CoreV1PodSpec_containers(ctx context.Context, field return ec.marshalNCoreV1Container2ᚕk8sᚗioᚋapiᚋcoreᚋv1ᚐContainerᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodSpec_containers(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodSpec_containers(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodSpec", Field: field, @@ -12606,7 +12606,7 @@ func (ec *executionContext) _CoreV1PodSpec_nodeName(ctx context.Context, field g return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodSpec_nodeName(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodSpec_nodeName(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodSpec", Field: field, @@ -12650,7 +12650,7 @@ func (ec *executionContext) _CoreV1PodSpec_hostname(ctx context.Context, field g return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodSpec_hostname(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodSpec_hostname(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodSpec", Field: field, @@ -12694,7 +12694,7 @@ func (ec *executionContext) _CoreV1PodSpec_priorityClassName(ctx context.Context return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodSpec_priorityClassName(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodSpec_priorityClassName(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodSpec", Field: field, @@ -12738,7 +12738,7 @@ func (ec *executionContext) _CoreV1PodStatus_phase(ctx context.Context, field gr return ec.marshalNCoreV1PodPhase2k8sᚗioᚋapiᚋcoreᚋv1ᚐPodPhase(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodStatus_phase(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodStatus_phase(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodStatus", Field: field, @@ -12782,7 +12782,7 @@ func (ec *executionContext) _CoreV1PodStatus_message(ctx context.Context, field return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodStatus_message(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodStatus_message(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodStatus", Field: field, @@ -12826,7 +12826,7 @@ func (ec *executionContext) _CoreV1PodStatus_reason(ctx context.Context, field g return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodStatus_reason(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodStatus_reason(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodStatus", Field: field, @@ -12870,7 +12870,7 @@ func (ec *executionContext) _CoreV1PodStatus_containerStatuses(ctx context.Conte return ec.marshalNCoreV1ContainerStatus2ᚕk8sᚗioᚋapiᚋcoreᚋv1ᚐContainerStatusᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodStatus_containerStatuses(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodStatus_containerStatuses(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodStatus", Field: field, @@ -12934,7 +12934,7 @@ func (ec *executionContext) _CoreV1PodsWatchEvent_type(ctx context.Context, fiel return ec.marshalNWatchEventType2k8sᚗioᚋapimachineryᚋpkgᚋwatchᚐEventType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodsWatchEvent_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodsWatchEvent_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodsWatchEvent", Field: field, @@ -12975,7 +12975,7 @@ func (ec *executionContext) _CoreV1PodsWatchEvent_object(ctx context.Context, fi return ec.marshalOCoreV1Pod2ᚖk8sᚗioᚋapiᚋcoreᚋv1ᚐPod(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_CoreV1PodsWatchEvent_object(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_CoreV1PodsWatchEvent_object(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "CoreV1PodsWatchEvent", Field: field, @@ -13033,7 +13033,7 @@ func (ec *executionContext) _HealthCheckResponse_status(ctx context.Context, fie return ec.marshalNHealthCheckStatus2githubᚗcomᚋkubetailᚑorgᚋkubetailᚋgraphᚋmodelᚐHealthCheckStatus(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_HealthCheckResponse_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_HealthCheckResponse_status(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "HealthCheckResponse", Field: field, @@ -13074,7 +13074,7 @@ func (ec *executionContext) _HealthCheckResponse_message(ctx context.Context, fi return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_HealthCheckResponse_message(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_HealthCheckResponse_message(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "HealthCheckResponse", Field: field, @@ -13118,7 +13118,7 @@ func (ec *executionContext) _HealthCheckResponse_timestamp(ctx context.Context, return ec.marshalNTime2timeᚐTime(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_HealthCheckResponse_timestamp(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_HealthCheckResponse_timestamp(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "HealthCheckResponse", Field: field, @@ -13162,7 +13162,7 @@ func (ec *executionContext) _LogRecord_timestamp(ctx context.Context, field grap return ec.marshalNTime2timeᚐTime(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_LogRecord_timestamp(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_LogRecord_timestamp(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "LogRecord", Field: field, @@ -13206,7 +13206,7 @@ func (ec *executionContext) _LogRecord_message(ctx context.Context, field graphq return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_LogRecord_message(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_LogRecord_message(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "LogRecord", Field: field, @@ -13247,7 +13247,7 @@ func (ec *executionContext) _MetaV1LabelSelector_matchLabels(ctx context.Context return ec.marshalOStringMap2map(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1LabelSelector_matchLabels(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1LabelSelector_matchLabels(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1LabelSelector", Field: field, @@ -13291,7 +13291,7 @@ func (ec *executionContext) _MetaV1LabelSelector_matchExpressions(ctx context.Co return ec.marshalNMetaV1LabelSelectorRequirement2ᚕk8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐLabelSelectorRequirementᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1LabelSelector_matchExpressions(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1LabelSelector_matchExpressions(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1LabelSelector", Field: field, @@ -13343,7 +13343,7 @@ func (ec *executionContext) _MetaV1LabelSelectorRequirement_key(ctx context.Cont return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1LabelSelectorRequirement_key(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1LabelSelectorRequirement_key(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1LabelSelectorRequirement", Field: field, @@ -13387,7 +13387,7 @@ func (ec *executionContext) _MetaV1LabelSelectorRequirement_operator(ctx context return ec.marshalNMetaV1LabelSelectorOperator2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐLabelSelectorOperator(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1LabelSelectorRequirement_operator(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1LabelSelectorRequirement_operator(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1LabelSelectorRequirement", Field: field, @@ -13431,7 +13431,7 @@ func (ec *executionContext) _MetaV1LabelSelectorRequirement_values(ctx context.C return ec.marshalNString2ᚕstringᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1LabelSelectorRequirement_values(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1LabelSelectorRequirement_values(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1LabelSelectorRequirement", Field: field, @@ -13475,7 +13475,7 @@ func (ec *executionContext) _MetaV1ListMeta_resourceVersion(ctx context.Context, return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1ListMeta_resourceVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1ListMeta_resourceVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1ListMeta", Field: field, @@ -13519,7 +13519,7 @@ func (ec *executionContext) _MetaV1ListMeta_continue(ctx context.Context, field return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1ListMeta_continue(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1ListMeta_continue(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1ListMeta", Field: field, @@ -13560,7 +13560,7 @@ func (ec *executionContext) _MetaV1ListMeta_remainingItemCount(ctx context.Conte return ec.marshalOInt642ᚖint64(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1ListMeta_remainingItemCount(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1ListMeta_remainingItemCount(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1ListMeta", Field: field, @@ -13604,7 +13604,7 @@ func (ec *executionContext) _MetaV1ObjectMeta_uid(ctx context.Context, field gra return ec.marshalNID2k8sᚗioᚋapimachineryᚋpkgᚋtypesᚐUID(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1ObjectMeta_uid(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1ObjectMeta_uid(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1ObjectMeta", Field: field, @@ -13648,7 +13648,7 @@ func (ec *executionContext) _MetaV1ObjectMeta_name(ctx context.Context, field gr return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1ObjectMeta_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1ObjectMeta_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1ObjectMeta", Field: field, @@ -13692,7 +13692,7 @@ func (ec *executionContext) _MetaV1ObjectMeta_namespace(ctx context.Context, fie return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1ObjectMeta_namespace(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1ObjectMeta_namespace(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1ObjectMeta", Field: field, @@ -13736,7 +13736,7 @@ func (ec *executionContext) _MetaV1ObjectMeta_resourceVersion(ctx context.Contex return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1ObjectMeta_resourceVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1ObjectMeta_resourceVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1ObjectMeta", Field: field, @@ -13780,7 +13780,7 @@ func (ec *executionContext) _MetaV1ObjectMeta_creationTimestamp(ctx context.Cont return ec.marshalNMetaV1Time2k8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐTime(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1ObjectMeta_creationTimestamp(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1ObjectMeta_creationTimestamp(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1ObjectMeta", Field: field, @@ -13821,7 +13821,7 @@ func (ec *executionContext) _MetaV1ObjectMeta_deletionTimestamp(ctx context.Cont return ec.marshalOMetaV1Time2ᚖk8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐTime(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1ObjectMeta_deletionTimestamp(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1ObjectMeta_deletionTimestamp(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1ObjectMeta", Field: field, @@ -13862,7 +13862,7 @@ func (ec *executionContext) _MetaV1ObjectMeta_labels(ctx context.Context, field return ec.marshalOStringMap2map(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1ObjectMeta_labels(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1ObjectMeta_labels(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1ObjectMeta", Field: field, @@ -13903,7 +13903,7 @@ func (ec *executionContext) _MetaV1ObjectMeta_annotations(ctx context.Context, f return ec.marshalOStringMap2map(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1ObjectMeta_annotations(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1ObjectMeta_annotations(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1ObjectMeta", Field: field, @@ -13947,7 +13947,7 @@ func (ec *executionContext) _MetaV1ObjectMeta_ownerReferences(ctx context.Contex return ec.marshalNMetaV1OwnerReference2ᚕk8sᚗioᚋapimachineryᚋpkgᚋapisᚋmetaᚋv1ᚐOwnerReferenceᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1ObjectMeta_ownerReferences(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1ObjectMeta_ownerReferences(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1ObjectMeta", Field: field, @@ -14003,7 +14003,7 @@ func (ec *executionContext) _MetaV1OwnerReference_apiVersion(ctx context.Context return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1OwnerReference_apiVersion(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1OwnerReference_apiVersion(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1OwnerReference", Field: field, @@ -14047,7 +14047,7 @@ func (ec *executionContext) _MetaV1OwnerReference_kind(ctx context.Context, fiel return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1OwnerReference_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1OwnerReference_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1OwnerReference", Field: field, @@ -14091,7 +14091,7 @@ func (ec *executionContext) _MetaV1OwnerReference_name(ctx context.Context, fiel return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1OwnerReference_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1OwnerReference_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1OwnerReference", Field: field, @@ -14135,7 +14135,7 @@ func (ec *executionContext) _MetaV1OwnerReference_uid(ctx context.Context, field return ec.marshalNID2k8sᚗioᚋapimachineryᚋpkgᚋtypesᚐUID(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1OwnerReference_uid(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1OwnerReference_uid(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1OwnerReference", Field: field, @@ -14176,7 +14176,7 @@ func (ec *executionContext) _MetaV1OwnerReference_controller(ctx context.Context return ec.marshalOBoolean2ᚖbool(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_MetaV1OwnerReference_controller(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_MetaV1OwnerReference_controller(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "MetaV1OwnerReference", Field: field, @@ -14217,7 +14217,7 @@ func (ec *executionContext) _PageInfo_endCursor(ctx context.Context, field graph return ec.marshalOID2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_PageInfo_endCursor(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_PageInfo_endCursor(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "PageInfo", Field: field, @@ -14261,7 +14261,7 @@ func (ec *executionContext) _PageInfo_hasNextPage(ctx context.Context, field gra return ec.marshalNBoolean2bool(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_PageInfo_hasNextPage(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_PageInfo_hasNextPage(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "PageInfo", Field: field, @@ -14305,7 +14305,7 @@ func (ec *executionContext) _PageInfo_hasPreviousPage(ctx context.Context, field return ec.marshalNBoolean2bool(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_PageInfo_hasPreviousPage(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_PageInfo_hasPreviousPage(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "PageInfo", Field: field, @@ -14346,7 +14346,7 @@ func (ec *executionContext) _PageInfo_startCursor(ctx context.Context, field gra return ec.marshalOID2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_PageInfo_startCursor(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_PageInfo_startCursor(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "PageInfo", Field: field, @@ -14390,7 +14390,7 @@ func (ec *executionContext) _PodLogQueryResponse_results(ctx context.Context, fi return ec.marshalNLogRecord2ᚕgithubᚗcomᚋkubetailᚑorgᚋkubetailᚋgraphᚋmodelᚐLogRecordᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_PodLogQueryResponse_results(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_PodLogQueryResponse_results(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "PodLogQueryResponse", Field: field, @@ -14440,7 +14440,7 @@ func (ec *executionContext) _PodLogQueryResponse_pageInfo(ctx context.Context, f return ec.marshalNPageInfo2githubᚗcomᚋkubetailᚑorgᚋkubetailᚋgraphᚋmodelᚐPageInfo(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_PodLogQueryResponse_pageInfo(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_PodLogQueryResponse_pageInfo(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "PodLogQueryResponse", Field: field, @@ -15726,7 +15726,7 @@ func (ec *executionContext) _Query_livezGet(ctx context.Context, field graphql.C return ec.marshalNHealthCheckResponse2githubᚗcomᚋkubetailᚑorgᚋkubetailᚋgraphᚋmodelᚐHealthCheckResponse(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_Query_livezGet(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_Query_livezGet(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "Query", Field: field, @@ -15778,7 +15778,7 @@ func (ec *executionContext) _Query_readyzGet(ctx context.Context, field graphql. return ec.marshalNHealthCheckResponse2githubᚗcomᚋkubetailᚑorgᚋkubetailᚋgraphᚋmodelᚐHealthCheckResponse(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_Query_readyzGet(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_Query_readyzGet(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "Query", Field: field, @@ -15901,7 +15901,7 @@ func (ec *executionContext) _Query___schema(ctx context.Context, field graphql.C return ec.marshalO__Schema2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐSchema(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext_Query___schema(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_Query___schema(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "Query", Field: field, @@ -16785,7 +16785,7 @@ func (ec *executionContext) _Subscription_livezWatch(ctx context.Context, field } } -func (ec *executionContext) fieldContext_Subscription_livezWatch(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_Subscription_livezWatch(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "Subscription", Field: field, @@ -16851,7 +16851,7 @@ func (ec *executionContext) _Subscription_readyzWatch(ctx context.Context, field } } -func (ec *executionContext) fieldContext_Subscription_readyzWatch(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext_Subscription_readyzWatch(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "Subscription", Field: field, @@ -16903,7 +16903,7 @@ func (ec *executionContext) ___Directive_name(ctx context.Context, field graphql return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Directive_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Directive_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Directive", Field: field, @@ -16944,7 +16944,7 @@ func (ec *executionContext) ___Directive_description(ctx context.Context, field return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Directive_description(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Directive_description(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Directive", Field: field, @@ -16988,7 +16988,7 @@ func (ec *executionContext) ___Directive_locations(ctx context.Context, field gr return ec.marshalN__DirectiveLocation2ᚕstringᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Directive_locations(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Directive_locations(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Directive", Field: field, @@ -17032,7 +17032,7 @@ func (ec *executionContext) ___Directive_args(ctx context.Context, field graphql return ec.marshalN__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValueᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Directive_args(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Directive_args(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Directive", Field: field, @@ -17086,7 +17086,7 @@ func (ec *executionContext) ___Directive_isRepeatable(ctx context.Context, field return ec.marshalNBoolean2bool(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Directive_isRepeatable(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Directive_isRepeatable(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Directive", Field: field, @@ -17130,7 +17130,7 @@ func (ec *executionContext) ___EnumValue_name(ctx context.Context, field graphql return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___EnumValue_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___EnumValue_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__EnumValue", Field: field, @@ -17171,7 +17171,7 @@ func (ec *executionContext) ___EnumValue_description(ctx context.Context, field return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___EnumValue_description(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___EnumValue_description(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__EnumValue", Field: field, @@ -17215,7 +17215,7 @@ func (ec *executionContext) ___EnumValue_isDeprecated(ctx context.Context, field return ec.marshalNBoolean2bool(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___EnumValue_isDeprecated(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___EnumValue_isDeprecated(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__EnumValue", Field: field, @@ -17256,7 +17256,7 @@ func (ec *executionContext) ___EnumValue_deprecationReason(ctx context.Context, return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___EnumValue_deprecationReason(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___EnumValue_deprecationReason(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__EnumValue", Field: field, @@ -17300,7 +17300,7 @@ func (ec *executionContext) ___Field_name(ctx context.Context, field graphql.Col return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Field_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Field_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Field", Field: field, @@ -17341,7 +17341,7 @@ func (ec *executionContext) ___Field_description(ctx context.Context, field grap return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Field_description(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Field_description(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Field", Field: field, @@ -17385,7 +17385,7 @@ func (ec *executionContext) ___Field_args(ctx context.Context, field graphql.Col return ec.marshalN__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValueᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Field_args(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Field_args(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Field", Field: field, @@ -17439,7 +17439,7 @@ func (ec *executionContext) ___Field_type(ctx context.Context, field graphql.Col return ec.marshalN__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Field_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Field_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Field", Field: field, @@ -17505,7 +17505,7 @@ func (ec *executionContext) ___Field_isDeprecated(ctx context.Context, field gra return ec.marshalNBoolean2bool(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Field_isDeprecated(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Field_isDeprecated(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Field", Field: field, @@ -17546,7 +17546,7 @@ func (ec *executionContext) ___Field_deprecationReason(ctx context.Context, fiel return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Field_deprecationReason(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Field_deprecationReason(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Field", Field: field, @@ -17590,7 +17590,7 @@ func (ec *executionContext) ___InputValue_name(ctx context.Context, field graphq return ec.marshalNString2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___InputValue_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___InputValue_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__InputValue", Field: field, @@ -17631,7 +17631,7 @@ func (ec *executionContext) ___InputValue_description(ctx context.Context, field return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___InputValue_description(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___InputValue_description(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__InputValue", Field: field, @@ -17675,7 +17675,7 @@ func (ec *executionContext) ___InputValue_type(ctx context.Context, field graphq return ec.marshalN__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___InputValue_type(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___InputValue_type(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__InputValue", Field: field, @@ -17738,7 +17738,7 @@ func (ec *executionContext) ___InputValue_defaultValue(ctx context.Context, fiel return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___InputValue_defaultValue(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___InputValue_defaultValue(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__InputValue", Field: field, @@ -17779,7 +17779,7 @@ func (ec *executionContext) ___Schema_description(ctx context.Context, field gra return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Schema_description(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Schema_description(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Schema", Field: field, @@ -17823,7 +17823,7 @@ func (ec *executionContext) ___Schema_types(ctx context.Context, field graphql.C return ec.marshalN__Type2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐTypeᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Schema_types(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Schema_types(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Schema", Field: field, @@ -17889,7 +17889,7 @@ func (ec *executionContext) ___Schema_queryType(ctx context.Context, field graph return ec.marshalN__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Schema_queryType(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Schema_queryType(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Schema", Field: field, @@ -17952,7 +17952,7 @@ func (ec *executionContext) ___Schema_mutationType(ctx context.Context, field gr return ec.marshalO__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Schema_mutationType(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Schema_mutationType(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Schema", Field: field, @@ -18015,7 +18015,7 @@ func (ec *executionContext) ___Schema_subscriptionType(ctx context.Context, fiel return ec.marshalO__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Schema_subscriptionType(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Schema_subscriptionType(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Schema", Field: field, @@ -18081,7 +18081,7 @@ func (ec *executionContext) ___Schema_directives(ctx context.Context, field grap return ec.marshalN__Directive2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐDirectiveᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Schema_directives(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Schema_directives(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Schema", Field: field, @@ -18137,7 +18137,7 @@ func (ec *executionContext) ___Type_kind(ctx context.Context, field graphql.Coll return ec.marshalN__TypeKind2string(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Type_kind(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Type_kind(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Type", Field: field, @@ -18178,7 +18178,7 @@ func (ec *executionContext) ___Type_name(ctx context.Context, field graphql.Coll return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Type_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Type_name(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Type", Field: field, @@ -18219,7 +18219,7 @@ func (ec *executionContext) ___Type_description(ctx context.Context, field graph return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Type_description(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Type_description(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Type", Field: field, @@ -18326,7 +18326,7 @@ func (ec *executionContext) ___Type_interfaces(ctx context.Context, field graphq return ec.marshalO__Type2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐTypeᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Type_interfaces(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Type_interfaces(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Type", Field: field, @@ -18389,7 +18389,7 @@ func (ec *executionContext) ___Type_possibleTypes(ctx context.Context, field gra return ec.marshalO__Type2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐTypeᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Type_possibleTypes(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Type_possibleTypes(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Type", Field: field, @@ -18514,7 +18514,7 @@ func (ec *executionContext) ___Type_inputFields(ctx context.Context, field graph return ec.marshalO__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValueᚄ(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Type_inputFields(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Type_inputFields(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Type", Field: field, @@ -18565,7 +18565,7 @@ func (ec *executionContext) ___Type_ofType(ctx context.Context, field graphql.Co return ec.marshalO__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Type_ofType(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Type_ofType(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Type", Field: field, @@ -18628,7 +18628,7 @@ func (ec *executionContext) ___Type_specifiedByURL(ctx context.Context, field gr return ec.marshalOString2ᚖstring(ctx, field.Selections, res) } -func (ec *executionContext) fieldContext___Type_specifiedByURL(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { +func (ec *executionContext) fieldContext___Type_specifiedByURL(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { fc = &graphql.FieldContext{ Object: "__Type", Field: field, @@ -19273,7 +19273,7 @@ func (ec *executionContext) _AppsV1DaemonSetsWatchEvent(ctx context.Context, sel case "object": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -19545,7 +19545,7 @@ func (ec *executionContext) _AppsV1DeploymentsWatchEvent(ctx context.Context, se case "object": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -19812,7 +19812,7 @@ func (ec *executionContext) _AppsV1ReplicaSetsWatchEvent(ctx context.Context, se case "object": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -20035,7 +20035,7 @@ func (ec *executionContext) _AppsV1StatefulSetsWatchEvent(ctx context.Context, s case "object": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -20320,7 +20320,7 @@ func (ec *executionContext) _BatchV1CronJobsWatchEvent(ctx context.Context, sel case "object": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -20731,7 +20731,7 @@ func (ec *executionContext) _BatchV1JobsWatchEvent(ctx context.Context, sel ast. case "object": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -21213,7 +21213,7 @@ func (ec *executionContext) _CoreV1NamespacesWatchEvent(ctx context.Context, sel case "object": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -21393,7 +21393,7 @@ func (ec *executionContext) _CoreV1NodesWatchEvent(ctx context.Context, sel ast. case "object": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -21760,7 +21760,7 @@ func (ec *executionContext) _CoreV1PodsWatchEvent(ctx context.Context, sel ast.S case "object": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22279,7 +22279,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "appsV1DaemonSetsGet": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22298,7 +22298,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "appsV1DaemonSetsList": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22317,7 +22317,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "appsV1DeploymentsGet": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22336,7 +22336,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "appsV1DeploymentsList": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22355,7 +22355,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "appsV1ReplicaSetsGet": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22374,7 +22374,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "appsV1ReplicaSetsList": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22393,7 +22393,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "appsV1StatefulSetsGet": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22412,7 +22412,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "appsV1StatefulSetsList": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22431,7 +22431,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "batchV1CronJobsGet": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22450,7 +22450,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "batchV1CronJobsList": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22469,7 +22469,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "batchV1JobsGet": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22488,7 +22488,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "batchV1JobsList": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22507,7 +22507,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "coreV1NamespacesList": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22526,7 +22526,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "coreV1NodesList": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22545,7 +22545,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "coreV1PodsGet": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22564,7 +22564,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "coreV1PodsList": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22583,7 +22583,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "coreV1PodsGetLogs": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22602,7 +22602,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "podLogHead": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) @@ -22621,7 +22621,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr case "podLogTail": field := field - innerFunc := func(ctx context.Context, fs *graphql.FieldSet) (res graphql.Marshaler) { + innerFunc := func(ctx context.Context, _ *graphql.FieldSet) (res graphql.Marshaler) { defer func() { if r := recover(); r != nil { ec.Error(ctx, ec.Recover(ctx, r)) diff --git a/backend/graph/schema.resolvers.go b/backend/graph/schema.resolvers.go index ac00a6d4..d640b54c 100644 --- a/backend/graph/schema.resolvers.go +++ b/backend/graph/schema.resolvers.go @@ -2,7 +2,7 @@ package graph // This file will be automatically regenerated based on the schema, any resolver implementations // will be copied through when generating and any unknown code will be moved to the end. -// Code generated by github.com/99designs/gqlgen version v0.17.44 +// Code generated by github.com/99designs/gqlgen version v0.17.46 import ( "bufio"