c

cloudflow.operator.action

SingleResourceAction

abstract class SingleResourceAction[T <: ObjectResource] extends ResourceAction[T]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SingleResourceAction
  2. ResourceAction
  3. Action
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SingleResourceAction()

Abstract Value Members

  1. abstract def execute(client: KubernetesClient)(implicit sys: ActorSystem, ec: ExecutionContext, lc: LoggingContext): Future[Action]

    Executes the action using a KubernetesClient.

    Executes the action using a KubernetesClient. Returns the action that was executed

    Definition Classes
    Action
  2. abstract def name: String

    The action name.

    The action name.

    Definition Classes
    Action
  3. abstract def resource: T

    The resource that is applied

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def executed: String
    Definition Classes
    SingleResourceActionAction
  9. def executing: String
    Definition Classes
    SingleResourceActionAction
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def namespace: Some[String]
    Definition Classes
    SingleResourceActionAction
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def recoverFromError[O](future: Future[O], client: KubernetesClient, retries: Int, f: (KubernetesClient, Int) ⇒ Future[O])(implicit ec: ExecutionContext): Future[O]

    It is expected that f will always first get the resource in question to break out of the conflict, to avoid a fast recover loop.

    It is expected that f will always first get the resource in question to break out of the conflict, to avoid a fast recover loop.

    Attributes
    protected
    Definition Classes
    ResourceAction
  18. def resourceName: String

    The name of the resource that this action is applied to

  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. 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 ResourceAction[T]

Inherited from Action

Inherited from AnyRef

Inherited from Any

Ungrouped