suman-ganta

Results 2 comments of suman-ganta

Thanks @brendandburns. This path has worked. Working code snippet following my problem description for posterity ```java var customObjectsApi = new CustomObjectsApi(apiClient); PatchUtils.patch( Foo.class, () -> customObjectsApi.patchNamespacedCustomObjectStatus( API_GROUP, "v1", foo.getMetadata().getNamespace(), "foos",...