Skip to content

Commit

Permalink
redundant word
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Sep 9, 2024
1 parent 973867f commit eb177d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cert_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct CaConfigMapData {

// Method 1 :: inherit resource implementation from k8s_openapi's ConfigMap
#[derive(Resource, Serialize, Deserialize, Debug, Clone)]
#[resource(inherit = ConfigMap)] // method 1
#[resource(inherit = ConfigMap)]
struct CaConfigMap {
metadata: ObjectMeta,
data: CaConfigMapData,
Expand Down

0 comments on commit eb177d9

Please sign in to comment.