akuz0

Results 12 comments of akuz0

@bbortt @christophd I check another code and or example WaitHttpConditionBuilder(HttpCondition condition, Wait.Builder builder) `public WaitHttpConditionBuilder(HttpCondition condition, Wait.Builder builder) { super(condition, builder); }` My point is that changing every constructor is...

![image](https://user-images.githubusercontent.com/91601482/180650070-7295d7ec-a3c2-45d7-9d36-9e571e97da29.png) Thanks for the explanation, I understand. But now I have a question, will this confuse the user? What am I talking about: 2 - ActionConditon = EchoAction 3 -...

@bbortt second rule so good, but can we depricated consturtor with two params for next implimentations? Because maybe we not need it? I mean use `Wait.Builder builder = new Wait.Builder()...

@bodharavikishore Hello, this question actual? If no, @bbortt can we close it?

@christophd @bbortt Hello, right now `status()` not work, right? What do you think about: [svettwer]: `So from my current perspective, status(TestCaseMetaInfo.Status.DISABLED); is a redundant feature to the underlying test runner...

@louposk Hello I see in log `Caused by: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: GET at: https://myurl/api/v1/pods. Message: Forbidden! User myuser doesn't have permission. ` Are you shure what 'myuser' have permission? Though...

@christophd not sure if this is the best idea, but the easiest change to fabric8 version 4.11.2 And changed `import io.fabric8.kubernetes.client.dsl.ClientMixedOperation; import io.fabric8.kubernetes.client.dsl.ClientResource; ClientNonNamespaceOperation` to `import io.fabric8.kubernetes.client.dsl.MixedOperation; import io.fabric8.kubernetes.client.dsl.Resource; NonNamespaceOperation`...

Hello @bbortt ! Sorry, but not. In this year can`t resolve this issue