Skip to content

Instantly share code, notes, and snippets.

@bryanl
Created February 8, 2019 22:13
Show Gist options
  • Save bryanl/f55c43792f7a059f7195ad1311b2846b to your computer and use it in GitHub Desktop.
Save bryanl/f55c43792f7a059f7195ad1311b2846b to your computer and use it in GitHub Desktop.
foo.ts
import * as kdux from 'kdux';
kdux.Configure(config => {
config.commonLabels = {
project: "project-1"
};
config.commonAnnotations = {
onCallEmail: "email@example.com"
};
config.resources = ["service.yaml"];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment