Class ConsoleNotificationHandler
- java.lang.Object
-
- io.fabric8.openshift.client.handlers.ConsoleNotificationHandler
-
- All Implemented Interfaces:
ResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>
public class ConsoleNotificationHandler extends Object implements ResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.client.ResourceHandler
ResourceHandler.Key
-
-
Constructor Summary
Constructors Constructor Description ConsoleNotificationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.fabric8.openshift.api.model.console.v1.ConsoleNotificationcreate(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, boolean dryRun)Booleandelete(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, long gracePeriodSeconds, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, boolean dryRun)io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilderedit(io.fabric8.openshift.api.model.console.v1.ConsoleNotification item)StringgetApiVersion()StringgetKind()io.fabric8.openshift.api.model.console.v1.ConsoleNotificationreload(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item)io.fabric8.openshift.api.model.console.v1.ConsoleNotificationreplace(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, boolean dryRun)io.fabric8.openshift.api.model.console.v1.ConsoleNotificationwaitUntilCondition(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, Predicate<io.fabric8.openshift.api.model.console.v1.ConsoleNotification> condition, long amount, TimeUnit timeUnit)io.fabric8.openshift.api.model.console.v1.ConsoleNotificationwaitUntilReady(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, long amount, TimeUnit timeUnit)Watchwatch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, io.fabric8.kubernetes.api.model.ListOptions options, Watcher<io.fabric8.openshift.api.model.console.v1.ConsoleNotification> watcher)Watchwatch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, Watcher<io.fabric8.openshift.api.model.console.v1.ConsoleNotification> watcher)Watchwatch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, String resourceVersion, Watcher<io.fabric8.openshift.api.model.console.v1.ConsoleNotification> watcher)
-
-
-
Method Detail
-
getKind
public String getKind()
- Specified by:
getKindin interfaceResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>
-
create
public io.fabric8.openshift.api.model.console.v1.ConsoleNotification create(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, boolean dryRun)- Specified by:
createin interfaceResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>
-
replace
public io.fabric8.openshift.api.model.console.v1.ConsoleNotification replace(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, boolean dryRun)- Specified by:
replacein interfaceResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>
-
reload
public io.fabric8.openshift.api.model.console.v1.ConsoleNotification reload(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item)- Specified by:
reloadin interfaceResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>
-
edit
public io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder edit(io.fabric8.openshift.api.model.console.v1.ConsoleNotification item)
- Specified by:
editin interfaceResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>
-
delete
public Boolean delete(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, long gracePeriodSeconds, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, boolean dryRun)
- Specified by:
deletein interfaceResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>
-
watch
public Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, Watcher<io.fabric8.openshift.api.model.console.v1.ConsoleNotification> watcher)
- Specified by:
watchin interfaceResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>
-
watch
public Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, String resourceVersion, Watcher<io.fabric8.openshift.api.model.console.v1.ConsoleNotification> watcher)
- Specified by:
watchin interfaceResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>
-
watch
public Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, io.fabric8.kubernetes.api.model.ListOptions options, Watcher<io.fabric8.openshift.api.model.console.v1.ConsoleNotification> watcher)
- Specified by:
watchin interfaceResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>
-
waitUntilReady
public io.fabric8.openshift.api.model.console.v1.ConsoleNotification waitUntilReady(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, long amount, TimeUnit timeUnit) throws InterruptedException- Specified by:
waitUntilReadyin interfaceResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>- Throws:
InterruptedException
-
waitUntilCondition
public io.fabric8.openshift.api.model.console.v1.ConsoleNotification waitUntilCondition(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.console.v1.ConsoleNotification item, Predicate<io.fabric8.openshift.api.model.console.v1.ConsoleNotification> condition, long amount, TimeUnit timeUnit) throws InterruptedException- Specified by:
waitUntilConditionin interfaceResourceHandler<io.fabric8.openshift.api.model.console.v1.ConsoleNotification,io.fabric8.openshift.api.model.console.v1.ConsoleNotificationBuilder>- Throws:
InterruptedException
-
-