mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-11-17 11:01:01 +01:00
The current example of CRD source is missing the `Labels` type definition. It also does not have the JSON tag for the `Name` and `Value` fields of the `ProviderSpecificProperty` type. As such, creating a CRD from these types will result in errors. This change fixes the two issues highlighted above.