client-go/applyconfigurations/meta/v1
Patrick Ohly ed2b4f0fcb SSA: prevent usage of Extract calls via forbidigo
Client-side extract calls depend on `managedFields`, which might not be
available. Therefore they should not be used in production code.

They are okay in test files (because the API has to be tested), in the
generated code (because the various type specific APIs still need to be
provided) and in unstructured.go (same reason).

Kubernetes-commit: 4bc9434f99d9a87dd5b63e738b6b1b16693f10e4
2023-08-02 10:57:51 +02:00
..
condition.go
deleteoptions.go code-generator: fix the bug that ApplyConfiguration constructor missing WithKind/WithAPIVersion methods 2022-01-28 17:01:32 +08:00
labelselector.go
labelselectorrequirement.go
managedfieldsentry.go
objectmeta.go generated files 2022-03-17 18:27:49 +00:00
ownerreference.go
preconditions.go
typemeta.go
unstructured.go SSA: prevent usage of Extract calls via forbidigo 2023-08-02 10:57:51 +02:00