Class IdentityHandler

java.lang.Object
io.fabric8.openshift.client.handlers.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>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.fabric8.kubernetes.client.ResourceHandler

    ResourceHandler.Key
  • Constructor Summary

    Constructors 
    Constructor Description
    IdentityHandler()  
  • Method Summary

    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 delete​(okhttp3.OkHttpClient client, Config config, String namespace, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, io.fabric8.openshift.api.model.Identity item)  
    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)  
    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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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)
      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)
      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, io.fabric8.openshift.api.model.Identity item)
      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>
    • waitUntilReady

      public 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) throws InterruptedException
      Specified by:
      waitUntilReady in interface ResourceHandler<io.fabric8.openshift.api.model.Identity,​io.fabric8.openshift.api.model.IdentityBuilder>
      Throws:
      InterruptedException
    • 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