diff --git a/master/extensions/api/interfaces/Main.K8sApi.ExternalKubeApiOptions/index.html b/master/extensions/api/interfaces/Main.K8sApi.ExternalKubeApiOptions/index.html
index e7e9258fc4..b57982deed 100644
--- a/master/extensions/api/interfaces/Main.K8sApi.ExternalKubeApiOptions/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.ExternalKubeApiOptions/index.html
@@ -776,7 +776,7 @@
autoRegister
• Optional autoRegister: boolean
If true then on creation of the KubeApiinstance a call to apiManager.registerApi will be
-made. This is true by default to maintain backwards compatability.
+made. This is true by default to maintain backwards compatibility.
Setting this to false might make KubeObject's details drawer stop working.
Default
true
diff --git a/master/extensions/api/interfaces/Main.K8sApi.IgnoredKubeApiOptions/index.html b/master/extensions/api/interfaces/Main.K8sApi.IgnoredKubeApiOptions/index.html
index 224b4ddee6..c019e7c8a3 100644
--- a/master/extensions/api/interfaces/Main.K8sApi.IgnoredKubeApiOptions/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.IgnoredKubeApiOptions/index.html
@@ -789,7 +789,7 @@
Interface: IgnoredKubeApiOptions
Main.K8sApi.IgnoredKubeApiOptions
Deprecated
-This type is only present for backwards compatable typescript support
+This type is only present for backwards compatible typescript support
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.K8sApi.ExternalKubeApiOptions/index.html b/master/extensions/api/interfaces/Renderer.K8sApi.ExternalKubeApiOptions/index.html
index 7c9341359d..81e20dc0cf 100644
--- a/master/extensions/api/interfaces/Renderer.K8sApi.ExternalKubeApiOptions/index.html
+++ b/master/extensions/api/interfaces/Renderer.K8sApi.ExternalKubeApiOptions/index.html
@@ -776,7 +776,7 @@
autoRegister
• Optional autoRegister: boolean
If true then on creation of the KubeApiinstance a call to apiManager.registerApi will be
-made. This is true by default to maintain backwards compatability.
+made. This is true by default to maintain backwards compatibility.
Setting this to false might make KubeObject's details drawer stop working.
Default
true
diff --git a/master/extensions/api/interfaces/Renderer.K8sApi.IgnoredKubeApiOptions/index.html b/master/extensions/api/interfaces/Renderer.K8sApi.IgnoredKubeApiOptions/index.html
index 51e532869e..1361120821 100644
--- a/master/extensions/api/interfaces/Renderer.K8sApi.IgnoredKubeApiOptions/index.html
+++ b/master/extensions/api/interfaces/Renderer.K8sApi.IgnoredKubeApiOptions/index.html
@@ -789,7 +789,7 @@
Interface: IgnoredKubeApiOptions
Renderer.K8sApi.IgnoredKubeApiOptions
Deprecated
-This type is only present for backwards compatable typescript support
+This type is only present for backwards compatible typescript support
Table of contents
Properties
Type Aliases
@@ -1542,11 +1550,31 @@
Returns
KubeApi<Object, KubeJsonApiDataFor<Object>>
+getPodsByOwnerId
+▸ getPodsByOwnerId(ownerId): Pod[]
+Parameters
+
+
+
+| Name |
+Type |
+
+
+
+
+ownerId |
+string |
+
+
+
+Returns
+Pod[]
+
isAllowedResource
▸ isAllowedResource(...args): boolean
Deprecated
This function never works
-Parameters
+Parameters
-Returns
+Returns
boolean
false
diff --git a/master/extensions/api/modules/Renderer.K8sApi/index.html b/master/extensions/api/modules/Renderer.K8sApi/index.html
index 8a5c662ca4..74d0d9c657 100644
--- a/master/extensions/api/modules/Renderer.K8sApi/index.html
+++ b/master/extensions/api/modules/Renderer.K8sApi/index.html
@@ -1525,6 +1525,13 @@
forRemoteCluster
+
+
+ -
+
+ getPodsByOwnerId
+
+
-
@@ -1725,6 +1732,7 @@
- createResourceStack
- forCluster
- forRemoteCluster
+- getPodsByOwnerId
- isAllowedResource
- requestMetrics
@@ -2379,9 +2387,29 @@
Returns
KubeApi<Object, KubeJsonApiDataFor<Object>>
+getPodsByOwnerId
+▸ getPodsByOwnerId(ownerId): Pod[]
+Parameters
+
+
+
+| Name |
+Type |
+
+
+
+
+ownerId |
+string |
+
+
+
+Returns
+Pod[]
+
isAllowedResource
▸ isAllowedResource(resources): boolean
-Parameters
+Parameters
-Returns
+Returns
boolean
requestMetrics
▸ requestMetrics(query, params?): Promise<MetricData>
-Parameters
+Parameters
-Returns
+Returns
Promise<MetricData>
▸ requestMetrics(query, params?): Promise<MetricData[]>
-Parameters
+Parameters
-Returns
+Returns
Promise<MetricData[]>
▸ requestMetrics<Keys>(query, params?): Promise<Record<Keys, MetricData>>
Type parameters
@@ -2460,7 +2488,7 @@