diff --git a/library/Kubernetes/Web/ReplicaSetDetail.php b/library/Kubernetes/Web/ReplicaSetDetail.php index b63f9b53..7a3c84f1 100644 --- a/library/Kubernetes/Web/ReplicaSetDetail.php +++ b/library/Kubernetes/Web/ReplicaSetDetail.php @@ -62,7 +62,7 @@ protected function assemble(): void ])), new Labels($this->replicaSet->label), new Annotations($this->replicaSet->annotation), - new ConditionTable($this->replicaSet, (new ReplicaSetCondition())->getColumnDefinitions()), + new ReplicaSetConditions($this->replicaSet), new HtmlElement( 'section', null,