scope

@JvmName(name = "sxovovkwluoidrix")
suspend fun scope(value: Output<String>)
@JvmName(name = "iscaxrkjehqfaeug")
suspend fun scope(value: String?)

Parameters

value

scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".