c

cloudflow.operator.action

ProvidedByLabelAction

final class ProvidedByLabelAction[T <: ObjectResource] extends ResourceAction[T]

Source
Action.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProvidedByLabelAction
  2. ResourceAction
  3. Action
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProvidedByLabelAction(labelKey: String, labelValues: Vector[String], _namespace: String, getAction: (ListResource[T]) ⇒ Action, format: Format[T], resourceDefinition: ResourceDefinition[ListResource[T]])

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 _namespace: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. 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
    ProvidedByLabelActionAction
  10. def executed: String
    Definition Classes
    ProvidedByLabelActionAction
  11. def executing: String
    Definition Classes
    ProvidedByLabelActionAction
  12. implicit val format: Format[T]
  13. val getAction: (ListResource[T]) ⇒ Action
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val labelKey: String
  18. val labelValues: Vector[String]
  19. val name: String

    The action name.

    The action name.

    Definition Classes
    ProvidedByLabelActionAction
  20. val namespace: Some[String]
    Definition Classes
    ProvidedByLabelActionAction
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. 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
  25. implicit val resourceDefinition: ResourceDefinition[ListResource[T]]
  26. val resourceName: String
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. 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