@Deprecated public interface SupportTestingClient extends Client
Moving forward only clients with special support needs, such as the openshift client should implement this interface. For those classes, this interface can be part of the public contract.
Modifier and Type | Method and Description |
---|---|
boolean |
isSupported()
Deprecated.
use
Client.supports(Class) or Client.supports(String, String) instead |
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, isAdaptable, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
@Deprecated boolean isSupported()
Client.supports(Class)
or Client.supports(String, String)
insteadClient.hasApiGroup(String, boolean)
to be compatible with mock supportCopyright © 2015–2024 Red Hat. All rights reserved.