Skip to content

Add Vrf to be assigned to the resource claim #400

@packetlifter

Description

@packetlifter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions