final case class ParamRef(name: Option[String] = None, namespace: Option[String] = None, parameterNotFoundAction: Option[String] = None, selector: Option[LabelSelector] = None) extends Product with Serializable
ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.
- Source
- ParamRef.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParamRef
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapName(f: (String) ⇒ String): ParamRef
if name has a value, transforms to the result of function
-
def
mapNamespace(f: (String) ⇒ String): ParamRef
if namespace has a value, transforms to the result of function
-
def
mapParameterNotFoundAction(f: (String) ⇒ String): ParamRef
if parameterNotFoundAction has a value, transforms to the result of function
-
def
mapSelector(f: (LabelSelector) ⇒ LabelSelector): ParamRef
if selector has a value, transforms to the result of function
- val name: Option[String]
- val namespace: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val parameterNotFoundAction: Option[String]
- val selector: Option[LabelSelector]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withName(value: String): ParamRef
Returns a new data with name set to new value
-
def
withNamespace(value: String): ParamRef
Returns a new data with namespace set to new value
-
def
withParameterNotFoundAction(value: String): ParamRef
Returns a new data with parameterNotFoundAction set to new value
-
def
withSelector(value: LabelSelector): ParamRef
Returns a new data with selector set to new value