Skip to content

Commit

Permalink
Merge pull request #10 from rbtcollins/master
Browse files Browse the repository at this point in the history
Fix Namespace typemeta
  • Loading branch information
anguslees authored Mar 18, 2019
2 parents f3bd7e4 + adc4497 commit efac094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/core/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl NamespacedResource for Pods {
#[serde(rename_all = "camelCase")]
pub struct Namespace {
#[serde(flatten)]
typemeta: TypeMetaImpl<Pod>,
typemeta: TypeMetaImpl<Namespace>,
#[serde(default)]
pub metadata: ObjectMeta,
#[serde(default)]
Expand Down

0 comments on commit efac094

Please sign in to comment.