g>>
> Sent: Friday, July 2, 2021 9:19 PM
> To: Alexis Sarda-Espinosa
> mailto:alexis.sarda-espin...@microfocus.com>>;
> Yang Wang mailto:danrtsey...@gmail.com>>
> Cc: user@flink.apache.org<mailto:user@flink.apache.org>
> mailto:user@flink.apache.org&g
k glance at the operator you mentioned, but I'm hoping I
> can make use of Flink's new support for pod templates to make it as similar
> as possible to a native Deployment resource.
> >
> > Regards,
> > Alexis.
> > ________
> > From: R
templates to make it as similar as
> possible to a native Deployment resource.
>
> Regards,
> Alexis.
>
> From: Roman Khachatryan
> Sent: Friday, July 2, 2021 9:19 PM
> To: Alexis Sarda-Espinosa ; Yang Wang
>
> Cc: user@flink.apache.org
&g
resource.
Regards,
Alexis.
From: Roman Khachatryan
Sent: Friday, July 2, 2021 9:19 PM
To: Alexis Sarda-Espinosa ; Yang Wang
Cc: user@flink.apache.org
Subject: Re: Using Flink's Kubernetes API inside Java
Hi Alexis,
Have you looked at flink-on-k8s-ope
Hi Alexis,
Have you looked at flink-on-k8s-operator [1]?
It seems to have the functionality you need:
https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/blob/0310df76d6e2128cd5d2bc51fae4e842d370c463/controllers/flinkcluster_reconciler.go#L569
I couldn't find many Flink-specific classes
Hello everyone,
I'm testing a custom Kubernetes operator that should fulfill some specific
requirements I have for Flink. I know of this WIP project:
https://github.com/wangyang0918/flink-native-k8s-operator
I can see that it uses some classes that aren't publicly documented, and I
believe it