Skip to content

Commit

Permalink
[api] mark virtual edge config to skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Mar 8, 2024
1 parent 767890f commit 6d498d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/agent/v1alpha2/virtualedge.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const (
VIRTUAL_EDGE_ANNOTATION = "virtual-edge.hhfab.fabric.githedgehog.com/external-cfg"
)

// +kubebuilder:skip
type VirtualEdgeConfig struct {
ASN string `json:"ASN"`
VRF string `json:"VRF"`
Expand Down
2 changes: 2 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ _Appears in:_





## dhcp.githedgehog.com/v1alpha2

Package v1alpha2 contains API Schema definitions for the dhcp v1alpha2 API group. It is the primarely internal API
Expand Down

0 comments on commit 6d498d4

Please sign in to comment.