Rohan Kumar
Rohan Kumar
I'm slightly confused about what you mean by pod level restart count. From what I know pod only seem to have a [phase](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase) which is available in status field.
@shawkins : I think @deod is not interested in individual containers but pod level: > I see there is a restartCount for individual containers within a pod, but I am...
There hasn't been much activity on this PR. Do we still need this fix or was this issue addressed in some other PR?
@rktechie : Could you please share a reproducer project with us? It will help us in reproducing your issue.
We need this feature in https://github.com/fabric8io/fabric8-maven-plugin in order to create CRDs via resource fragments.
@GrigorievNick @thousandhu : Hi, now you can create custom resources directly from yaml in Fabric8 Kubernetes client. Here is an example: https://github.com/fabric8io/kubernetes-client/blob/141668a882ed8e902c045a5cd0a80f14bd17d132/kubernetes-itests/src/test/java/io/fabric8/kubernetes/RawCustomResourceIT.java#L72
But creating Pojos is not supported at the moment :-(
@GrigorievNick : oh, Yeah. Does typed api support `awaitUntilReady` functionality? I think we can add this functionality in typeless api also.
I think this issue is quite important, we should provide some way to automate the creation of Custom Resources POJOs based on some configuration
Related to https://github.com/fabric8io/kubernetes-client/issues/3642