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
Members list
Inherited
- Not inherited
- Product
Value members
Concrete methods
if name has a value, transforms to the result of function
if namespace has a value, transforms to the result of function
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
Returns a new data with name set to new value
Returns a new data with namespace set to new value
Returns a new data with parameterNotFoundAction set to new value
Returns a new data with selector set to new value
In this article