1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix: 🐛 Change kind to "Enpoints" in renderer (#672)

 Closes: #646

Signed-off-by: Daniil Kolesnik <not.randome@gmail.com>
This commit is contained in:
Daniil Kolesnik 2020-08-12 09:14:37 +03:00 committed by GitHub
parent 858ab88940
commit acfd1828eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ export class EndpointSubset implements IEndpointSubset {
@autobind()
export class Endpoint extends KubeObject {
static kind = "Endpoint"
static kind = "Endpoints"
subsets: IEndpointSubset[]