SelfSubjectRulesReviewSpec

case class SelfSubjectRulesReviewSpec(namespace: Optional[String])
Value Params
namespace

Namespace to evaluate rules for. Required.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getNamespace: IO[K8sFailure, String]

Namespace to evaluate rules for. Required.

Namespace to evaluate rules for. Required.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product