interface  io.fabric.kubernetes.clnt.v.CustomResource$Instantiator extends java.lang.Object
{
public static final io.fabric.kubernetes.clnt.v.CustomResource$Instantiator NULL;
public abstract java.lang.Object instantiate() throws java.lang.Exception;
static void <clinit>()
{
io.fabric.kubernetes.clnt.v.CustomResource$Instantiator v;
v = staticinvoke <io.fabric.kubernetes.clnt.v.CustomResource$Instantiator$lambda_static_0__23: io.fabric.kubernetes.clnt.v.CustomResource$Instantiator bootstrap$()>();
<io.fabric.kubernetes.clnt.v.CustomResource$Instantiator: io.fabric.kubernetes.clnt.v.CustomResource$Instantiator NULL> = v;
return;
}
}