ParamRef

io.k8s.api.admissionregistration.v1alpha1.ParamRef
See theParamRef companion object
final case class ParamRef(name: Option[String], namespace: Option[String])

ParamRef references a parameter resource

Attributes

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

Members list

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

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product