sparse-intern-71089
08/27/2020, 2:22 PMbillowy-army-68599
sticky-receptionist-53934
08/27/2020, 3:34 PM// Create a Kubernetes provider instance that uses our cluster from above.
this.provider = new k8s.Provider(
name,
{
kubeconfig,
suppressDeprecationWarnings: true,
},
{ parent: this }
);