Skip to content

Commit

Permalink
fix(examples/): fix a bug in an example (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
silasbw committed Mar 10, 2018
1 parent c2aec51 commit dc51f6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/using-crds.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//
// Use a Custom Resource Definition to extend the Kubernetes API and the client.
//
const { Client,config } = require('kubernetes-client');
const Client = require('kubernetes-client').SyncClient;
const config = require('kubernetes-client').config;

const crd = require('./crontabs-crd.json');

Expand Down

0 comments on commit dc51f6d

Please sign in to comment.