Skip to content

Commit

Permalink
fix cargo warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Nov 25, 2023
1 parent 68cd421 commit 8d3667d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// kopium command: kopium --docs --filename=./crd-catalog/openshift/api/network.openshift.io/v1/clusternetworks.yaml --derive=Default --derive=PartialEq
// kopium version: 0.16.2

use kube::CustomResource;

use serde::{Serialize, Deserialize};

/// ClusterNetworkEntry defines an individual cluster network. The CIDRs cannot overlap with other cluster network CIDRs, CIDRs reserved for external ips, CIDRs reserved for service networks, and CIDRs reserved for ingress ips.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// kopium command: kopium --docs --filename=./crd-catalog/openshift/api/network.openshift.io/v1/hostsubnets.yaml --derive=Default --derive=PartialEq
// kopium version: 0.16.2

use kube::CustomResource;
use serde::{Serialize, Deserialize};



Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// kopium command: kopium --docs --filename=./crd-catalog/openshift/api/network.openshift.io/v1/netnamespaces.yaml --derive=Default --derive=PartialEq
// kopium version: 0.16.2

use kube::CustomResource;
use serde::{Serialize, Deserialize};



Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// kopium command: kopium --docs --filename=./crd-catalog/openshift/api/security.internal.openshift.io/v1/rangeallocations.yaml --derive=Default --derive=PartialEq
// kopium version: 0.16.2

use kube::CustomResource;
use serde::{Serialize, Deserialize};



Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// kopium command: kopium --docs --filename=./crd-catalog/openshift/api/security.openshift.io/v1/securitycontextconstraints.yaml --derive=Default --derive=PartialEq
// kopium version: 0.16.2

use kube::CustomResource;

use serde::{Serialize, Deserialize};

/// AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
Expand Down

0 comments on commit 8d3667d

Please sign in to comment.