Class APIServerHandler
- java.lang.Object
-
- io.fabric8.openshift.client.handlers.APIServerHandler
-
- All Implemented Interfaces:
ResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>
public class APIServerHandler extends Object implements ResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.client.ResourceHandler
ResourceHandler.Key
-
-
Constructor Summary
Constructors Constructor Description APIServerHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.fabric8.openshift.api.model.APIServercreate(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, boolean dryRun)Booleandelete(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, long gracePeriodSeconds, io.fabric8.openshift.api.model.APIServer item, boolean dryRun)io.fabric8.openshift.api.model.APIServerBuilderedit(io.fabric8.openshift.api.model.APIServer item)StringgetApiVersion()StringgetKind()io.fabric8.openshift.api.model.APIServerreload(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item)io.fabric8.openshift.api.model.APIServerreplace(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, boolean dryRun)io.fabric8.openshift.api.model.APIServerwaitUntilCondition(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, Predicate<io.fabric8.openshift.api.model.APIServer> condition, long amount, TimeUnit timeUnit)io.fabric8.openshift.api.model.APIServerwaitUntilReady(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, long amount, TimeUnit timeUnit)Watchwatch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, io.fabric8.kubernetes.api.model.ListOptions options, Watcher<io.fabric8.openshift.api.model.APIServer> watcher)Watchwatch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, Watcher<io.fabric8.openshift.api.model.APIServer> watcher)Watchwatch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, String resourceVersion, Watcher<io.fabric8.openshift.api.model.APIServer> watcher)
-
-
-
Method Detail
-
getKind
public String getKind()
- Specified by:
getKindin interfaceResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>
-
create
public io.fabric8.openshift.api.model.APIServer create(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, boolean dryRun)- Specified by:
createin interfaceResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>
-
replace
public io.fabric8.openshift.api.model.APIServer replace(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, boolean dryRun)- Specified by:
replacein interfaceResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>
-
reload
public io.fabric8.openshift.api.model.APIServer reload(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item)- Specified by:
reloadin interfaceResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>
-
edit
public io.fabric8.openshift.api.model.APIServerBuilder edit(io.fabric8.openshift.api.model.APIServer item)
- Specified by:
editin interfaceResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>
-
delete
public Boolean delete(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, long gracePeriodSeconds, io.fabric8.openshift.api.model.APIServer item, boolean dryRun)
- Specified by:
deletein interfaceResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>
-
watch
public Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, Watcher<io.fabric8.openshift.api.model.APIServer> watcher)
- Specified by:
watchin interfaceResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>
-
watch
public Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, String resourceVersion, Watcher<io.fabric8.openshift.api.model.APIServer> watcher)
- Specified by:
watchin interfaceResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>
-
watch
public Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, io.fabric8.kubernetes.api.model.ListOptions options, Watcher<io.fabric8.openshift.api.model.APIServer> watcher)
- Specified by:
watchin interfaceResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>
-
waitUntilReady
public io.fabric8.openshift.api.model.APIServer waitUntilReady(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, long amount, TimeUnit timeUnit) throws InterruptedException- Specified by:
waitUntilReadyin interfaceResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>- Throws:
InterruptedException
-
waitUntilCondition
public io.fabric8.openshift.api.model.APIServer waitUntilCondition(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.APIServer item, Predicate<io.fabric8.openshift.api.model.APIServer> condition, long amount, TimeUnit timeUnit) throws InterruptedException- Specified by:
waitUntilConditionin interfaceResourceHandler<io.fabric8.openshift.api.model.APIServer,io.fabric8.openshift.api.model.APIServerBuilder>- Throws:
InterruptedException
-
-