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