
me.snowdrop.istio.client.IstioClientFactory Maven / Gradle / Ivy
/**
* Copyright 2018 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package me.snowdrop.istio.client;
import io.fabric8.kubernetes.client.Config;
import io.fabric8.kubernetes.client.DefaultKubernetesClient;
import io.fabric8.kubernetes.client.KubernetesClient;
/**
* @author Christophe Laprun
*/
@Deprecated
public class IstioClientFactory {
public static IstioClient defaultClient(Config config) {
return new DefaultIstioClient();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy