We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912706f commit b6d3b23Copy full SHA for b6d3b23
pkg/client/applyconfigurations.go
@@ -30,8 +30,8 @@ func (u *unstructuredApplyConfiguration) IsApplyConfiguration() {}
30
31
// ApplyConfigurationFromUnstructured creates a runtime.ApplyConfiguration from an *unstructured.Unstructured object.
32
//
33
-// Do not use Unstructured objects here that were generated from API objects, as those
34
-// contain zero values.
+// Do not use Unstructured objects here that were generated from API objects, as its impossible to tell
+// if a zero value was explicitly set.
35
func ApplyConfigurationFromUnstructured(u *unstructured.Unstructured) runtime.ApplyConfiguration {
36
return &unstructuredApplyConfiguration{Unstructured: u}
37
}
0 commit comments