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