ParamRef

io.k8s.api.admissionregistration.v1.ParamRef
See theParamRef companion object

ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.

Attributes

Companion
object
Source
ParamRef.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Inherited
  • Not inherited
  • Product

Value members

Concrete methods

if name has a value, transforms to the result of function

if name has a value, transforms to the result of function

Attributes

Source
ParamRef.scala

if namespace has a value, transforms to the result of function

if namespace has a value, transforms to the result of function

Attributes

Source
ParamRef.scala

if parameterNotFoundAction has a value, transforms to the result of function

if parameterNotFoundAction has a value, transforms to the result of function

Attributes

Source
ParamRef.scala

if selector has a value, transforms to the result of function

if selector has a value, transforms to the result of function

Attributes

Source
ParamRef.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ParamRef.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source
ParamRef.scala

Returns a new data with parameterNotFoundAction set to new value

Returns a new data with parameterNotFoundAction set to new value

Attributes

Source
ParamRef.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Attributes

Source
ParamRef.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product