RouteData

class RouteData

An object that represents a route returned by a describe operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the service mesh that the route resides in.

Link copied to clipboard

The associated metadata for the route.

Link copied to clipboard

The name of the route.

Link copied to clipboard

The specifications of the route.

Link copied to clipboard

The status of the route.

Link copied to clipboard

The virtual router that the route is associated with.

Functions

Link copied to clipboard
inline fun copy(block: RouteData.Builder.() -> Unit = {}): RouteData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String