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