final class SkuberActionExecutor extends ActionExecutor
Executes Kubernetes resource actions using skuber KubernetesClients.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SkuberActionExecutor
- ActionExecutor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SkuberActionExecutor(k8sConfig: Configuration = Configuration.defaultK8sConfig)(implicit system: ActorSystem, ec: ExecutionContext)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
execute(action: Action): Future[Action]
Executes the action.
Executes the action. Returns the action as executed, containing the object as it was returned by the action. In the case of deletion, the original resource is returned.
- Definition Classes
- SkuberActionExecutor → ActionExecutor
-
def
execute(actions: Seq[Action]): Future[Seq[Action]]
Executes the actions.
Executes the actions. Returns the actions as executed, containing the objects as they were returned by the actions. In the case of deletion, the original resource is returned.
- Definition Classes
- ActionExecutor
-
val
executionContext: ExecutionContext
- Definition Classes
- SkuberActionExecutor → ActionExecutor
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val lc: RequestLoggingContext
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )