diff --git a/api/agent/v1alpha2/virtualedge.go b/api/agent/v1alpha2/virtualedge.go index afefb25d..199c421c 100644 --- a/api/agent/v1alpha2/virtualedge.go +++ b/api/agent/v1alpha2/virtualedge.go @@ -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"` diff --git a/docs/api.md b/docs/api.md index 203c9357..da87fc40 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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