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