Marc Nuri

Results 702 comments of Marc Nuri

```java new KubernetesListBuilder() .addToItems(new ElasticSearchBuilder() // .... .build()) .build() ``` ```java KubernetesResourceList res = client.resources(ElasticSearch.class).list(); ```

There's no difference, the latter calls the former with a null parameter. https://github.com/fabric8io/kubernetes-client/blob/25ecf8460eb132ae2945342b33f64a4240a2b91c/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/KubernetesClient.java#L142 This means that the client will query the cluster to retrieve the required information such as the...

> > Roundtrips > > I would love to see a real-world use-case for this, as long as we don't have one it's a non-goal +1 I'm really curious about...

From the linked upstream PR, as far as I can tell, the types are not removed but just deprecated. Your PR is removing those Java types which might still be...

We might consider this as part of 7.0 to clean up our extensions

Deprecated classes have been removed in #6227 as part of the new model generation strategy (#6130).

> So let's merge this one then?? @shawkins, sorry, it was unclear but the question was specifically for you. It's unclear to me if this should be moved forward as...

OK, so let's try to merge #5949 (#5948) first and then add the functionality on top

Sundrio was bumped on #5621 v6.10.0 of the client provides the BOM with the right sundrio version.