kubernetes/staging/src/k8s.io/client-go/kubernetes/typed/core/v1/namespace_expansion.go

type NamespaceExpansion

// Finalize takes the representation of a namespace to update.  Returns the server's representation of the namespace, and an error, if it occurs.
func (c *namespaces) Finalize(ctx context.Context, namespace *v1.Namespace, opts metav1.UpdateOptions) (result *v1.Namespace, err error) {}