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