-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HasMetadata interface should be generic #1661
Comments
mgorniew
added a commit
to mgorniew/kubernetes-client
that referenced
this issue
Jul 26, 2019
mgorniew
added a commit
to mgorniew/kubernetes-client
that referenced
this issue
Jul 26, 2019
mgorniew
added a commit
to mgorniew/kubernetes-client
that referenced
this issue
Jul 26, 2019
k-wall
added a commit
to k-wall/enmasse
that referenced
this issue
Sep 12, 2019
k-wall
added a commit
to k-wall/enmasse
that referenced
this issue
Sep 18, 2019
k-wall
added a commit
to k-wall/enmasse
that referenced
this issue
Sep 18, 2019
* Bump sundrio.version from 0.16.4 to 0.17.2 * Remove KubernetesDeserializer thread safety workaround. * Simplify code used to turn off HTTP/2, utilizing new method in KC 4.4.0 * Remove generic parameter from KubernetesResource (relates to fabric8io/kubernetes-client#1661)
k-wall
added a commit
to k-wall/enmasse
that referenced
this issue
Sep 20, 2019
* Bump sundrio.version from 0.16.4 to 0.17.2 * Remove KubernetesDeserializer thread safety workaround. * Simplify code used to turn off HTTP/2, utilizing new method in KC 4.4.0 * Remove generic parameter from KubernetesResource (relates to fabric8io/kubernetes-client#1661)
k-wall
added a commit
to k-wall/enmasse
that referenced
this issue
Oct 24, 2019
* Bump sundrio.version from 0.16.4 to 0.17.2 * Remove KubernetesDeserializer thread safety workaround. * Simplify code used to turn off HTTP/2, utilizing new method in KC 4.4.0 * Remove generic parameter from KubernetesResource (relates to fabric8io/kubernetes-client#1661)
k-wall
added a commit
to k-wall/enmasse
that referenced
this issue
Oct 24, 2019
* Bump sundrio.version from 0.16.4 to 0.17.2 * Remove KubernetesDeserializer thread safety workaround. * Simplify code used to turn off HTTP/2, utilizing new method in KC 4.4.0 * Remove generic parameter from KubernetesResource (relates to fabric8io/kubernetes-client#1661)
k-wall
added a commit
to k-wall/enmasse
that referenced
this issue
Oct 25, 2019
* Bump sundrio.version from 0.16.4 to 0.17.2 * Remove KubernetesDeserializer thread safety workaround. * Simplify code used to turn off HTTP/2, utilizing new method in KC 4.4.0 * Remove generic parameter from KubernetesResource (relates to fabric8io/kubernetes-client#1661)
k-wall
added a commit
to k-wall/enmasse
that referenced
this issue
Oct 29, 2019
* Bump sundrio.version from 0.16.4 to 0.17.2 * Remove KubernetesDeserializer thread safety workaround. * Simplify code used to turn off HTTP/2, utilizing new method in KC 4.4.0 * Remove generic parameter from KubernetesResource (relates to fabric8io/kubernetes-client#1661)
k-wall
added a commit
to k-wall/enmasse
that referenced
this issue
Oct 30, 2019
* Bump sundrio.version from 0.16.4 to 0.17.2 * Remove KubernetesDeserializer thread safety workaround. * Simplify code used to turn off HTTP/2, utilizing new method in KC 4.4.0 * Remove generic parameter from KubernetesResource (relates to fabric8io/kubernetes-client#1661) * Workaround Fabric8 API change by making cascade desire explict (see fabric8io/kubernetes-client#1840)
k-wall
added a commit
to EnMasseProject/enmasse
that referenced
this issue
Nov 4, 2019
* Bump fabric8 kubernetes-client from 4.1.3 to 4.6.2 * Bump sundrio.version from 0.16.4 to 0.17.2 * Remove KubernetesDeserializer thread safety workaround. * Simplify code used to turn off HTTP/2, utilizing new method in KC 4.4.0 * Remove generic parameter from KubernetesResource (relates to fabric8io/kubernetes-client#1661) * Workaround Fabric8 API change by making cascade desire explict (see fabric8io/kubernetes-client#1840)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HasMetadata interface extends KuberenetesResource which is generic interface. It should be possible to provide generic type for HasMetadata also.
The text was updated successfully, but these errors were encountered: