Class RangeAllocationHandler

  • All Implemented Interfaces:
    ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>

    public class RangeAllocationHandler
    extends Object
    implements ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.fabric8.openshift.api.model.RangeAllocation create​(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.RangeAllocation 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.RangeAllocation item, boolean dryRun)  
      io.fabric8.openshift.api.model.RangeAllocationBuilder edit​(io.fabric8.openshift.api.model.RangeAllocation item)  
      String getApiVersion()  
      String getKind()  
      io.fabric8.openshift.api.model.RangeAllocation reload​(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.RangeAllocation item)  
      io.fabric8.openshift.api.model.RangeAllocation replace​(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.RangeAllocation item, boolean dryRun)  
      io.fabric8.openshift.api.model.RangeAllocation waitUntilCondition​(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.RangeAllocation item, Predicate<io.fabric8.openshift.api.model.RangeAllocation> condition, long amount, TimeUnit timeUnit)  
      io.fabric8.openshift.api.model.RangeAllocation waitUntilReady​(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.RangeAllocation item, long amount, TimeUnit timeUnit)  
      Watch watch​(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.RangeAllocation item, io.fabric8.kubernetes.api.model.ListOptions options, Watcher<io.fabric8.openshift.api.model.RangeAllocation> watcher)  
      Watch watch​(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.RangeAllocation item, Watcher<io.fabric8.openshift.api.model.RangeAllocation> watcher)  
      Watch watch​(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.RangeAllocation item, String resourceVersion, Watcher<io.fabric8.openshift.api.model.RangeAllocation> watcher)  
    • Constructor Detail

      • RangeAllocationHandler

        public RangeAllocationHandler()
    • Method Detail

      • getKind

        public String getKind()
        Specified by:
        getKind in interface ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
      • getApiVersion

        public String getApiVersion()
        Specified by:
        getApiVersion in interface ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
      • create

        public io.fabric8.openshift.api.model.RangeAllocation create​(okhttp3.OkHttpClient client,
                                                                     Config config,
                                                                     String namespace,
                                                                     io.fabric8.openshift.api.model.RangeAllocation item,
                                                                     boolean dryRun)
        Specified by:
        create in interface ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
      • replace

        public io.fabric8.openshift.api.model.RangeAllocation replace​(okhttp3.OkHttpClient client,
                                                                      Config config,
                                                                      String namespace,
                                                                      io.fabric8.openshift.api.model.RangeAllocation item,
                                                                      boolean dryRun)
        Specified by:
        replace in interface ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
      • reload

        public io.fabric8.openshift.api.model.RangeAllocation reload​(okhttp3.OkHttpClient client,
                                                                     Config config,
                                                                     String namespace,
                                                                     io.fabric8.openshift.api.model.RangeAllocation item)
        Specified by:
        reload in interface ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
      • edit

        public io.fabric8.openshift.api.model.RangeAllocationBuilder edit​(io.fabric8.openshift.api.model.RangeAllocation item)
        Specified by:
        edit in interface ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
      • 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.RangeAllocation item,
                              boolean dryRun)
        Specified by:
        delete in interface ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
      • watch

        public Watch watch​(okhttp3.OkHttpClient client,
                           Config config,
                           String namespace,
                           io.fabric8.openshift.api.model.RangeAllocation item,
                           Watcher<io.fabric8.openshift.api.model.RangeAllocation> watcher)
        Specified by:
        watch in interface ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
      • watch

        public Watch watch​(okhttp3.OkHttpClient client,
                           Config config,
                           String namespace,
                           io.fabric8.openshift.api.model.RangeAllocation item,
                           String resourceVersion,
                           Watcher<io.fabric8.openshift.api.model.RangeAllocation> watcher)
        Specified by:
        watch in interface ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
      • watch

        public Watch watch​(okhttp3.OkHttpClient client,
                           Config config,
                           String namespace,
                           io.fabric8.openshift.api.model.RangeAllocation item,
                           io.fabric8.kubernetes.api.model.ListOptions options,
                           Watcher<io.fabric8.openshift.api.model.RangeAllocation> watcher)
        Specified by:
        watch in interface ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
      • waitUntilReady

        public io.fabric8.openshift.api.model.RangeAllocation waitUntilReady​(okhttp3.OkHttpClient client,
                                                                             Config config,
                                                                             String namespace,
                                                                             io.fabric8.openshift.api.model.RangeAllocation item,
                                                                             long amount,
                                                                             TimeUnit timeUnit)
                                                                      throws InterruptedException
        Specified by:
        waitUntilReady in interface ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
        Throws:
        InterruptedException
      • waitUntilCondition

        public io.fabric8.openshift.api.model.RangeAllocation waitUntilCondition​(okhttp3.OkHttpClient client,
                                                                                 Config config,
                                                                                 String namespace,
                                                                                 io.fabric8.openshift.api.model.RangeAllocation item,
                                                                                 Predicate<io.fabric8.openshift.api.model.RangeAllocation> condition,
                                                                                 long amount,
                                                                                 TimeUnit timeUnit)
                                                                          throws InterruptedException
        Specified by:
        waitUntilCondition in interface ResourceHandler<io.fabric8.openshift.api.model.RangeAllocation,​io.fabric8.openshift.api.model.RangeAllocationBuilder>
        Throws:
        InterruptedException