PriorityLevelConfigurationReference

case class PriorityLevelConfigurationReference(name: String)

PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.

PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.

Value Params
name

name is the name of the priority level configuration being referenced Required.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getName: IO[K8sFailure, String]

name is the name of the priority level configuration being referenced Required.

name is the name of the priority level configuration being referenced Required.

This effect always succeeds, it is safe to use the field name directly.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product