All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.snowdrop.istio.client.IstioClientFactory Maven / Gradle / Ivy

There is a newer version: 1.7.7.1
Show newest version
/**
 * 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