object ConfigInputChangeEvent extends Event with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfigInputChangeEvent
- Serializable
- Serializable
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val PodsConfigDataKey: String
- val RuntimeConfigDataKey: String
- val SecretDataKey: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
changeInfo[T <: ObjectResource](watchEvent: WatchEvent[T]): String
- Definition Classes
- Event
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def createSecret(secretName: String, app: CR, streamletDeployment: StreamletDeployment, config: Config, runtimeConfig: Config, podsConfig: Config, configFormat: String): Secret
-
def
detected[T <: ObjectResource](event: ConfigInputChangeEvent): String
log message for when a ConfigInputChangeEvent is identified as a configuration change event
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getConfigFromSecret(configInputChangeEvent: ConfigInputChangeEvent): Config
- def getConfigFromSecret(secret: Secret): Config
- def getData(secret: Secret): String
-
def
getKind(obj: ObjectResource): String
- Definition Classes
- Event
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val log: Logger
-
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.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def secretEditor: ObjectEditor[Secret]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toActionList(mappedApp: Option[CR], event: ConfigInputChangeEvent, podNamespace: String): Seq[Action]
- def toConfigInputChangeEvent(currentSecrets: Map[String, WatchEvent[Secret]], watchEvent: WatchEvent[Secret]): (Map[String, WatchEvent[Secret]], List[ConfigInputChangeEvent])
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )