Skip to content

Commit

Permalink
NET-6822 Add kubebuilder tag to struct (#20120)
Browse files Browse the repository at this point in the history
add kubebuilder tag
  • Loading branch information
sarahalsmiller authored Jan 9, 2024
1 parent 6854e1e commit 96790a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proto-public/pbmesh/v2beta1/mesh_gateway.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto-public/pbmesh/v2beta1/mesh_gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ message MeshGateway {
// GatewayClassName is the name of the GatewayClass used by the MeshGateway
string gateway_class_name = 1;

// +kubebuilder:validation:MinItems=1
repeated MeshGatewayListener listeners = 2;
}

Expand Down

0 comments on commit 96790a8

Please sign in to comment.