Resource Filter Patch Args
data class ResourceFilterPatchArgs(val driverName: Output<String>? = null, val namedResources: Output<NamedResourcesFilterPatchArgs>? = null) : ConvertibleToJava<ResourceFilterPatchArgs>
ResourceFilter is a filter for resources from one particular driver.
Constructors
Link copied to clipboard
constructor(driverName: Output<String>? = null, namedResources: Output<NamedResourcesFilterPatchArgs>? = null)