p
foperator
package foperator
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Client[IO[_], C] extends AnyRef
- sealed trait Event[+T] extends AnyRef
- class Id[T] extends AnyRef
- case class ListOptions(namespace: String = "default", labelSelector: List[String] = Nil, fieldSelector: List[String] = Nil) extends Product with Serializable
- class Operations[IO[_], C, T] extends Logging
- class ReconcileOptions extends AnyRef
- sealed trait ReconcileResult extends AnyRef
- trait ReconcileSource[IO[_], T] extends ReconcileSourceBase[IO, T]
- trait ReconcileSourceBase[IO[_], T] extends AnyRef
- trait Reconciler[IO[_], C, T] extends AnyRef
- class ReconcilerBuilder[IO[_], C, T] extends Logging
- trait ResourceMirror[IO[_], T] extends ReconcileSource[IO, T]
ResourceMirror provides:
ResourceMirror provides:
- A snapshot of the current state of a set of resources
- A stream tracking the ID of changed resources. Subscribers to this stream MUST NOT backpressure, as that could cause the watcher (and other observers) to fall behind. In practice, this is typically consumed by Dispatcher, which doesn't backpressure.
- sealed trait ResourceState[T] extends AnyRef
Value Members
- object Client
- object Event
- object Id
- object KubeconfigPath
- object ListOptions extends Serializable
- object ReconcileOptions
- object ReconcileResult
- object ReconcileSource
- object Reconciler
- object ResourceMirror extends Logging
- object ResourceState