Class OpenShiftAPIServerHandler
- java.lang.Object
-
- io.fabric8.openshift.client.handlers.OpenShiftAPIServerHandler
-
- All Implemented Interfaces:
ResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>
public class OpenShiftAPIServerHandler extends Object implements ResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.client.ResourceHandler
ResourceHandler.Key
-
-
Constructor Summary
Constructors Constructor Description OpenShiftAPIServerHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServercreate(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer 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.operator.v1.OpenShiftAPIServer item, boolean dryRun)io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilderedit(io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item)StringgetApiVersion()StringgetKind()io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerreload(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item)io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerreplace(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, boolean dryRun)io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerwaitUntilCondition(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, Predicate<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer> condition, long amount, TimeUnit timeUnit)io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerwaitUntilReady(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, long amount, TimeUnit timeUnit)Watchwatch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, io.fabric8.kubernetes.api.model.ListOptions options, Watcher<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer> watcher)Watchwatch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, Watcher<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer> watcher)Watchwatch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, String resourceVersion, Watcher<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer> watcher)
-
-
-
Method Detail
-
getKind
public String getKind()
- Specified by:
getKindin interfaceResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>
-
create
public io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer create(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, boolean dryRun)- Specified by:
createin interfaceResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>
-
replace
public io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer replace(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, boolean dryRun)- Specified by:
replacein interfaceResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>
-
reload
public io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer reload(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item)- Specified by:
reloadin interfaceResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>
-
edit
public io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder edit(io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item)
- Specified by:
editin interfaceResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>
-
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.operator.v1.OpenShiftAPIServer item, boolean dryRun)
- Specified by:
deletein interfaceResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>
-
watch
public Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, Watcher<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer> watcher)
- Specified by:
watchin interfaceResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>
-
watch
public Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, String resourceVersion, Watcher<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer> watcher)
- Specified by:
watchin interfaceResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>
-
watch
public Watch watch(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, io.fabric8.kubernetes.api.model.ListOptions options, Watcher<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer> watcher)
- Specified by:
watchin interfaceResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>
-
waitUntilReady
public io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer waitUntilReady(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, long amount, TimeUnit timeUnit) throws InterruptedException- Specified by:
waitUntilReadyin interfaceResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>- Throws:
InterruptedException
-
waitUntilCondition
public io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer waitUntilCondition(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer item, Predicate<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer> condition, long amount, TimeUnit timeUnit) throws InterruptedException- Specified by:
waitUntilConditionin interfaceResourceHandler<io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServer,io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder>- Throws:
InterruptedException
-
-