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.
2 parents f578ee4 + 96fcdb0 commit eda1aa6Copy full SHA for eda1aa6
pkg/converter/unstructured.go
@@ -46,7 +46,6 @@ func (c *UnstructuredConverter) ExtractObjectMeta() *metav1.ObjectMeta {
46
metadata.Labels = c.o.GetLabels()
47
metadata.Annotations = c.o.GetAnnotations()
48
metadata.OwnerReferences = c.o.GetOwnerReferences()
49
- metadata.Initializers = c.o.GetInitializers()
50
metadata.Finalizers = c.o.GetFinalizers()
51
metadata.ClusterName = c.o.GetClusterName()
52
return metadata
0 commit comments