Class SampleComponent


  • @Component
    public class SampleComponent
    extends java.lang.Object
    This component just showcases what beans are registered.
    • Constructor Summary

      Constructors 
      Constructor Description
      SampleComponent​(com.github.containersolutions.operator.Operator operator, io.fabric8.kubernetes.client.KubernetesClient kubernetesClient, com.github.containersolutions.operator.sample.CustomServiceController customServiceController, io.fabric8.kubernetes.client.dsl.internal.CustomResourceOperationsImpl customResourceOperations)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SampleComponent

        public SampleComponent​(com.github.containersolutions.operator.Operator operator,
                               io.fabric8.kubernetes.client.KubernetesClient kubernetesClient,
                               com.github.containersolutions.operator.sample.CustomServiceController customServiceController,
                               @Qualifier("CustomService")
                               io.fabric8.kubernetes.client.dsl.internal.CustomResourceOperationsImpl customResourceOperations)