public class VolumeAttachmentHandler extends Object implements ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>
ResourceHandler.Key| Constructor and Description |
|---|
VolumeAttachmentHandler() |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.kubernetes.api.model.storage.VolumeAttachment |
create(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item,
boolean dryRun)
Create the specified resource
|
Boolean |
delete(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy,
long gracePeriodSeconds,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item,
boolean dryRun)
Delete the specified resource (if exists).
|
io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder |
edit(io.fabric8.kubernetes.api.model.storage.VolumeAttachment item)
Edit the specified resource.
|
String |
getApiVersion() |
String |
getKind() |
io.fabric8.kubernetes.api.model.storage.VolumeAttachment |
reload(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item)
Reload the specified resource (if exists).
|
io.fabric8.kubernetes.api.model.storage.VolumeAttachment |
replace(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item,
boolean dryRun)
Replace the specified resource
|
io.fabric8.kubernetes.api.model.storage.VolumeAttachment |
waitUntilCondition(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item,
Predicate<io.fabric8.kubernetes.api.model.storage.VolumeAttachment> condition,
long amount,
TimeUnit timeUnit) |
io.fabric8.kubernetes.api.model.storage.VolumeAttachment |
waitUntilReady(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item,
long amount,
TimeUnit timeUnit)
Waits until the specified resource is Ready.
|
Watch |
watch(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item,
io.fabric8.kubernetes.api.model.ListOptions options,
Watcher<io.fabric8.kubernetes.api.model.storage.VolumeAttachment> watcher)
Watches the specified resource for changes
|
Watch |
watch(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item,
String resourceVersion,
Watcher<io.fabric8.kubernetes.api.model.storage.VolumeAttachment> watcher)
Watches the specified resource for changes.
|
Watch |
watch(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item,
Watcher<io.fabric8.kubernetes.api.model.storage.VolumeAttachment> watcher)
Watches the specified resource for changes.
|
public String getKind()
getKind in interface ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>public String getApiVersion()
getApiVersion in interface ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>public io.fabric8.kubernetes.api.model.storage.VolumeAttachment create(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item,
boolean dryRun)
ResourceHandlercreate in interface ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>client - An instance of the http client.config - The client config.namespace - The target namespace.item - The resource to create.dryRun - Enable dry runpublic io.fabric8.kubernetes.api.model.storage.VolumeAttachment replace(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item,
boolean dryRun)
ResourceHandlerreplace in interface ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>client - An instance of the http client.config - The client config.namespace - The target namespace.item - The resource to replace.dryRun - Enable dry runpublic io.fabric8.kubernetes.api.model.storage.VolumeAttachment reload(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item)
ResourceHandlerreload in interface ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>client - An instance of the http client.config - The client config.namespace - The target namespace.item - The resource to reload.public io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder edit(io.fabric8.kubernetes.api.model.storage.VolumeAttachment item)
ResourceHandleredit in interface ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>item - The resource to edit.public Boolean delete(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, long gracePeriodSeconds, io.fabric8.kubernetes.api.model.storage.VolumeAttachment item, boolean dryRun)
ResourceHandlerdelete in interface ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>client - An instance of the http client.config - The client config.namespace - The target namespace.propagationPolicy - Whether and how garbage collection will be performed.gracePeriodSeconds - The duration in seconds before the object should be deleted.item - The resource to delete.dryRun - enable dry runpublic Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.kubernetes.api.model.storage.VolumeAttachment item, Watcher<io.fabric8.kubernetes.api.model.storage.VolumeAttachment> watcher)
ResourceHandlerwatch in interface ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>client - An instance of the http client.config - The client config.namespace - The target namespace.item - The resource to delete.watcher - The Watcher to use.Watchpublic Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.kubernetes.api.model.storage.VolumeAttachment item, String resourceVersion, Watcher<io.fabric8.kubernetes.api.model.storage.VolumeAttachment> watcher)
ResourceHandlerwatch in interface ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>client - An instance of the http client.config - The client config.namespace - The target namespace.item - The resource to delete.resourceVersion - The resourceVersion of objectwatcher - The Watcher to use.Watchpublic Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.kubernetes.api.model.storage.VolumeAttachment item, io.fabric8.kubernetes.api.model.ListOptions options, Watcher<io.fabric8.kubernetes.api.model.storage.VolumeAttachment> watcher)
ResourceHandlerwatch in interface ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>client - An instance of http client.config - The client config.namespace - The target namespace.item - The resource to delete.options - The ListOptions for available optionswatcher - The Watcher to use.Watchpublic io.fabric8.kubernetes.api.model.storage.VolumeAttachment waitUntilReady(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item,
long amount,
TimeUnit timeUnit)
throws InterruptedException
ResourceHandlerwaitUntilReady in interface ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>client - An instance of the http client.config - The client config.namespace - The target namespace.item - The resource to wait.amount - The amount of time to waittimeUnit - The wait TimeUnit.InterruptedException - Interrupted Exceptionpublic io.fabric8.kubernetes.api.model.storage.VolumeAttachment waitUntilCondition(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.storage.VolumeAttachment item,
Predicate<io.fabric8.kubernetes.api.model.storage.VolumeAttachment> condition,
long amount,
TimeUnit timeUnit)
throws InterruptedException
waitUntilCondition in interface ResourceHandler<io.fabric8.kubernetes.api.model.storage.VolumeAttachment,io.fabric8.kubernetes.api.model.storage.VolumeAttachmentBuilder>InterruptedExceptionCopyright © 2015–2021 Red Hat. All rights reserved.