Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Classes
  • Annotation Types
  • Methods
  • Annotation Type Elements
  • Deprecated Classes
    Class
    Description
    io.kubernetes.client.spring.extended.controller.factory.KubernetesControllerFactory
    create a @Bean using ControllerBuilder instead
    io.kubernetes.client.spring.extended.controller.KubernetesInformerFactoryProcessor
    instead of declaring via the annotation create the informers manually as @Beans
    io.kubernetes.client.spring.extended.controller.KubernetesReconcilerProcessor
    instead of declaring via the annotation create the controller manually as a @Bean
  • Deprecated Annotation Types
    Annotation Type
    Description
    io.kubernetes.client.spring.extended.controller.annotation.AddWatchEventFilter
    register the watcher via the ControllerBuilder API
    io.kubernetes.client.spring.extended.controller.annotation.DeleteWatchEventFilter
    register the watcher via the ControllerBuilder API
    io.kubernetes.client.spring.extended.controller.annotation.GroupVersionResource
    use the GenericKubernetesApi instead
    io.kubernetes.client.spring.extended.controller.annotation.KubernetesInformer
    create a SharedIndexInformer as a bean instead
    io.kubernetes.client.spring.extended.controller.annotation.KubernetesInformers
    create a SharedIndexInformer beans instead
    io.kubernetes.client.spring.extended.controller.annotation.KubernetesReconciler
    create a controller as a bean instead using ControllerBuilder
    io.kubernetes.client.spring.extended.controller.annotation.KubernetesReconcilerReadyFunc
    register the watcher via the ControllerBuilder API
    io.kubernetes.client.spring.extended.controller.annotation.KubernetesReconcilerWatch
    register the watcher via the ControllerBuilder API
    io.kubernetes.client.spring.extended.controller.annotation.UpdateWatchEventFilter
    register the watcher via the ControllerBuilder API
  • Deprecated Methods
    Method
    Description
    io.kubernetes.client.spring.extended.controller.annotation.KubernetesReconciler.value()
  • Deprecated Annotation Type Elements
    Annotation Type Element
    Description
    io.kubernetes.client.spring.extended.controller.annotation.KubernetesReconciler.value()

Copyright © 2023. All rights reserved.