constructor($async, KubernetesEvents) {
    this.$async = $async;
    this.KubernetesEvents = KubernetesEvents;

    this.getAllAsync = this.getAllAsync.bind(this);