case class PriorityLevelConfigurationReference(name: String) extends Product with Serializable
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
- name
name
is the name of the priority level configuration being referenced Required.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PriorityLevelConfigurationReference
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
PriorityLevelConfigurationReference(name: String)
- name
name
is the name of the priority level configuration being referenced Required.
Value Members
-
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.
- val name: String