srl-labs / srl-controller

k8s controller for SR Linux nodes scheduled by KNE
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

remove LicenseKey Srlinux{} struct field to some other place #18

Open hellt opened 2 years ago

hellt commented 2 years ago

It is potentially not allowed to have extra fields in the CRD spec, so this better be moved some other place.

https://github.com/srl-labs/srl-controller/blob/main/api/types/v1alpha1/srlinux_types.go#L63