GetNamespaceCapability

data class GetNamespaceCapability(val disabledTaskDrivers: List<String>? = null, val enabledTaskDrivers: List<String>? = null)

Constructors

Link copied to clipboard
constructor(disabledTaskDrivers: List<String>? = null, enabledTaskDrivers: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

([]string) - Task drivers disabled for the namespace.

Link copied to clipboard

([]string) - Task drivers enabled for the namespace.