mirror of
https://github.com/rancher/types.git
synced 2025-09-16 06:49:21 +00:00
Move projectId to annotation
This commit is contained in:
@@ -51,7 +51,7 @@ func NamespaceTypes(version *types.APIVersion, schemas *types.Schemas) *types.Sc
|
||||
&m.Drop{Field: "finalizers"},
|
||||
).
|
||||
AddMapperForType(version, v1.Namespace{},
|
||||
&m.LabelField{Field: "projectId"},
|
||||
&m.AnnotationField{Field: "projectId"},
|
||||
&m.AnnotationField{Field: "externalId"},
|
||||
&m.AnnotationField{Field: "templates", Object: true},
|
||||
&m.AnnotationField{Field: "prune"},
|
||||
|
Reference in New Issue
Block a user