Package-level declarations
Types
Link copied to clipboard
data class PriorityClass(val apiVersion: String? = null, val description: String? = null, val globalDefault: Boolean? = null, val kind: String? = null, val metadata: ObjectMeta? = null, val preemptionPolicy: String? = null, val value: Int)
DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.