Skip to content

Commit

Permalink
related to cdk8s import maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Aug 30, 2024
1 parent 248c597 commit 9f976e1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions k8s/api-object.w
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
bring "cdk8s" as cdk8s;

pub struct ApiObjectProps extends cdk8s.ApiObjectProps {
spec: Json?;
}

pub class ApiObject extends cdk8s.ApiObject {
new(props: ApiObjectProps) {
super(props);
}
}
pub class ApiObject {}

0 comments on commit 9f976e1

Please sign in to comment.