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:
parent
858ab88940
commit
acfd1828eb
@ -98,7 +98,7 @@ export class EndpointSubset implements IEndpointSubset {
|
||||
|
||||
@autobind()
|
||||
export class Endpoint extends KubeObject {
|
||||
static kind = "Endpoint"
|
||||
static kind = "Endpoints"
|
||||
|
||||
subsets: IEndpointSubset[]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user