public class ClusterResourceQuotaHandler extends Object implements ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>
ResourceHandler.Key| Constructor and Description |
|---|
ClusterResourceQuotaHandler() |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.openshift.api.model.ClusterResourceQuota |
create(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item,
boolean dryRun) |
Boolean |
delete(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy,
long gracePeriodSeconds,
io.fabric8.openshift.api.model.ClusterResourceQuota item,
boolean dryRun) |
io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder |
edit(io.fabric8.openshift.api.model.ClusterResourceQuota item) |
String |
getApiVersion() |
String |
getKind() |
io.fabric8.openshift.api.model.ClusterResourceQuota |
reload(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item) |
io.fabric8.openshift.api.model.ClusterResourceQuota |
replace(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item,
boolean dryRun) |
io.fabric8.openshift.api.model.ClusterResourceQuota |
waitUntilCondition(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item,
Predicate<io.fabric8.openshift.api.model.ClusterResourceQuota> condition,
long amount,
TimeUnit timeUnit) |
io.fabric8.openshift.api.model.ClusterResourceQuota |
waitUntilReady(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item,
long amount,
TimeUnit timeUnit) |
Watch |
watch(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item,
io.fabric8.kubernetes.api.model.ListOptions options,
Watcher<io.fabric8.openshift.api.model.ClusterResourceQuota> watcher) |
Watch |
watch(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item,
String resourceVersion,
Watcher<io.fabric8.openshift.api.model.ClusterResourceQuota> watcher) |
Watch |
watch(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item,
Watcher<io.fabric8.openshift.api.model.ClusterResourceQuota> watcher) |
public String getKind()
getKind in interface ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>public String getApiVersion()
getApiVersion in interface ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>public io.fabric8.openshift.api.model.ClusterResourceQuota create(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item,
boolean dryRun)
create in interface ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>public io.fabric8.openshift.api.model.ClusterResourceQuota replace(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item,
boolean dryRun)
replace in interface ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>public io.fabric8.openshift.api.model.ClusterResourceQuota reload(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item)
reload in interface ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>public io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder edit(io.fabric8.openshift.api.model.ClusterResourceQuota item)
edit in interface ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>public Boolean delete(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, long gracePeriodSeconds, io.fabric8.openshift.api.model.ClusterResourceQuota item, boolean dryRun)
delete in interface ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>public Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.ClusterResourceQuota item, Watcher<io.fabric8.openshift.api.model.ClusterResourceQuota> watcher)
watch in interface ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>public Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.ClusterResourceQuota item, String resourceVersion, Watcher<io.fabric8.openshift.api.model.ClusterResourceQuota> watcher)
watch in interface ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>public Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.ClusterResourceQuota item, io.fabric8.kubernetes.api.model.ListOptions options, Watcher<io.fabric8.openshift.api.model.ClusterResourceQuota> watcher)
watch in interface ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>public io.fabric8.openshift.api.model.ClusterResourceQuota waitUntilReady(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item,
long amount,
TimeUnit timeUnit)
throws InterruptedException
waitUntilReady in interface ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>InterruptedExceptionpublic io.fabric8.openshift.api.model.ClusterResourceQuota waitUntilCondition(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.ClusterResourceQuota item,
Predicate<io.fabric8.openshift.api.model.ClusterResourceQuota> condition,
long amount,
TimeUnit timeUnit)
throws InterruptedException
waitUntilCondition in interface ResourceHandler<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaBuilder>InterruptedExceptionCopyright © 2015–2021 Red Hat. All rights reserved.