io.k8s.api.networking.v1alpha1.ParentReference
See theParentReference companion object
final case class ParentReference(name: Option[String], resource: Option[String], uid: Option[String], group: Option[String], namespace: Option[String])
ParentReference describes a reference to a parent object.
Attributes
- Companion
- object
- Source
- ParentReference.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
if group has a value, transforms to the result of function
if name has a value, transforms to the result of function
if namespace has a value, transforms to the result of function
if namespace has a value, transforms to the result of function
Attributes
- Source
- ParentReference.scala
if resource has a value, transforms to the result of function
if resource has a value, transforms to the result of function
Attributes
- Source
- ParentReference.scala
if uid has a value, transforms to the result of function
Returns a new data with group set to new value
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 resource set to new value
Returns a new data with uid set to new value
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article