Package io.fabric8.chaosmesh.client
Interface GenericChaosMeshClient<C extends Client>
-
- All Superinterfaces:
AnyNamespaceable<C>,AutoCloseable,ChaosMeshClient,Client,Closeable,Namespaceable<C>,RequestConfigurable<C>
- All Known Subinterfaces:
NamespacedChaosMeshClient
- All Known Implementing Classes:
DefaultChaosMeshClient
public interface GenericChaosMeshClient<C extends Client> extends Client, ChaosMeshClient, Namespaceable<C>, AnyNamespaceable<C>, RequestConfigurable<C>
-
-
Method Summary
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.AnyNamespaceable
inAnyNamespace
-
Methods inherited from interface io.fabric8.chaosmesh.client.ChaosMeshClient
awsChaos, dnsChaos, httpChaos, ioChaos, jvmChaos, kernelChaos, networkChaos, podChaos, podIOChaos, podNetworkChaos, stressChaos, timeChaos
-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Namespaceable
inNamespace
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.RequestConfigurable
withRequestConfig
-
-