public class BypassHandler extends Object implements io.fabric8.kubernetes.client.ResourceHandler<Bypass,BypassBuilder>
| Constructor and Description |
|---|
BypassHandler() |
| Modifier and Type | Method and Description |
|---|---|
Bypass |
create(okhttp3.OkHttpClient client,
io.fabric8.kubernetes.client.Config config,
String namespace,
Bypass item) |
Boolean |
delete(okhttp3.OkHttpClient client,
io.fabric8.kubernetes.client.Config config,
String namespace,
Boolean cascading,
Bypass item) |
BypassBuilder |
edit(Bypass item) |
String |
getApiVersion() |
String |
getKind() |
Bypass |
reload(okhttp3.OkHttpClient client,
io.fabric8.kubernetes.client.Config config,
String namespace,
Bypass item) |
Bypass |
replace(okhttp3.OkHttpClient client,
io.fabric8.kubernetes.client.Config config,
String namespace,
Bypass item) |
Bypass |
waitUntilCondition(okhttp3.OkHttpClient client,
io.fabric8.kubernetes.client.Config config,
String namespace,
Bypass item,
Predicate<Bypass> condition,
long amount,
TimeUnit timeUnit) |
Bypass |
waitUntilReady(okhttp3.OkHttpClient client,
io.fabric8.kubernetes.client.Config config,
String namespace,
Bypass item,
long amount,
TimeUnit timeUnit) |
io.fabric8.kubernetes.client.Watch |
watch(okhttp3.OkHttpClient client,
io.fabric8.kubernetes.client.Config config,
String namespace,
Bypass item,
String resourceVersion,
io.fabric8.kubernetes.client.Watcher<Bypass> watcher) |
io.fabric8.kubernetes.client.Watch |
watch(okhttp3.OkHttpClient client,
io.fabric8.kubernetes.client.Config config,
String namespace,
Bypass item,
io.fabric8.kubernetes.client.Watcher<Bypass> watcher) |
public String getKind()
getKind in interface io.fabric8.kubernetes.client.ResourceHandler<Bypass,BypassBuilder>public String getApiVersion()
getApiVersion in interface io.fabric8.kubernetes.client.ResourceHandler<Bypass,BypassBuilder>public Bypass create(okhttp3.OkHttpClient client, io.fabric8.kubernetes.client.Config config, String namespace, Bypass item)
create in interface io.fabric8.kubernetes.client.ResourceHandler<Bypass,BypassBuilder>public Bypass replace(okhttp3.OkHttpClient client, io.fabric8.kubernetes.client.Config config, String namespace, Bypass item)
replace in interface io.fabric8.kubernetes.client.ResourceHandler<Bypass,BypassBuilder>public Bypass reload(okhttp3.OkHttpClient client, io.fabric8.kubernetes.client.Config config, String namespace, Bypass item)
reload in interface io.fabric8.kubernetes.client.ResourceHandler<Bypass,BypassBuilder>public BypassBuilder edit(Bypass item)
edit in interface io.fabric8.kubernetes.client.ResourceHandler<Bypass,BypassBuilder>public Boolean delete(okhttp3.OkHttpClient client, io.fabric8.kubernetes.client.Config config, String namespace, Boolean cascading, Bypass item)
delete in interface io.fabric8.kubernetes.client.ResourceHandler<Bypass,BypassBuilder>public io.fabric8.kubernetes.client.Watch watch(okhttp3.OkHttpClient client,
io.fabric8.kubernetes.client.Config config,
String namespace,
Bypass item,
io.fabric8.kubernetes.client.Watcher<Bypass> watcher)
watch in interface io.fabric8.kubernetes.client.ResourceHandler<Bypass,BypassBuilder>public io.fabric8.kubernetes.client.Watch watch(okhttp3.OkHttpClient client,
io.fabric8.kubernetes.client.Config config,
String namespace,
Bypass item,
String resourceVersion,
io.fabric8.kubernetes.client.Watcher<Bypass> watcher)
watch in interface io.fabric8.kubernetes.client.ResourceHandler<Bypass,BypassBuilder>public Bypass waitUntilReady(okhttp3.OkHttpClient client, io.fabric8.kubernetes.client.Config config, String namespace, Bypass item, long amount, TimeUnit timeUnit) throws InterruptedException
waitUntilReady in interface io.fabric8.kubernetes.client.ResourceHandler<Bypass,BypassBuilder>InterruptedExceptionpublic Bypass waitUntilCondition(okhttp3.OkHttpClient client, io.fabric8.kubernetes.client.Config config, String namespace, Bypass item, Predicate<Bypass> condition, long amount, TimeUnit timeUnit) throws InterruptedException
waitUntilCondition in interface io.fabric8.kubernetes.client.ResourceHandler<Bypass,BypassBuilder>InterruptedExceptionCopyright © 2017–2019 Red Hat. All rights reserved.