Kinds: Use apimachinery ObjectMeta for metadata (#68668)

This commit is contained in:
Ryan McKinley
2023-05-24 09:13:44 -07:00
committed by GitHub
parent f91c1b9897
commit c66d5721f7
22 changed files with 695 additions and 11 deletions
+1
View File
@@ -41,6 +41,7 @@ type (
tvars_resource struct {
PackageName string
KindName string
Version string
SubresourceNames []string
}
)