export class KubernetesNodeTaint {
  constructor() {
    Object.assign(this, JSON.parse(JSON.stringify(_KubernetesNodeTaint)));
  }
}