io.k8s.api.admissionregistration.v1.ServiceReference
See theServiceReference companion object
final case class ServiceReference(name: String, namespace: String, path: Option[String], port: Option[Int])
ServiceReference holds a reference to Service.legacy.k8s.io
Attributes
- Companion
- object
- Source
- ServiceReference.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
transforms name to result of function
transforms namespace to result of function
if path has a value, transforms to the result of function
if port 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 path set to new value
Returns a new data with port set to new value
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article