What would you like to be added?
spec field for assigning vrf like so:
type PrefixSpec struct {
... ommitted
// The NetBox Vrf to be assigned to this resource in NetBox. Use the `name` value instead of the `slug` value
// Field is immutable, not required
// Example: "blue" or "red"
//+kubebuilder:validation:XValidation:rule="self == oldSelf",message="Field 'vrf' is immutable"
Vrf string `json:"vrf,omitempty"`
Why is this needed?
Ability to assign the netbox objects to a vrf.