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

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