Class IdentityHandler

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

    public class IdentityHandler
    extends Object
    implements ResourceHandler<io.fabric8.openshift.api.model.Identity,​io.fabric8.openshift.api.model.IdentityBuilder>
    • Constructor Summary

      Constructors 
      Constructor Description
      IdentityHandler()  
    • Method Summary

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

      • IdentityHandler

        public IdentityHandler()
    • Method Detail

      • getKind

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

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

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

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

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

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

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

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

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

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