Skip to content

Commit

Permalink
chore: run generators
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Utt <[email protected]>
  • Loading branch information
shaneutt committed Nov 30, 2023
1 parent ec9597f commit f61b02c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/apis/experimental/gatewayclasses.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium -Af -
// kopium version: 0.16.1
// kopium version: 0.16.2

use kube::CustomResource;
use schemars::JsonSchema;
Expand Down
2 changes: 1 addition & 1 deletion src/apis/experimental/gateways.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium -Af -
// kopium version: 0.16.1
// kopium version: 0.16.2

use kube::CustomResource;
use schemars::JsonSchema;
Expand Down
2 changes: 1 addition & 1 deletion src/apis/experimental/grpcroutes.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium -Af -
// kopium version: 0.16.1
// kopium version: 0.16.2

use kube::CustomResource;
use schemars::JsonSchema;
Expand Down
2 changes: 1 addition & 1 deletion src/apis/experimental/httproutes.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium -Af -
// kopium version: 0.16.1
// kopium version: 0.16.2

use kube::CustomResource;
use schemars::JsonSchema;
Expand Down
2 changes: 1 addition & 1 deletion src/apis/experimental/referencegrants.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium -Af -
// kopium version: 0.16.1
// kopium version: 0.16.2

use kube::CustomResource;
use schemars::JsonSchema;
Expand Down
2 changes: 1 addition & 1 deletion src/apis/experimental/tcproutes.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium -Af -
// kopium version: 0.16.1
// kopium version: 0.16.2

use kube::CustomResource;
use schemars::JsonSchema;
Expand Down
2 changes: 1 addition & 1 deletion src/apis/experimental/tlsroutes.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium -Af -
// kopium version: 0.16.1
// kopium version: 0.16.2

use kube::CustomResource;
use schemars::JsonSchema;
Expand Down
2 changes: 1 addition & 1 deletion src/apis/experimental/udproutes.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium -Af -
// kopium version: 0.16.1
// kopium version: 0.16.2

use kube::CustomResource;
use schemars::JsonSchema;
Expand Down
2 changes: 1 addition & 1 deletion src/apis/standard/gatewayclasses.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium -Af -
// kopium version: 0.16.1
// kopium version: 0.16.2

use kube::CustomResource;
use schemars::JsonSchema;
Expand Down
2 changes: 1 addition & 1 deletion src/apis/standard/gateways.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium -Af -
// kopium version: 0.16.1
// kopium version: 0.16.2

use kube::CustomResource;
use schemars::JsonSchema;
Expand Down
2 changes: 1 addition & 1 deletion src/apis/standard/httproutes.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium -Af -
// kopium version: 0.16.1
// kopium version: 0.16.2

use kube::CustomResource;
use schemars::JsonSchema;
Expand Down
2 changes: 1 addition & 1 deletion src/apis/standard/referencegrants.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: generated by kopium - manual changes will be overwritten
// kopium command: kopium -Af -
// kopium version: 0.16.1
// kopium version: 0.16.2

use kube::CustomResource;
use schemars::JsonSchema;
Expand Down

0 comments on commit f61b02c

Please sign in to comment.