Skip to content

@k8slens/extensions

Globals / "src/renderer/api/endpoints/endpoint.api" / EndpointAddress

Class: EndpointAddress#

Hierarchy#

  • EndpointAddress

Implements#

Index#

Constructors#

Properties#

Methods#

Constructors#

constructor#

+ new EndpointAddress(data: IEndpointAddress): EndpointAddress

Defined in src/renderer/api/endpoints/endpoint.api.ts:42

Parameters:

Name Type
data IEndpointAddress

Returns: EndpointAddress

Properties#

hostname#

hostname: string

Implementation of IEndpointAddress.hostname

Defined in src/renderer/api/endpoints/endpoint.api.ts:33


ip#

ip: string

Implementation of IEndpointAddress.ip

Defined in src/renderer/api/endpoints/endpoint.api.ts:34


nodeName#

nodeName: string

Implementation of IEndpointAddress.nodeName

Defined in src/renderer/api/endpoints/endpoint.api.ts:35


targetRef#

Optional targetRef: { kind: string ; name: string ; namespace: string ; resourceVersion: string ; uid: string }

Defined in src/renderer/api/endpoints/endpoint.api.ts:36

Type declaration:

Name Type
kind string
name string
namespace string
resourceVersion string
uid string

Methods#

getId#

getId(): string

Defined in src/renderer/api/endpoints/endpoint.api.ts:48

Returns: string


getName#

getName(): string

Defined in src/renderer/api/endpoints/endpoint.api.ts:52

Returns: string


getTargetRef#

getTargetRef(): ITargetRef

Defined in src/renderer/api/endpoints/endpoint.api.ts:56

Returns: ITargetRef


Last update: November 10, 2020