Skip to content
Snippets Groups Projects
Commit 1a995587 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Fix in obtaining service status

parent 895aee19
No related branches found
No related tags found
1 merge request!273Release 1.8.0 update
Pipeline #95409 passed
......@@ -60,7 +60,7 @@ public class KubernetesApiClientService {
}
}
public StatefulSet getStatefulSet(KCluster kCluster, String statefulSetName, String namespace) {
public StatefulSet getStatefulSet(KCluster kCluster, String namespace, String statefulSetName) {
try (KubernetesClient client = initClient(kCluster)) {
NonNamespaceOperation<StatefulSet, StatefulSetList, RollableScalableResource<StatefulSet>> statefulSetsInNamespace = client.apps()
.statefulSets()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment