Packages

object ConfigInputChangeEvent extends Event with Serializable

Source
ConfigInputChangeEvent.scala
Linear Supertypes
Serializable, Serializable, Event, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigInputChangeEvent
  2. Serializable
  3. Serializable
  4. Event
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val PodsConfigDataKey: String
  5. val RuntimeConfigDataKey: String
  6. val SecretDataKey: String
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def changeInfo[T <: ObjectResource](watchEvent: WatchEvent[T]): String
    Definition Classes
    Event
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def createSecret(secretName: String, app: CR, streamletDeployment: StreamletDeployment, config: Config, runtimeConfig: Config, podsConfig: Config, configFormat: String): Secret
  11. def detected[T <: ObjectResource](event: ConfigInputChangeEvent): String

    log message for when a ConfigInputChangeEvent is identified as a configuration change event

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getConfigFromSecret(configInputChangeEvent: ConfigInputChangeEvent): Config
  16. def getConfigFromSecret(secret: Secret): Config
  17. def getData(secret: Secret): String
  18. def getKind(obj: ObjectResource): String
    Definition Classes
    Event
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val log: Logger
  22. def namedClusters(appName: String, clusterNames: Vector[String], clusterSecrets: ListResource[Secret]): Map[String, Config]

    Look up all Kafka cluster names referenced in streamlet definitions with the named cluster secrets found in K8s.

    Look up all Kafka cluster names referenced in streamlet definitions with the named cluster secrets found in K8s. If a referenced cluster name does not have a corresponding secret K8s then log an error, but continue. Return all named cluster configs and the 'default' cluster config, if one is defined.

  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def secretEditor: ObjectEditor[Secret]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toActionList(mappedApp: Option[CR], event: ConfigInputChangeEvent, podNamespace: String): Seq[Action]
  29. def toConfigInputChangeEvent(currentSecrets: Map[String, WatchEvent[Secret]], watchEvent: WatchEvent[Secret]): (Map[String, WatchEvent[Secret]], List[ConfigInputChangeEvent])
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Event

Inherited from AnyRef

Inherited from Any

Ungrouped