io.k8s.api.networking.v1alpha1.ParentReference
See theParentReference companion object
final case class ParentReference(name: String, resource: 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
transforms name to 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
transforms resource to 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
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article