sparse-intern-71089
10/25/2018, 5:42 PMcreamy-potato-29402
10/25/2018, 5:51 PMimport * as inputApi from "@pulumi/kubernetes/types/input"
const x: inputApi.apps.v1.DaemonSetSpec;
creamy-potato-29402
10/25/2018, 5:51 PMcreamy-potato-29402
10/25/2018, 5:51 PM/types/output
creamy-potato-29402
10/25/2018, 5:52 PMhundreds-musician-51496
10/25/2018, 6:12 PMOutput
type you should use the apply
method. spec.apply(spec => { ... })
. Inside the function s
will have type DameonSetSpec
.