Class AppliedClusterResourceQuotaHandler

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

    public class AppliedClusterResourceQuotaHandler
    extends Object
    implements ResourceHandler<io.fabric8.openshift.api.model.AppliedClusterResourceQuota,​io.fabric8.openshift.api.model.AppliedClusterResourceQuotaBuilder>
    • Method Summary

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

      • AppliedClusterResourceQuotaHandler

        public AppliedClusterResourceQuotaHandler()
    • Method Detail

      • getKind

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

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

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

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

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

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

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

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

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

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

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