IpcRegistrar
@@ -908,7 +908,7 @@
extension
-LensExtension
+LensExtension
@@ -918,7 +918,7 @@
[IpcPrefix]
• Readonly [IpcPrefix] : string
Inherited from
-IpcRegistrar.__@IpcPrefix@2189
+IpcRegistrar.__@IpcPrefix@1571
extension
• Protected Readonly extension : LensExtension <LensExtensionDependencies>
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/index.html b/master/extensions/api/classes/Main.K8sApi.ClusterRole/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/index.html
rename to master/extensions/api/classes/Main.K8sApi.ClusterRole/index.html
index 4dc4576ceb..6181301083 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.ClusterRole/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1099,10 +1099,10 @@
Class: ClusterRole
-LensExtensionsMainApi .K8sApi .ClusterRole
+Main .K8sApi .ClusterRole
Hierarchy
↳ ClusterRole
Table of contents
@@ -1176,7 +1176,7 @@
Overrides
-KubeObject .constructor
+KubeObject .constructor
Properties
aggregationRule
• Optional aggregationRule : AggregationRule
@@ -1184,17 +1184,17 @@
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : ClusterScopedMetadata
+• metadata : ClusterScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
rules
• Optional rules : PolicyRule[]
@@ -1202,27 +1202,27 @@
spec
• spec : void
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static apiBase : string
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static kind : string
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static namespaced : boolean
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1232,7 +1232,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1251,9 +1251,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1286,7 +1286,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1308,7 +1308,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1317,56 +1317,56 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): undefined
Returns
undefined
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getRules
▸ getRules (): PolicyRule[]
@@ -1378,14 +1378,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): (undefined | string)[]
Returns
(undefined | string)[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
@@ -1395,10 +1395,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1417,19 +1417,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1452,12 +1452,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1521,7 +1521,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1560,7 +1560,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1582,7 +1582,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1604,7 +1604,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1619,14 +1619,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1648,7 +1648,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1670,7 +1670,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1692,7 +1692,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/index.html b/master/extensions/api/classes/Main.K8sApi.ClusterRoleBinding/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/index.html
rename to master/extensions/api/classes/Main.K8sApi.ClusterRoleBinding/index.html
index 0588ee3ba1..2b8ae9de7d 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.ClusterRoleBinding/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1106,10 +1106,10 @@
Class: ClusterRoleBinding
-LensExtensionsMainApi .K8sApi .ClusterRoleBinding
+Main .K8sApi .ClusterRoleBinding
Hierarchy
↳ ClusterRoleBinding
Table of contents
@@ -1184,22 +1184,22 @@
Overrides
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : ClusterScopedMetadata
+• metadata : ClusterScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
roleRef
• roleRef : RoleRef
@@ -1207,12 +1207,12 @@
spec
• spec : void
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
subjects
• Optional subjects : Subject[]
@@ -1220,17 +1220,17 @@
apiBase
▪ Static apiBase : string
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static kind : string
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static namespaced : boolean
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1240,7 +1240,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1259,9 +1259,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1294,7 +1294,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1316,7 +1316,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1325,70 +1325,70 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): undefined
Returns
undefined
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): (undefined | string)[]
Returns
(undefined | string)[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSubjectNames
▸ getSubjectNames (): string
@@ -1408,10 +1408,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1430,19 +1430,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1465,12 +1465,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1534,7 +1534,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1573,7 +1573,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1595,7 +1595,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1617,7 +1617,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1632,14 +1632,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1661,7 +1661,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1683,7 +1683,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1705,7 +1705,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/index.html b/master/extensions/api/classes/Main.K8sApi.ConfigMap/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/index.html
rename to master/extensions/api/classes/Main.K8sApi.ConfigMap/index.html
index 890d054200..ebaf45022e 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.ConfigMap/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1106,10 +1106,10 @@
Class: ConfigMap
-LensExtensionsMainApi .K8sApi .ConfigMap
+Main .K8sApi .ConfigMap
Hierarchy
↳ ConfigMap
Table of contents
@@ -1184,12 +1184,12 @@
Overrides
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
binaryData
• binaryData : Partial<Record<string, string>>
@@ -1203,37 +1203,37 @@
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : void
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static apiBase : string
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static kind : string
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static namespaced : boolean
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1243,7 +1243,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1262,9 +1262,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1297,7 +1297,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1319,7 +1319,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1328,21 +1328,21 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getKeys
▸ getKeys (): string[]
@@ -1354,49 +1354,49 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
@@ -1406,10 +1406,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1428,19 +1428,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1463,12 +1463,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1532,7 +1532,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1571,7 +1571,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1593,7 +1593,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1615,7 +1615,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1630,14 +1630,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1659,7 +1659,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1681,7 +1681,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1703,7 +1703,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/index.html b/master/extensions/api/classes/Main.K8sApi.CronJob/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/index.html
rename to master/extensions/api/classes/Main.K8sApi.CronJob/index.html
index 774b3b6345..8325db1093 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.CronJob/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1113,10 +1113,10 @@
Class: CronJob
-LensExtensionsMainApi .K8sApi .CronJob
+Main .K8sApi .CronJob
Hierarchy
↳ CronJob
Table of contents
@@ -1187,52 +1187,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , CronJobStatus, CronJobSpec>
+KubeJsonApiData <NamespaceScopedMetadata , CronJobStatus, CronJobSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : CronJobSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : CronJobStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/apis/batch/v1/cronjobs"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "CronJob"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1242,7 +1242,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1261,9 +1261,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1296,7 +1296,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1318,7 +1318,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1327,28 +1327,28 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getLastScheduleTime
▸ getLastScheduleTime (): string
@@ -1360,28 +1360,28 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getSchedule
▸ getSchedule (): string
@@ -1393,14 +1393,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSuspendFlag
▸ getSuspendFlag (): string
@@ -1415,7 +1415,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
isNeverRun
▸ isNeverRun (): boolean
@@ -1428,7 +1428,7 @@ creation timestamp of this object.
undefined | boolean
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1447,19 +1447,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1482,12 +1482,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1551,7 +1551,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1590,7 +1590,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1612,7 +1612,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1634,7 +1634,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1649,14 +1649,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1678,7 +1678,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1700,7 +1700,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1722,7 +1722,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/index.html b/master/extensions/api/classes/Main.K8sApi.CustomResourceDefinition/index.html
similarity index 86%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/index.html
rename to master/extensions/api/classes/Main.K8sApi.CustomResourceDefinition/index.html
index 61ae64b9cb..76c3145dfd 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.CustomResourceDefinition/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1190,10 +1190,10 @@
Class: CustomResourceDefinition
-LensExtensionsMainApi .K8sApi .CustomResourceDefinition
+Main .K8sApi .CustomResourceDefinition
Hierarchy
↳ CustomResourceDefinition
Table of contents
@@ -1275,52 +1275,52 @@
data
-KubeJsonApiData <ClusterScopedMetadata , CustomResourceDefinitionStatus, CustomResourceDefinitionSpec>
+KubeJsonApiData <ClusterScopedMetadata , CustomResourceDefinitionStatus, CustomResourceDefinitionSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : ClusterScopedMetadata
+• metadata : ClusterScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : CustomResourceDefinitionSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : CustomResourceDefinitionStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static apiBase : string
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static kind : string
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static namespaced : boolean
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1330,7 +1330,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1349,9 +1349,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1384,7 +1384,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1406,7 +1406,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getConditions
▸ getConditions (): { isReady: boolean ; lastTransitionTime?: string ; message?: string ; reason?: string ; status: "True" | "False" | "Unknown" ; tooltip: string ; type: string }[]
@@ -1425,14 +1425,14 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getGroup
▸ getGroup (): string
@@ -1444,21 +1444,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNames
▸ getNames (): CustomResourceDefinitionNames
@@ -1470,14 +1470,14 @@ creation timestamp of this object.
Returns
undefined
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getPluralName
▸ getPluralName (): string
@@ -1534,7 +1534,7 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScope
▸ getScope (): "Cluster" | "Namespaced"
@@ -1546,14 +1546,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): (undefined | string)[]
Returns
(undefined | string)[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getStoredVersions
▸ getStoredVersions (): string
@@ -1568,7 +1568,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getValidation
▸ getValidation (): string
@@ -1586,7 +1586,7 @@ creation timestamp of this object.
boolean
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1605,19 +1605,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1640,12 +1640,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1709,7 +1709,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1748,7 +1748,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1770,7 +1770,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1792,7 +1792,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1807,14 +1807,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1836,7 +1836,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1858,7 +1858,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1880,7 +1880,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/index.html b/master/extensions/api/classes/Main.K8sApi.DaemonSet/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/index.html
rename to master/extensions/api/classes/Main.K8sApi.DaemonSet/index.html
index abd0a70258..02ae07e43a 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.DaemonSet/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1127,10 +1127,10 @@
Class: DaemonSet
-LensExtensionsMainApi .K8sApi .DaemonSet
+Main .K8sApi .DaemonSet
Hierarchy
↳ DaemonSet
Table of contents
@@ -1203,52 +1203,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , DaemonSetStatus, DaemonSetSpec>
+KubeJsonApiData <NamespaceScopedMetadata , DaemonSetStatus, DaemonSetSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : DaemonSetSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : DaemonSetStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static apiBase : string
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static kind : string
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static namespaced : boolean
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1258,7 +1258,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1277,9 +1277,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAffinity
▸ getAffinity (): undefined | Affinity
@@ -1322,7 +1322,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1344,7 +1344,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1353,21 +1353,21 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getImages
▸ getImages (): (undefined | string)[]
@@ -1379,14 +1379,14 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNodeSelectors
▸ getNodeSelectors (): string[]
@@ -1398,35 +1398,35 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSelectors
▸ getSelectors (): string[]
@@ -1446,7 +1446,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getTolerations
▸ getTolerations (): Toleration[]
@@ -1454,7 +1454,7 @@ creation timestamp of this object.
Toleration[]
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1473,19 +1473,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1508,12 +1508,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1577,7 +1577,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1616,7 +1616,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1638,7 +1638,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1660,7 +1660,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1675,14 +1675,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1704,7 +1704,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1726,7 +1726,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1748,7 +1748,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/index.html b/master/extensions/api/classes/Main.K8sApi.Deployment/index.html
similarity index 86%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/index.html
rename to master/extensions/api/classes/Main.K8sApi.Deployment/index.html
index c8ca27d327..e0ae8a443e 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.Deployment/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1141,10 +1141,10 @@
Class: Deployment
-LensExtensionsMainApi .K8sApi .Deployment
+Main .K8sApi .Deployment
Hierarchy
↳ Deployment
Table of contents
@@ -1219,52 +1219,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , DeploymentStatus, DeploymentSpec>
+KubeJsonApiData <NamespaceScopedMetadata , DeploymentStatus, DeploymentSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : DeploymentSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : DeploymentStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static apiBase : string
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static kind : string
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static namespaced : boolean
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1274,7 +1274,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1293,9 +1293,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAffinity
▸ getAffinity (): undefined | Affinity
@@ -1338,7 +1338,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1360,7 +1360,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getConditions
▸ getConditions (activeOnly?): BaseKubeObjectCondition[]
@@ -1409,35 +1409,35 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNodeSelectors
▸ getNodeSelectors (): string[]
@@ -1449,14 +1449,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getReplicas
▸ getReplicas (): number
@@ -1468,21 +1468,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSelectors
▸ getSelectors (): string[]
@@ -1502,7 +1502,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getTolerations
▸ getTolerations (): Toleration[]
@@ -1510,7 +1510,7 @@ creation timestamp of this object.
Toleration[]
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1529,19 +1529,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1564,12 +1564,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1633,7 +1633,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1672,7 +1672,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1694,7 +1694,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1716,7 +1716,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1731,14 +1731,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1760,7 +1760,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1782,7 +1782,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1804,7 +1804,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/index.html b/master/extensions/api/classes/Main.K8sApi.Endpoint/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/index.html
rename to master/extensions/api/classes/Main.K8sApi.Endpoint/index.html
index f1dd6dcba8..5ffd26d90b 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.Endpoint/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1099,10 +1099,10 @@
Class: Endpoint
-LensExtensionsMainApi .K8sApi .Endpoint
+Main .K8sApi .Endpoint
Hierarchy
↳ Endpoint
Table of contents
@@ -1176,32 +1176,32 @@
Overrides
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : void
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
subsets
• Optional subsets : EndpointSubset[]
@@ -1209,17 +1209,17 @@
apiBase
▪ Static apiBase : string
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static kind : string
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static namespaced : boolean
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1229,7 +1229,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1248,9 +1248,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1283,7 +1283,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1305,7 +1305,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1314,7 +1314,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getEndpointSubsets
▸ getEndpointSubsets (): Required<EndpointSubset>[]
@@ -1326,63 +1326,63 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
@@ -1392,10 +1392,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1414,16 +1414,16 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
toString
▸ toString (): string
@@ -1431,7 +1431,7 @@ creation timestamp of this object.
string
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1454,12 +1454,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1523,7 +1523,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1562,7 +1562,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1584,7 +1584,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1606,7 +1606,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1621,14 +1621,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1650,7 +1650,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1672,7 +1672,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1694,7 +1694,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/index.html b/master/extensions/api/classes/Main.K8sApi.HorizontalPodAutoscaler/index.html
similarity index 86%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/index.html
rename to master/extensions/api/classes/Main.K8sApi.HorizontalPodAutoscaler/index.html
index 7b5db17a76..97afa8737c 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.HorizontalPodAutoscaler/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1127,10 +1127,10 @@
Class: HorizontalPodAutoscaler
-LensExtensionsMainApi .K8sApi .HorizontalPodAutoscaler
+Main .K8sApi .HorizontalPodAutoscaler
Hierarchy
↳ HorizontalPodAutoscaler
Table of contents
@@ -1203,52 +1203,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , HorizontalPodAutoscalerStatus, HorizontalPodAutoscalerSpec>
+KubeJsonApiData <NamespaceScopedMetadata , HorizontalPodAutoscalerStatus, HorizontalPodAutoscalerSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : HorizontalPodAutoscalerSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : HorizontalPodAutoscalerStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/apis/autoscaling/v2/horizontalpodautoscalers"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "HorizontalPodAutoscaler"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1258,7 +1258,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1277,9 +1277,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1312,7 +1312,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1334,7 +1334,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getConditions
▸ getConditions (): { isReady: boolean ; lastTransitionTime?: string ; message?: string ; reason?: string ; status: "True" | "False" | "Unknown" ; tooltip: string ; type: string }[]
@@ -1348,7 +1348,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getCurrentMetrics
▸ getCurrentMetrics (): HorizontalPodAutoscalerMetricStatus[]
@@ -1360,21 +1360,21 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getMaxPods
▸ getMaxPods (): number
@@ -1396,21 +1396,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getReadyConditions
▸ getReadyConditions (): { isReady: boolean ; lastTransitionTime?: string ; message?: string ; reason?: string ; status: "True" | "False" | "Unknown" ; tooltip: string ; type: string }[]
@@ -1427,21 +1427,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
@@ -1451,10 +1451,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1473,19 +1473,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1508,12 +1508,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1577,7 +1577,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1616,7 +1616,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1638,7 +1638,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1660,7 +1660,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1675,14 +1675,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1704,7 +1704,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1726,7 +1726,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1748,7 +1748,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/index.html b/master/extensions/api/classes/Main.K8sApi.Ingress/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/index.html
rename to master/extensions/api/classes/Main.K8sApi.Ingress/index.html
index d140939730..1ad41f09c9 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.Ingress/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1120,10 +1120,10 @@
Class: Ingress
-LensExtensionsMainApi .K8sApi .Ingress
+Main .K8sApi .Ingress
Hierarchy
↳ Ingress
Table of contents
@@ -1195,52 +1195,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , IngressStatus, IngressSpec>
+KubeJsonApiData <NamespaceScopedMetadata , IngressStatus, IngressSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : IngressSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : IngressStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/apis/networking.k8s.io/v1/ingresses"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "Ingress"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1250,7 +1250,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1269,9 +1269,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1304,7 +1304,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1326,7 +1326,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1335,14 +1335,14 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getHosts
▸ getHosts (): string[]
@@ -1354,14 +1354,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getLoadBalancers
▸ getLoadBalancers (): (undefined | string)[]
@@ -1373,21 +1373,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getPorts
▸ getPorts (): string
@@ -1399,7 +1399,7 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getRoutes
▸ getRoutes (): string[]
@@ -1416,14 +1416,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getServiceNamePort
▸ getServiceNamePort (): undefined | ExtensionsBackend
@@ -1438,10 +1438,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1460,19 +1460,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1495,12 +1495,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1564,7 +1564,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1603,7 +1603,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1625,7 +1625,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1647,7 +1647,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1662,14 +1662,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1691,7 +1691,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1713,7 +1713,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1735,7 +1735,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/index.html b/master/extensions/api/classes/Main.K8sApi.Job/index.html
similarity index 86%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/index.html
rename to master/extensions/api/classes/Main.K8sApi.Job/index.html
index 3e2e579b8b..c0127b6a49 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.Job/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1155,10 +1155,10 @@
Class: Job
-LensExtensionsMainApi .K8sApi .Job
+Main .K8sApi .Job
Hierarchy
↳ Job
Table of contents
@@ -1235,52 +1235,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , JobStatus, JobSpec>
+KubeJsonApiData <NamespaceScopedMetadata , JobStatus, JobSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : JobSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : JobStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/apis/batch/v1/jobs"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "Job"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1290,7 +1290,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1309,9 +1309,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAffinity
▸ getAffinity (): undefined | Affinity
@@ -1354,7 +1354,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1376,7 +1376,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCompletions
▸ getCompletions (): number
@@ -1395,7 +1395,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getDesiredCompletions
▸ getDesiredCompletions (): number
@@ -1407,14 +1407,14 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getImages
▸ getImages (): (undefined | string)[]
@@ -1426,14 +1426,14 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNodeSelectors
▸ getNodeSelectors (): string[]
@@ -1445,14 +1445,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getParallelism
▸ getParallelism (): undefined | number
@@ -1464,21 +1464,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSelectors
▸ getSelectors (): string[]
@@ -1498,7 +1498,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getTolerations
▸ getTolerations (): Toleration[]
@@ -1506,7 +1506,7 @@ creation timestamp of this object.
Toleration[]
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1525,19 +1525,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1560,12 +1560,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1629,7 +1629,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1668,7 +1668,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1690,7 +1690,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1712,7 +1712,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1727,14 +1727,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1756,7 +1756,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1778,7 +1778,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1800,7 +1800,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/index.html b/master/extensions/api/classes/Main.K8sApi.KubeEvent/index.html
similarity index 86%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/index.html
rename to master/extensions/api/classes/Main.K8sApi.KubeEvent/index.html
index 22797ba57f..0ad90b5066 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.KubeEvent/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1204,10 +1204,10 @@
Class: KubeEvent
-LensExtensionsMainApi .K8sApi .KubeEvent
+Main .K8sApi .KubeEvent
Hierarchy
↳ KubeEvent
Table of contents
@@ -1296,7 +1296,7 @@
Overrides
-KubeObject .constructor
+KubeObject .constructor
Properties
action
• Optional action : string
@@ -1304,7 +1304,7 @@
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
count
• Optional count : number
@@ -1321,7 +1321,7 @@
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
lastTimestamp
• Optional lastTimestamp : string
@@ -1330,9 +1330,9 @@
• Optional message : string
-• metadata : KubeObjectMetadata <Namespace>
+• metadata : KubeObjectMetadata <Namespace>
Inherited from
-KubeObject .metadata
+KubeObject .metadata
reason
• Optional reason : string
@@ -1355,12 +1355,12 @@
spec
• spec : void
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
type
• Optional type : string
@@ -1371,17 +1371,17 @@
apiBase
▪ Static apiBase : string
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static kind : string
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static namespaced : boolean
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1391,7 +1391,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1410,9 +1410,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1445,7 +1445,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1467,7 +1467,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1476,14 +1476,14 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getFirstSeenTime
▸ getFirstSeenTime (): string
@@ -1497,14 +1497,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getLastSeenTime
▸ getLastSeenTime (): string
@@ -1518,42 +1518,42 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSource
▸ getSource (): string
@@ -1568,7 +1568,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
isWarning
▸ isWarning (): boolean
@@ -1576,7 +1576,7 @@ creation timestamp of this object.
boolean
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1595,19 +1595,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1630,12 +1630,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1699,7 +1699,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1738,7 +1738,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1760,7 +1760,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1782,7 +1782,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1797,14 +1797,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1826,7 +1826,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1848,7 +1848,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1870,7 +1870,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/index.html b/master/extensions/api/classes/Main.K8sApi.KubeObject/index.html
similarity index 88%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/index.html
rename to master/extensions/api/classes/Main.K8sApi.KubeObject/index.html
index fb925c81bc..3e535dab9a 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.KubeObject/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1092,7 +1092,7 @@
-LensExtensionsMainApi .K8sApi .KubeObject
+Main .K8sApi .KubeObject
Type parameters
@@ -1275,7 +1275,7 @@
string
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1294,7 +1294,7 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1412,7 +1412,7 @@ creation timestamp of this object.
number
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1431,7 +1431,7 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
toPlainObject
▸ toPlainObject (): JsonObject
@@ -1439,7 +1439,7 @@ creation timestamp of this object.
JsonObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1462,7 +1462,7 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
create
▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
@@ -1477,7 +1477,7 @@ common race condition.
Metadata
-extends KubeObjectMetadata <KubeObjectScope> = KubeObjectMetadata <KubeObjectScope>
+extends KubeObjectMetadata <KubeObjectScope> = KubeObjectMetadata <KubeObjectScope>
Status
@@ -1500,7 +1500,7 @@ common race condition.
data
-KubeJsonApiData <Metadata, Status, Spec>
+KubeJsonApiData <Metadata, Status, Spec>
@@ -1617,7 +1617,7 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/index.html b/master/extensions/api/classes/Main.K8sApi.KubeObjectStore/index.html
similarity index 96%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/index.html
rename to master/extensions/api/classes/Main.K8sApi.KubeObjectStore/index.html
index d44dd6e7b5..1a97b528f3 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.KubeObjectStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1232,7 +1232,7 @@
Class: KubeObjectStore<K, A, D>
-LensExtensionsMainApi .K8sApi .KubeObjectStore
+Main .K8sApi .KubeObjectStore
Type parameters
@@ -1244,7 +1244,7 @@
K
-extends KubeObject = KubeObject
+extends KubeObject = KubeObject
A
@@ -1345,7 +1345,7 @@
K
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, K> = KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, K> = KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
A
@@ -1353,7 +1353,7 @@
D
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, D> = KubeApiDataFrom<K, A>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, D> = KubeApiDataFrom<K, A>
@@ -1392,7 +1392,7 @@
K
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, K> = KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, K> = KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
A
@@ -1400,7 +1400,7 @@
D
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, D> = KubeApiDataFrom<K, A>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, D> = KubeApiDataFrom<K, A>
@@ -1536,7 +1536,7 @@
Returns
Generator<K, void, undefined>
Inherited from
-InternalKubeObjectStore.__@iterator@916
+InternalKubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1891,7 +1891,7 @@
«destructured»
-KubeObjectStoreLoadAllParams
+KubeObjectStoreLoadAllParams
@@ -1965,7 +1965,7 @@
«destructured»
-KubeObjectStoreLoadingParams
+KubeObjectStoreLoadingParams
@@ -2268,7 +2268,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/index.html b/master/extensions/api/classes/Main.K8sApi.KubeStatus/index.html
similarity index 98%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/index.html
rename to master/extensions/api/classes/Main.K8sApi.KubeStatus/index.html
index 088ab9f926..1663656b0f 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.KubeStatus/index.html
@@ -13,7 +13,7 @@
-
+
@@ -821,7 +821,7 @@
Class: KubeStatus
-LensExtensionsMainApi .K8sApi .KubeStatus
+Main .K8sApi .KubeStatus
Table of contents
Constructors
@@ -849,7 +849,7 @@
data
-KubeStatusData
+KubeStatusData
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/index.html b/master/extensions/api/classes/Main.K8sApi.LimitRange/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/index.html
rename to master/extensions/api/classes/Main.K8sApi.LimitRange/index.html
index 452080675c..2c7b1cb94a 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.LimitRange/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1099,10 +1099,10 @@
Class: LimitRange
-LensExtensionsMainApi .K8sApi .LimitRange
+Main .K8sApi .LimitRange
Hierarchy
↳ LimitRange
Table of contents
@@ -1171,52 +1171,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , void, LimitRangeSpec>
+KubeJsonApiData <NamespaceScopedMetadata , void, LimitRangeSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : LimitRangeSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/api/v1/limitranges"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "LimitRange"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1226,7 +1226,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1245,9 +1245,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1280,7 +1280,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1302,7 +1302,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getContainerLimits
▸ getContainerLimits (): LimitRangeItem[]
@@ -1316,49 +1316,49 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getPVCLimits
▸ getPVCLimits (): LimitRangeItem[]
@@ -1375,21 +1375,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
@@ -1399,10 +1399,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1421,19 +1421,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1456,12 +1456,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1525,7 +1525,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1564,7 +1564,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1586,7 +1586,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1608,7 +1608,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1623,14 +1623,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1652,7 +1652,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1674,7 +1674,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1696,7 +1696,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Namespace/index.html b/master/extensions/api/classes/Main.K8sApi.Namespace/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Namespace/index.html
rename to master/extensions/api/classes/Main.K8sApi.Namespace/index.html
index 166e8a98a8..32b6fb60e6 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Namespace/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.Namespace/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1085,10 +1085,10 @@
Class: Namespace
-LensExtensionsMainApi .K8sApi .Namespace
+Main .K8sApi .Namespace
Hierarchy
↳ Namespace
Table of contents
@@ -1155,52 +1155,52 @@
data
-KubeJsonApiData <ClusterScopedMetadata , NamespaceStatus, NamespaceSpec>
+KubeJsonApiData <ClusterScopedMetadata , NamespaceStatus, NamespaceSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : ClusterScopedMetadata
+• metadata : ClusterScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : NamespaceSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : NamespaceStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/api/v1/namespaces"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "Namespace"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : false
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1210,7 +1210,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1229,9 +1229,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1264,7 +1264,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1286,7 +1286,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1295,70 +1295,70 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): undefined
Returns
undefined
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): (undefined | string)[]
Returns
(undefined | string)[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getStatus
▸ getStatus (): string
@@ -1373,10 +1373,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1395,19 +1395,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1430,12 +1430,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1499,7 +1499,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1538,7 +1538,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1560,7 +1560,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1582,7 +1582,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1597,14 +1597,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1626,7 +1626,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1648,7 +1648,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1670,7 +1670,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.NetworkPolicy/index.html b/master/extensions/api/classes/Main.K8sApi.NetworkPolicy/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.NetworkPolicy/index.html
rename to master/extensions/api/classes/Main.K8sApi.NetworkPolicy/index.html
index 7dea1b2bcc..56fc565011 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.NetworkPolicy/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.NetworkPolicy/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1092,10 +1092,10 @@
Class: NetworkPolicy
-LensExtensionsMainApi .K8sApi .NetworkPolicy
+Main .K8sApi .NetworkPolicy
Hierarchy
↳ NetworkPolicy
Table of contents
@@ -1163,52 +1163,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , void, NetworkPolicySpec>
+KubeJsonApiData <NamespaceScopedMetadata , void, NetworkPolicySpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : NetworkPolicySpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/apis/networking.k8s.io/v1/networkpolicies"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "NetworkPolicy"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1218,7 +1218,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1237,9 +1237,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1272,7 +1272,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1294,7 +1294,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1303,28 +1303,28 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getMatchLabels
▸ getMatchLabels (): string[]
@@ -1336,42 +1336,42 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
@@ -1381,7 +1381,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getTypes
▸ getTypes (): string[]
@@ -1389,7 +1389,7 @@ creation timestamp of this object.
string[]
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1408,19 +1408,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1443,12 +1443,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1512,7 +1512,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1551,7 +1551,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1573,7 +1573,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1595,7 +1595,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1610,14 +1610,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1639,7 +1639,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1661,7 +1661,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1683,7 +1683,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Node/index.html b/master/extensions/api/classes/Main.K8sApi.Node/index.html
similarity index 86%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Node/index.html
rename to master/extensions/api/classes/Main.K8sApi.Node/index.html
index 89207f4ef4..8d4bfe616c 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Node/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.Node/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1169,10 +1169,10 @@
Class: Node
-LensExtensionsMainApi .K8sApi .Node
+Main .K8sApi .Node
Hierarchy
↳ Node
Table of contents
@@ -1251,52 +1251,52 @@
data
-KubeJsonApiData <ClusterScopedMetadata , NodeStatus, NodeSpec>
+KubeJsonApiData <ClusterScopedMetadata , NodeStatus, NodeSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : ClusterScopedMetadata
+• metadata : ClusterScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : NodeSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : NodeStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/api/v1/nodes"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "Node"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : false
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1306,7 +1306,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1325,9 +1325,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getActiveConditions
▸ getActiveConditions (): NodeCondition[]
@@ -1365,7 +1365,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1387,7 +1387,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getConditions
▸ getConditions (): NodeCondition[]
@@ -1406,21 +1406,21 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getKubeletVersion
▸ getKubeletVersion (): string
@@ -1432,7 +1432,7 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getMemoryCapacity
▸ getMemoryCapacity (): number
@@ -1444,7 +1444,7 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNodeConditionText
▸ getNodeConditionText (): string
@@ -1458,7 +1458,7 @@ of "True"
Returns
undefined
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOperatingSystem
▸ getOperatingSystem (): string
@@ -1470,14 +1470,14 @@ of "True"
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getRoleLabelItems
▸ getRoleLabelItems (): string[]
@@ -1494,14 +1494,14 @@ of "True"
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): (undefined | string)[]
Returns
(undefined | string)[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getTaints
▸ getTaints (): NodeTaint[]
@@ -1516,7 +1516,7 @@ of "True"
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getWarningConditions
▸ getWarningConditions (): NodeCondition[]
@@ -1534,7 +1534,7 @@ of "True"
undefined | boolean
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1553,19 +1553,19 @@ of "True"
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1588,12 +1588,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1657,7 +1657,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1696,7 +1696,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1718,7 +1718,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1740,7 +1740,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1755,14 +1755,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1784,7 +1784,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1806,7 +1806,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1828,7 +1828,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.PersistentVolume/index.html b/master/extensions/api/classes/Main.K8sApi.PersistentVolume/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.PersistentVolume/index.html
rename to master/extensions/api/classes/Main.K8sApi.PersistentVolume/index.html
index 4b393b5ae5..4871b54f61 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.PersistentVolume/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.PersistentVolume/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1113,10 +1113,10 @@
Class: PersistentVolume
-LensExtensionsMainApi .K8sApi .PersistentVolume
+Main .K8sApi .PersistentVolume
Hierarchy
↳ PersistentVolume
Table of contents
@@ -1187,52 +1187,52 @@
data
-KubeJsonApiData <ClusterScopedMetadata , PersistentVolumeStatus, PersistentVolumeSpec>
+KubeJsonApiData <ClusterScopedMetadata , PersistentVolumeStatus, PersistentVolumeSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : ClusterScopedMetadata
+• metadata : ClusterScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : PersistentVolumeSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : PersistentVolumeStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static apiBase : string
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static kind : string
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static namespaced : boolean
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1242,7 +1242,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1261,9 +1261,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1296,7 +1296,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1318,7 +1318,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCapacity
▸ getCapacity (inBytes?): string | number
@@ -1352,70 +1352,70 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): undefined
Returns
undefined
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): (undefined | string)[]
Returns
(undefined | string)[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getStatus
▸ getStatus (): string
@@ -1440,10 +1440,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1462,19 +1462,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1497,12 +1497,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1566,7 +1566,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1605,7 +1605,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1627,7 +1627,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1649,7 +1649,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1664,14 +1664,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1693,7 +1693,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1715,7 +1715,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1737,7 +1737,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.PersistentVolumeClaim/index.html b/master/extensions/api/classes/Main.K8sApi.PersistentVolumeClaim/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.PersistentVolumeClaim/index.html
rename to master/extensions/api/classes/Main.K8sApi.PersistentVolumeClaim/index.html
index 9a17b490ed..60ff8bc948 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.PersistentVolumeClaim/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.PersistentVolumeClaim/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1113,10 +1113,10 @@
Class: PersistentVolumeClaim
-LensExtensionsMainApi .K8sApi .PersistentVolumeClaim
+Main .K8sApi .PersistentVolumeClaim
Hierarchy
↳ PersistentVolumeClaim
Table of contents
@@ -1187,52 +1187,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , PersistentVolumeClaimStatus, PersistentVolumeClaimSpec>
+KubeJsonApiData <NamespaceScopedMetadata , PersistentVolumeClaimStatus, PersistentVolumeClaimSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : PersistentVolumeClaimSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : PersistentVolumeClaimStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/api/v1/persistentvolumeclaims"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "PersistentVolumeClaim"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1242,7 +1242,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1261,9 +1261,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1296,7 +1296,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1318,7 +1318,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1327,28 +1327,28 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getMatchExpressions
▸ getMatchExpressions (): LabelMatchExpression[]
@@ -1365,24 +1365,24 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getPods
-▸ getPods (pods): Pod []
+▸ getPods (pods): Pod []
Parameters
@@ -1394,33 +1394,33 @@ creation timestamp of this object.
pods
-Pod []
+Pod []
Returns
-Pod []
+Pod []
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getStatus
▸ getStatus (): string
@@ -1440,10 +1440,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1462,19 +1462,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1497,12 +1497,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1566,7 +1566,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1605,7 +1605,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1627,7 +1627,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1649,7 +1649,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1664,14 +1664,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1693,7 +1693,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1715,7 +1715,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1737,7 +1737,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Pod/index.html b/master/extensions/api/classes/Main.K8sApi.Pod/index.html
similarity index 86%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Pod/index.html
rename to master/extensions/api/classes/Main.K8sApi.Pod/index.html
index 9bfcd8478e..ef08f6aa61 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Pod/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.Pod/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1274,10 +1274,10 @@
Class: Pod
-LensExtensionsMainApi .K8sApi .Pod
+Main .K8sApi .Pod
Hierarchy
↳ Pod
Table of contents
@@ -1371,52 +1371,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , PodStatus, PodSpec>
+KubeJsonApiData <NamespaceScopedMetadata , PodStatus, PodSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : PodSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : PodStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static apiBase : string
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static kind : string
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static namespaced : boolean
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1426,7 +1426,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1445,9 +1445,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAffinity
▸ getAffinity (): Affinity
@@ -1490,12 +1490,12 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAllContainers
-▸ getAllContainers (): IPodContainer []
+▸ getAllContainers (): IPodContainer []
Returns
-IPodContainer []
+IPodContainer []
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1517,7 +1517,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getConditions
▸ getConditions (): PodCondition[]
@@ -1525,7 +1525,7 @@
PodCondition[]
getContainerStatuses
-▸ getContainerStatuses (includeInitContainers?): IPodContainerStatus []
+▸ getContainerStatuses (includeInitContainers?): IPodContainerStatus []
Parameters
Returns
-IPodContainerStatus []
+IPodContainerStatus []
getContainers
-▸ getContainers (): IPodContainer []
+▸ getContainers (): IPodContainer []
Returns
-IPodContainer []
+IPodContainer []
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1556,14 +1556,14 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getIPs
▸ getIPs (): string[]
@@ -1575,19 +1575,19 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getInitContainers
-▸ getInitContainers (): IPodContainer []
+▸ getInitContainers (): IPodContainer []
Returns
-IPodContainer []
+IPodContainer []
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getLivenessProbe
▸ getLivenessProbe (container): string[]
@@ -1602,7 +1602,7 @@ creation timestamp of this object.
container
-IPodContainer
+IPodContainer
@@ -1614,7 +1614,7 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNodeName
▸ getNodeName (): undefined | string
@@ -1631,14 +1631,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getPriorityClassName
▸ getPriorityClassName (): string
@@ -1663,7 +1663,7 @@ creation timestamp of this object.
container
-IPodContainer
+IPodContainer
@@ -1680,7 +1680,7 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getRestartsCount
▸ getRestartsCount (): number
@@ -1688,9 +1688,9 @@ creation timestamp of this object.
number
getRunningContainers
-▸ getRunningContainers (): IPodContainer []
+▸ getRunningContainers (): IPodContainer []
Returns
-IPodContainer []
+IPodContainer []
getRuntimeClassName
▸ getRuntimeClassName (): string
@@ -1702,14 +1702,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSecrets
▸ getSecrets (): string[]
@@ -1739,7 +1739,7 @@ creation timestamp of this object.
container
-IPodContainer
+IPodContainer
@@ -1769,7 +1769,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getTolerations
▸ getTolerations (): Toleration[]
@@ -1787,7 +1787,7 @@ creation timestamp of this object.
boolean
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1806,19 +1806,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1841,12 +1841,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1910,7 +1910,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1949,7 +1949,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1971,7 +1971,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1993,7 +1993,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -2008,14 +2008,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -2037,7 +2037,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -2059,7 +2059,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -2081,7 +2081,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.PodDisruptionBudget/index.html b/master/extensions/api/classes/Main.K8sApi.PodDisruptionBudget/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.PodDisruptionBudget/index.html
rename to master/extensions/api/classes/Main.K8sApi.PodDisruptionBudget/index.html
index 7b98bc0fd2..6c75f3a627 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.PodDisruptionBudget/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.PodDisruptionBudget/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1113,10 +1113,10 @@
Class: PodDisruptionBudget
-LensExtensionsMainApi .K8sApi .PodDisruptionBudget
+Main .K8sApi .PodDisruptionBudget
Hierarchy
↳ PodDisruptionBudget
Table of contents
@@ -1187,52 +1187,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , PodDisruptionBudgetStatus, PodDisruptionBudgetSpec>
+KubeJsonApiData <NamespaceScopedMetadata , PodDisruptionBudgetStatus, PodDisruptionBudgetSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : PodDisruptionBudgetSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : PodDisruptionBudgetStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/apis/policy/v1beta1/poddisruptionbudgets"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "PodDisruptionBudget"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1242,7 +1242,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1261,9 +1261,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1296,7 +1296,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1318,7 +1318,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1327,7 +1327,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getCurrentHealthy
▸ getCurrentHealthy (): number
@@ -1344,21 +1344,21 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getMaxUnavailable
▸ getMaxUnavailable (): string | number
@@ -1375,42 +1375,42 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSelectors
▸ getSelectors (): string[]
@@ -1425,10 +1425,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1447,19 +1447,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1482,12 +1482,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1551,7 +1551,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1590,7 +1590,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1612,7 +1612,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1634,7 +1634,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1649,14 +1649,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1678,7 +1678,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1700,7 +1700,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1722,7 +1722,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.PriorityClass/index.html b/master/extensions/api/classes/Main.K8sApi.PriorityClass/index.html
similarity index 86%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.PriorityClass/index.html
rename to master/extensions/api/classes/Main.K8sApi.PriorityClass/index.html
index b0ce0faae6..036324eee5 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.PriorityClass/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.PriorityClass/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1134,10 +1134,10 @@
Class: PriorityClass
-LensExtensionsMainApi .K8sApi .PriorityClass
+Main .K8sApi .PriorityClass
Hierarchy
↳ PriorityClass
Table of contents
@@ -1216,12 +1216,12 @@
Overrides
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
description
• Optional description : string
@@ -1232,12 +1232,12 @@
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : ClusterScopedMetadata
+• metadata : ClusterScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
preemptionPolicy
• Optional preemptionPolicy : PreemptionPolicy
@@ -1245,12 +1245,12 @@
spec
• spec : void
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
value
• Optional value : number
@@ -1258,17 +1258,17 @@
apiBase
▪ Static Readonly apiBase : "/apis/scheduling.k8s.io/v1/priorityclasses"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "PriorityClass"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : false
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1278,7 +1278,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1297,9 +1297,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1332,7 +1332,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1354,7 +1354,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1363,7 +1363,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getDescription
▸ getDescription (): string
@@ -1375,7 +1375,7 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getGlobalDefault
▸ getGlobalDefault (): string
@@ -1387,35 +1387,35 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): undefined
Returns
undefined
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getPreemptionPolicy
▸ getPreemptionPolicy (): PreemptionPolicy
@@ -1427,21 +1427,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): (undefined | string)[]
Returns
(undefined | string)[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
@@ -1451,7 +1451,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getValue
▸ getValue (): undefined | number
@@ -1459,7 +1459,7 @@ creation timestamp of this object.
undefined | number
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1478,19 +1478,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1513,12 +1513,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1582,7 +1582,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1621,7 +1621,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1643,7 +1643,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1665,7 +1665,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1680,14 +1680,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1709,7 +1709,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1731,7 +1731,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1753,7 +1753,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ReplicaSet/index.html b/master/extensions/api/classes/Main.K8sApi.ReplicaSet/index.html
similarity index 86%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ReplicaSet/index.html
rename to master/extensions/api/classes/Main.K8sApi.ReplicaSet/index.html
index da7e1f59c1..be183d0f8d 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ReplicaSet/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.ReplicaSet/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1148,10 +1148,10 @@
Class: ReplicaSet
-LensExtensionsMainApi .K8sApi .ReplicaSet
+Main .K8sApi .ReplicaSet
Hierarchy
↳ ReplicaSet
Table of contents
@@ -1227,52 +1227,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , ReplicaSetStatus, ReplicaSetSpec>
+KubeJsonApiData <NamespaceScopedMetadata , ReplicaSetStatus, ReplicaSetSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : ReplicaSetSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : ReplicaSetStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static apiBase : string
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static kind : string
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static namespaced : boolean
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1282,7 +1282,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1301,9 +1301,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAffinity
▸ getAffinity (): undefined | Affinity
@@ -1346,7 +1346,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1368,7 +1368,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1377,7 +1377,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getCurrent
▸ getCurrent (): number
@@ -1394,14 +1394,14 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getImages
▸ getImages (): (undefined | string)[]
@@ -1413,14 +1413,14 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNodeSelectors
▸ getNodeSelectors (): string[]
@@ -1432,14 +1432,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getReady
▸ getReady (): number
@@ -1451,21 +1451,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSelectors
▸ getSelectors (): string[]
@@ -1485,7 +1485,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getTolerations
▸ getTolerations (): Toleration[]
@@ -1493,7 +1493,7 @@ creation timestamp of this object.
Toleration[]
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1512,19 +1512,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1547,12 +1547,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1616,7 +1616,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1655,7 +1655,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1677,7 +1677,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1699,7 +1699,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1714,14 +1714,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1743,7 +1743,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1765,7 +1765,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1787,7 +1787,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ResourceQuota/index.html b/master/extensions/api/classes/Main.K8sApi.ResourceQuota/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ResourceQuota/index.html
rename to master/extensions/api/classes/Main.K8sApi.ResourceQuota/index.html
index 824491a0f8..c0058c3bd2 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ResourceQuota/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.ResourceQuota/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1085,10 +1085,10 @@
Class: ResourceQuota
-LensExtensionsMainApi .K8sApi .ResourceQuota
+Main .K8sApi .ResourceQuota
Hierarchy
↳ ResourceQuota
Table of contents
@@ -1155,52 +1155,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , ResourceQuotaStatus, ResourceQuotaSpec>
+KubeJsonApiData <NamespaceScopedMetadata , ResourceQuotaStatus, ResourceQuotaSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : ResourceQuotaSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : ResourceQuotaStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/api/v1/resourcequotas"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "ResourceQuota"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1210,7 +1210,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1229,9 +1229,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1264,7 +1264,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1286,7 +1286,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1295,56 +1295,56 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopeSelector
▸ getScopeSelector (): { operator: string ; scopeName: string ; values: string[] }[]
@@ -1356,14 +1356,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
@@ -1373,10 +1373,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1395,19 +1395,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1430,12 +1430,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1499,7 +1499,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1538,7 +1538,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1560,7 +1560,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1582,7 +1582,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1597,14 +1597,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1626,7 +1626,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1648,7 +1648,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1670,7 +1670,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ResourceStack/index.html b/master/extensions/api/classes/Main.K8sApi.ResourceStack/index.html
similarity index 99%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ResourceStack/index.html
rename to master/extensions/api/classes/Main.K8sApi.ResourceStack/index.html
index aff1789cb7..8cc328bda3 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ResourceStack/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.ResourceStack/index.html
@@ -13,7 +13,7 @@
-
+
@@ -807,7 +807,7 @@
Class: ResourceStack
-LensExtensionsMainApi .K8sApi .ResourceStack
+Main .K8sApi .ResourceStack
Deprecated
Switch to using Common.createResourceStack instead
Implements
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Role/index.html b/master/extensions/api/classes/Main.K8sApi.Role/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Role/index.html
rename to master/extensions/api/classes/Main.K8sApi.Role/index.html
index 986d5bc08f..2b711819e9 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Role/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.Role/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1092,10 +1092,10 @@
Class: Role
-LensExtensionsMainApi .K8sApi .Role
+Main .K8sApi .Role
Hierarchy
↳ Role
Table of contents
@@ -1168,22 +1168,22 @@
Overrides
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
rules
• Optional rules : PolicyRule[]
@@ -1191,27 +1191,27 @@
spec
• spec : void
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/apis/rbac.authorization.k8s.io/v1/roles"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "Role"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1221,7 +1221,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1240,9 +1240,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1275,7 +1275,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1297,7 +1297,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1306,56 +1306,56 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getRules
▸ getRules (): PolicyRule[]
@@ -1367,14 +1367,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
@@ -1384,10 +1384,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1406,19 +1406,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1441,12 +1441,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1510,7 +1510,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1549,7 +1549,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1571,7 +1571,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1593,7 +1593,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1608,14 +1608,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1637,7 +1637,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1659,7 +1659,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1681,7 +1681,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.RoleBinding/index.html b/master/extensions/api/classes/Main.K8sApi.RoleBinding/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.RoleBinding/index.html
rename to master/extensions/api/classes/Main.K8sApi.RoleBinding/index.html
index 10180ae1a4..f082b45f75 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.RoleBinding/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.RoleBinding/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1106,10 +1106,10 @@
Class: RoleBinding
-LensExtensionsMainApi .K8sApi .RoleBinding
+Main .K8sApi .RoleBinding
Hierarchy
↳ RoleBinding
Table of contents
@@ -1184,22 +1184,22 @@
Overrides
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
roleRef
• roleRef : RoleRef
@@ -1207,12 +1207,12 @@
spec
• spec : void
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
subjects
• Optional subjects : Subject[]
@@ -1220,17 +1220,17 @@
apiBase
▪ Static Readonly apiBase : "/apis/rbac.authorization.k8s.io/v1/rolebindings"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "RoleBinding"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1240,7 +1240,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1259,9 +1259,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1294,7 +1294,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1316,7 +1316,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1325,70 +1325,70 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSubjectNames
▸ getSubjectNames (): string
@@ -1408,10 +1408,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1430,19 +1430,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1465,12 +1465,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1534,7 +1534,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1573,7 +1573,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1595,7 +1595,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1617,7 +1617,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1632,14 +1632,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1661,7 +1661,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1683,7 +1683,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1705,7 +1705,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Secret/index.html b/master/extensions/api/classes/Main.K8sApi.Secret/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Secret/index.html
rename to master/extensions/api/classes/Main.K8sApi.Secret/index.html
index 9a622d4bc5..bb932a2b1b 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Secret/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.Secret/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1106,10 +1106,10 @@
Class: Secret
-LensExtensionsMainApi .K8sApi .Secret
+Main .K8sApi .Secret
Hierarchy
↳ Secret
Table of contents
@@ -1184,12 +1184,12 @@
Overrides
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
data
• data : Partial<Record<string, string>>
@@ -1197,22 +1197,22 @@
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : void
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
type
• type : SecretType
@@ -1220,17 +1220,17 @@
apiBase
▪ Static Readonly apiBase : "/api/v1/secrets"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "Secret"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1240,7 +1240,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1259,9 +1259,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1294,7 +1294,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1316,7 +1316,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1325,21 +1325,21 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getKeys
▸ getKeys (): string[]
@@ -1351,49 +1351,49 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
@@ -1403,7 +1403,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getToken
▸ getToken (): undefined | string
@@ -1411,7 +1411,7 @@ creation timestamp of this object.
undefined | string
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1430,19 +1430,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1465,12 +1465,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1534,7 +1534,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1573,7 +1573,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1595,7 +1595,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1617,7 +1617,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1632,14 +1632,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1661,7 +1661,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1683,7 +1683,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1705,7 +1705,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Service/index.html b/master/extensions/api/classes/Main.K8sApi.Service/index.html
similarity index 86%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Service/index.html
rename to master/extensions/api/classes/Main.K8sApi.Service/index.html
index 1b42813eaa..73e96c70b2 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Service/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.Service/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1155,10 +1155,10 @@
Class: Service
-LensExtensionsMainApi .K8sApi .Service
+Main .K8sApi .Service
Hierarchy
↳ Service
Table of contents
@@ -1235,52 +1235,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , ServiceStatus, ServiceSpec>
+KubeJsonApiData <NamespaceScopedMetadata , ServiceStatus, ServiceSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : ServiceSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : ServiceStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/api/v1/services"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "Service"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1290,7 +1290,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1309,9 +1309,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1344,7 +1344,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1366,7 +1366,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getClusterIp
▸ getClusterIp (): string
@@ -1385,7 +1385,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getExternalIps
▸ getExternalIps (): (undefined | string)[]
@@ -1397,14 +1397,14 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getIpFamilies
▸ getIpFamilies (): string[]
@@ -1421,7 +1421,7 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getLoadBalancer
▸ getLoadBalancer (): undefined | { ingress?: { hostname?: string ; ip?: string }[] }
@@ -1433,21 +1433,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getPorts
▸ getPorts (): ServicePort[]
@@ -1459,21 +1459,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSelector
▸ getSelector (): string[]
@@ -1493,7 +1493,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getType
▸ getType (): string
@@ -1506,7 +1506,7 @@ creation timestamp of this object.
boolean
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1525,19 +1525,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1560,12 +1560,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1629,7 +1629,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1668,7 +1668,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1690,7 +1690,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1712,7 +1712,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1727,14 +1727,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1756,7 +1756,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1778,7 +1778,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1800,7 +1800,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ServiceAccount/index.html b/master/extensions/api/classes/Main.K8sApi.ServiceAccount/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ServiceAccount/index.html
rename to master/extensions/api/classes/Main.K8sApi.ServiceAccount/index.html
index aea6e64b48..8ac7c9fcfe 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ServiceAccount/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.ServiceAccount/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1113,10 +1113,10 @@
Class: ServiceAccount
-LensExtensionsMainApi .K8sApi .ServiceAccount
+Main .K8sApi .ServiceAccount
Hierarchy
↳ ServiceAccount
Table of contents
@@ -1192,12 +1192,12 @@
Overrides
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
automountServiceAccountToken
• Optional automountServiceAccountToken : boolean
@@ -1208,12 +1208,12 @@
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
secrets
• Optional secrets : ObjectReference[]
@@ -1221,27 +1221,27 @@
spec
• spec : void
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/api/v1/serviceaccounts"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "ServiceAccount"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1251,7 +1251,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1270,9 +1270,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1305,7 +1305,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1327,7 +1327,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1336,21 +1336,21 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getImagePullSecrets
▸ getImagePullSecrets (): LocalObjectReference[]
@@ -1362,49 +1362,49 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): string
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getResourceVersion
▸ getResourceVersion (): string
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSecrets
▸ getSecrets (): ObjectReference[]
@@ -1419,10 +1419,10 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1441,19 +1441,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1476,12 +1476,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1545,7 +1545,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1584,7 +1584,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1606,7 +1606,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1628,7 +1628,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1643,14 +1643,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1672,7 +1672,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1694,7 +1694,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1716,7 +1716,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.StatefulSet/index.html b/master/extensions/api/classes/Main.K8sApi.StatefulSet/index.html
similarity index 85%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.StatefulSet/index.html
rename to master/extensions/api/classes/Main.K8sApi.StatefulSet/index.html
index 32e347af7c..23f501a9ed 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.StatefulSet/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.StatefulSet/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1134,10 +1134,10 @@
Class: StatefulSet
-LensExtensionsMainApi .K8sApi .StatefulSet
+Main .K8sApi .StatefulSet
Hierarchy
↳ StatefulSet
Table of contents
@@ -1211,52 +1211,52 @@
data
-KubeJsonApiData <NamespaceScopedMetadata , StatefulSetStatus, StatefulSetSpec>
+KubeJsonApiData <NamespaceScopedMetadata , StatefulSetStatus, StatefulSetSpec>
Inherited from
-KubeObject .constructor
+KubeObject .constructor
Properties
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : NamespaceScopedMetadata
+• metadata : NamespaceScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
spec
• spec : StatefulSetSpec
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : StatefulSetStatus
Inherited from
-KubeObject .status
+KubeObject .status
apiBase
▪ Static Readonly apiBase : "/apis/apps/v1/statefulsets"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "StatefulSet"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : true
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1266,7 +1266,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1285,9 +1285,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAffinity
▸ getAffinity (): Affinity
@@ -1330,7 +1330,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1352,7 +1352,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1361,21 +1361,21 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getImages
▸ getImages (): (undefined | string)[]
@@ -1387,14 +1387,14 @@ creation timestamp of this object.
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNodeSelectors
▸ getNodeSelectors (): string[]
@@ -1406,14 +1406,14 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: string ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getReplicas
▸ getReplicas (): number
@@ -1425,21 +1425,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): string[]
Returns
string[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getSelectors
▸ getSelectors (): string[]
@@ -1459,7 +1459,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getTolerations
▸ getTolerations (): Toleration[]
@@ -1467,7 +1467,7 @@ creation timestamp of this object.
Toleration[]
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1486,19 +1486,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1521,12 +1521,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1590,7 +1590,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1629,7 +1629,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1651,7 +1651,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1673,7 +1673,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1688,14 +1688,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1717,7 +1717,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1739,7 +1739,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1761,7 +1761,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.StorageClass/index.html b/master/extensions/api/classes/Main.K8sApi.StorageClass/index.html
similarity index 86%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.StorageClass/index.html
rename to master/extensions/api/classes/Main.K8sApi.StorageClass/index.html
index 7ccaaf873d..195732a2d2 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.StorageClass/index.html
+++ b/master/extensions/api/classes/Main.K8sApi.StorageClass/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1148,10 +1148,10 @@
Class: StorageClass
-LensExtensionsMainApi .K8sApi .StorageClass
+Main .K8sApi .StorageClass
Hierarchy
↳ StorageClass
Table of contents
@@ -1232,7 +1232,7 @@
Overrides
-KubeObject .constructor
+KubeObject .constructor
Properties
allowVolumeExpansion
• Optional allowVolumeExpansion : boolean
@@ -1243,17 +1243,17 @@
apiVersion
• apiVersion : string
Inherited from
-KubeObject .apiVersion
+KubeObject .apiVersion
kind
• kind : string
Inherited from
-KubeObject .kind
+KubeObject .kind
-• metadata : ClusterScopedMetadata
+• metadata : ClusterScopedMetadata
Inherited from
-KubeObject .metadata
+KubeObject .metadata
mountOptions
• mountOptions : string[]
@@ -1270,12 +1270,12 @@
spec
• spec : void
Inherited from
-KubeObject .spec
+KubeObject .spec
status
• Optional status : void
Inherited from
-KubeObject .status
+KubeObject .status
volumeBindingMode
• Optional volumeBindingMode : string
@@ -1283,17 +1283,17 @@
apiBase
▪ Static Readonly apiBase : "/apis/storage.k8s.io/v1/storageclasses"
Overrides
-KubeObject .apiBase
+KubeObject .apiBase
kind
▪ Static Readonly kind : "StorageClass"
Overrides
-KubeObject .kind
+KubeObject .kind
namespaced
▪ Static Readonly namespaced : false
Overrides
-KubeObject .namespaced
+KubeObject .namespaced
Accessors
selfLink
• get selfLink (): string
@@ -1303,7 +1303,7 @@
KubeObject.selfLink
Methods
delete
-▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ delete (params?): Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.delete instead
Parameters
@@ -1322,9 +1322,9 @@
Returns
-Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .delete
+KubeObject .delete
getAge
▸ getAge (humanize?, compact?, fromNow?): string | number
@@ -1357,7 +1357,7 @@
Returns
string | number
Inherited from
-KubeObject .getAge
+KubeObject .getAge
getAnnotations
▸ getAnnotations (filter?): string[]
@@ -1379,7 +1379,7 @@
Returns
string[]
Inherited from
-KubeObject .getAnnotations
+KubeObject .getAnnotations
getCreationTimestamp
▸ getCreationTimestamp (): number
@@ -1388,49 +1388,49 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getCreationTimestamp
+KubeObject .getCreationTimestamp
getFinalizers
▸ getFinalizers (): string[]
Returns
string[]
Inherited from
-KubeObject .getFinalizers
+KubeObject .getFinalizers
getId
▸ getId (): string
Returns
string
Inherited from
-KubeObject .getId
+KubeObject .getId
getLabels
▸ getLabels (): string[]
Returns
string[]
Inherited from
-KubeObject .getLabels
+KubeObject .getLabels
getName
▸ getName (): string
Returns
string
Inherited from
-KubeObject .getName
+KubeObject .getName
getNs
▸ getNs (): undefined
Returns
undefined
Inherited from
-KubeObject .getNs
+KubeObject .getNs
getOwnerRefs
▸ getOwnerRefs (): { apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Returns
{ apiVersion: string ; blockOwnerDeletion?: boolean ; controller?: boolean ; kind: string ; name: string ; namespace: undefined ; uid: string }[]
Inherited from
-KubeObject .getOwnerRefs
+KubeObject .getOwnerRefs
getReclaimPolicy
▸ getReclaimPolicy (): string
@@ -1442,21 +1442,21 @@ creation timestamp of this object.
Returns
string
Inherited from
-KubeObject .getResourceVersion
+KubeObject .getResourceVersion
getScopedName
▸ getScopedName (): string
Returns
string
Inherited from
-KubeObject .getScopedName
+KubeObject .getScopedName
getSearchFields
▸ getSearchFields (): (undefined | string)[]
Returns
(undefined | string)[]
Inherited from
-KubeObject .getSearchFields
+KubeObject .getSearchFields
getTimeDiffFromNow
▸ getTimeDiffFromNow (): number
@@ -1466,7 +1466,7 @@ creation timestamp of this object.
Returns
number
Inherited from
-KubeObject .getTimeDiffFromNow
+KubeObject .getTimeDiffFromNow
getVolumeBindingMode
▸ getVolumeBindingMode (): string
@@ -1479,7 +1479,7 @@ creation timestamp of this object.
boolean
patch
-▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ patch (patch): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Deprecated
use KubeApi.patch instead
Parameters
@@ -1498,19 +1498,19 @@ creation timestamp of this object.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .patch
+KubeObject .patch
toPlainObject
▸ toPlainObject (): JsonObject
Returns
JsonObject
Inherited from
-KubeObject .toPlainObject
+KubeObject .toPlainObject
update
-▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+▸ update (data): Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Perform a full update (or more specifically a replace)
Note: this is brittle if data is not actually partial (but instead whole).
As fields such as resourceVersion will probably out of date. This is a
@@ -1533,12 +1533,12 @@ common race condition.
Returns
-Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
+Promise<null | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .update
+KubeObject .update
create
-▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
+▸ Static create <Metadata, Status, Spec>(data): KubeObject <Metadata, Status, Spec>
Type parameters
Returns
-KubeObject <Metadata, Status, Spec>
+KubeObject <Metadata, Status, Spec>
Inherited from
-KubeObject .create
+KubeObject .create
isJsonApiData
▸ Static isJsonApiData (object): object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
@@ -1602,7 +1602,7 @@ common race condition.
Returns
object is KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>
Inherited from
-KubeObject .isJsonApiData
+KubeObject .isJsonApiData
isJsonApiDataList
▸ Static isJsonApiDataList <T>(object, verifyItem): object is KubeJsonApiDataList<T>
@@ -1641,7 +1641,7 @@ common race condition.
Returns
object is KubeJsonApiDataList<T>
Inherited from
-KubeObject .isJsonApiDataList
+KubeObject .isJsonApiDataList
▸ Static isKubeJsonApiListMetadata (object): object is KubeJsonApiListMetadata
@@ -1663,7 +1663,7 @@ common race condition.
Returns
object is KubeJsonApiListMetadata
Inherited from
-KubeObject .isKubeJsonApiListMetadata
+KubeObject .isKubeJsonApiListMetadata
▸ Static isKubeJsonApiMetadata (object): object is KubeJsonApiObjectMetadata<KubeObjectScope>
@@ -1685,7 +1685,7 @@ common race condition.
Returns
object is KubeJsonApiObjectMetadata<KubeObjectScope>
Inherited from
-KubeObject .isKubeJsonApiMetadata
+KubeObject .isKubeJsonApiMetadata
isNonSystem
▸ Static isNonSystem (item): boolean
@@ -1700,14 +1700,14 @@ common race condition.
item
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown> | KubeJsonApiData <KubeJsonApiObjectMetadata <KubeObjectScope>, unknown, unknown>
Returns
boolean
Inherited from
-KubeObject .isNonSystem
+KubeObject .isNonSystem
isPartialJsonApiData
▸ Static isPartialJsonApiData (object): object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
@@ -1729,7 +1729,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiData<KubeJsonApiObjectMetadata<KubeObjectScope>, unknown, unknown>>
Inherited from
-KubeObject .isPartialJsonApiData
+KubeObject .isPartialJsonApiData
▸ Static isPartialJsonApiMetadata (object): object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
@@ -1751,7 +1751,7 @@ common race condition.
Returns
object is Partial<KubeJsonApiObjectMetadata<KubeObjectScope>>
Inherited from
-KubeObject .isPartialJsonApiMetadata
+KubeObject .isPartialJsonApiMetadata
stringifyLabels
▸ Static stringifyLabels (labels?): string[]
@@ -1773,7 +1773,7 @@ common race condition.
Returns
string[]
Inherited from
-KubeObject .stringifyLabels
+KubeObject .stringifyLabels
diff --git a/master/extensions/api/classes/Main.LensExtensionsMainApi.LensExtension/index.html b/master/extensions/api/classes/Main.LensExtension/index.html
similarity index 99%
rename from master/extensions/api/classes/Main.LensExtensionsMainApi.LensExtension/index.html
rename to master/extensions/api/classes/Main.LensExtension/index.html
index 5345d20d66..0fe42120b3 100644
--- a/master/extensions/api/classes/Main.LensExtensionsMainApi.LensExtension/index.html
+++ b/master/extensions/api/classes/Main.LensExtension/index.html
@@ -13,7 +13,7 @@
-
+
@@ -987,7 +987,7 @@
Class: LensExtension
-Main .LensExtensionsMainApi .LensExtension
+Main .LensExtension
Hierarchy
LensExtension <LensMainExtensionDependencies>
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Catalog.CatalogEntityRegistry/index.html b/master/extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/index.html
similarity index 99%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Catalog.CatalogEntityRegistry/index.html
rename to master/extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/index.html
index e056ec896b..57f73e896d 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Catalog.CatalogEntityRegistry/index.html
+++ b/master/extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/index.html
@@ -13,7 +13,7 @@
-
+
@@ -848,7 +848,7 @@
Class: CatalogEntityRegistry
-LensExtensionsRendererApi .Catalog .CatalogEntityRegistry
+Renderer .Catalog .CatalogEntityRegistry
Table of contents
Constructors
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.DrawerParamToggler/index.html b/master/extensions/api/classes/Renderer.Component.DrawerParamToggler/index.html
similarity index 97%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.DrawerParamToggler/index.html
rename to master/extensions/api/classes/Renderer.Component.DrawerParamToggler/index.html
index 7085a562d6..2cbe9c895c 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.DrawerParamToggler/index.html
+++ b/master/extensions/api/classes/Renderer.Component.DrawerParamToggler/index.html
@@ -13,7 +13,7 @@
-
+
@@ -834,10 +834,10 @@
Class: DrawerParamToggler
-LensExtensionsRendererApi .Component .DrawerParamToggler
+Renderer .Component .DrawerParamToggler
Hierarchy
↳ DrawerParamToggler
Table of contents
@@ -868,7 +868,7 @@
props
-DrawerParamTogglerProps | Readonly<DrawerParamTogglerProps >
+DrawerParamTogglerProps | Readonly<DrawerParamTogglerProps >
@@ -889,7 +889,7 @@
props
-DrawerParamTogglerProps
+DrawerParamTogglerProps
context
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Input/index.html b/master/extensions/api/classes/Renderer.Component.Input/index.html
similarity index 98%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Input/index.html
rename to master/extensions/api/classes/Renderer.Component.Input/index.html
index f4bf88be70..8c6c9ef1d2 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Input/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Input/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1008,10 +1008,10 @@
-LensExtensionsRendererApi .Component .Input
+Renderer .Component .Input
Hierarchy
↳ Input
Table of contents
@@ -1067,7 +1067,7 @@
props
-InputProps
+InputProps
@@ -1086,7 +1086,7 @@
React.Component.state
validators
-• validators : InputValidator <boolean>[]
+• validators : InputValidator <boolean>[]
defaultProps
▪ Static defaultProps : object
@@ -1151,7 +1151,7 @@
prevProps
-InputProps
+InputProps
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.MenuItem/index.html b/master/extensions/api/classes/Renderer.Component.MenuItem/index.html
similarity index 98%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.MenuItem/index.html
rename to master/extensions/api/classes/Renderer.Component.MenuItem/index.html
index e705291ab3..0206c0940e 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.MenuItem/index.html
+++ b/master/extensions/api/classes/Renderer.Component.MenuItem/index.html
@@ -13,7 +13,7 @@
-
+
@@ -896,10 +896,10 @@
-LensExtensionsRendererApi .Component .MenuItem
+Renderer .Component .MenuItem
Hierarchy
↳ MenuItem
Table of contents
@@ -939,7 +939,7 @@
props
-MenuItemProps
+MenuItemProps
@@ -947,7 +947,7 @@
React.Component<MenuItemProps\>.constructor
Properties
context
-• context : MenuContextValue
+• context : MenuContextValue
Overrides
React.Component.context
@@ -955,7 +955,7 @@
• elem : null | HTMLElement
contextType
-▪ Static contextType : Context<null | MenuContextValue >
+▪ Static contextType : Context<null | MenuContextValue >
Overrides
React.Component.contextType
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.NotificationsStore/index.html b/master/extensions/api/classes/Renderer.Component.NotificationsStore/index.html
similarity index 93%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.NotificationsStore/index.html
rename to master/extensions/api/classes/Renderer.Component.NotificationsStore/index.html
index 8f35cae969..1b19e9d155 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.NotificationsStore/index.html
+++ b/master/extensions/api/classes/Renderer.Component.NotificationsStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -855,7 +855,7 @@
Class: NotificationsStore
-LensExtensionsRendererApi .Component .NotificationsStore
+Renderer .Component .NotificationsStore
Table of contents
Constructors
@@ -879,10 +879,10 @@
• new NotificationsStore ()
Properties
autoHideTimers
-• Protected autoHideTimers : Map<NotificationId , number>
+• Protected autoHideTimers : Map<NotificationId , number>
notifications
-• notifications : IObservableArray<Simplify<Except<Notification , "id"> & Required<Pick<Notification , "id">>>>
+• notifications : IObservableArray<Simplify<Except<Notification , "id"> & Required<Pick<Notification , "id">>>>
Methods
add
▸ add (rawNotification): () => void
@@ -897,7 +897,7 @@
rawNotification
-Notification
+Notification
@@ -920,7 +920,7 @@
id
-NotificationId
+NotificationId
@@ -928,7 +928,7 @@
void
getById
-▸ getById (id): undefined | Simplify<Except<Notification , "id"> & Required<Pick<Notification , "id">>>
+▸ getById (id): undefined | Simplify<Except<Notification , "id"> & Required<Pick<Notification , "id">>>
Parameters
Returns
-undefined | Simplify<Except<Notification , "id"> & Required<Pick<Notification , "id">>>
+undefined | Simplify<Except<Notification , "id"> & Required<Pick<Notification , "id">>>
remove
▸ remove (id): void
@@ -960,7 +960,7 @@
id
-NotificationId
+NotificationId
@@ -980,7 +980,7 @@
id
-NotificationId
+NotificationId
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.PageLayout/index.html b/master/extensions/api/classes/Renderer.Component.PageLayout/index.html
similarity index 93%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.PageLayout/index.html
rename to master/extensions/api/classes/Renderer.Component.PageLayout/index.html
index cb4bbfd9d7..4dc4b17182 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.PageLayout/index.html
+++ b/master/extensions/api/classes/Renderer.Component.PageLayout/index.html
@@ -13,7 +13,7 @@
-
+
@@ -848,12 +848,12 @@
Class: PageLayout
-LensExtensionsRendererApi .Component .PageLayout
+Renderer .Component .PageLayout
PageLayout is deprecated. See MainLayout & SettingLayout
Deprecated
Hierarchy
↳ PageLayout
Table of contents
@@ -886,12 +886,12 @@
props
-SettingLayoutProps | Readonly<SettingLayoutProps >
+SettingLayoutProps | Readonly<SettingLayoutProps >
Inherited from
-SettingLayout .constructor
+SettingLayout .constructor
• new PageLayout (props, context)
Deprecated
See
@@ -907,7 +907,7 @@
props
-SettingLayoutProps
+SettingLayoutProps
context
@@ -916,7 +916,7 @@
Inherited from
-SettingLayout .constructor
+SettingLayout .constructor
Properties
onEscapeKey
• onEscapeKey : (evt: KeyboardEvent) => void
@@ -940,33 +940,33 @@
Returns
void
Inherited from
-SettingLayout .onEscapeKey
+SettingLayout .onEscapeKey
defaultProps
▪ Static defaultProps : object
Inherited from
-SettingLayout .defaultProps
+SettingLayout .defaultProps
Methods
componentDidMount
▸ componentDidMount (): Promise<void>
Returns
Promise<void>
Inherited from
-SettingLayout .componentDidMount
+SettingLayout .componentDidMount
componentWillUnmount
▸ componentWillUnmount (): void
Returns
void
Inherited from
-SettingLayout .componentWillUnmount
+SettingLayout .componentWillUnmount
render
▸ render (): Element
Returns
Element
Inherited from
-SettingLayout .render
+SettingLayout .render
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.SettingLayout/index.html b/master/extensions/api/classes/Renderer.Component.SettingLayout/index.html
similarity index 97%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.SettingLayout/index.html
rename to master/extensions/api/classes/Renderer.Component.SettingLayout/index.html
index 1232df130b..c40c745ec5 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.SettingLayout/index.html
+++ b/master/extensions/api/classes/Renderer.Component.SettingLayout/index.html
@@ -13,7 +13,7 @@
-
+
@@ -848,14 +848,14 @@
Class: SettingLayout
-LensExtensionsRendererApi .Component .SettingLayout
+Renderer .Component .SettingLayout
Layout for settings like pages with navigation
Hierarchy
↳ SettingLayout
-↳↳ PageLayout
+↳↳ PageLayout
Table of contents
Constructors
@@ -886,7 +886,7 @@
props
-SettingLayoutProps | Readonly<SettingLayoutProps >
+SettingLayoutProps | Readonly<SettingLayoutProps >
@@ -907,7 +907,7 @@
props
-SettingLayoutProps
+SettingLayoutProps
context
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Slider/index.html b/master/extensions/api/classes/Renderer.Component.Slider/index.html
similarity index 97%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Slider/index.html
rename to master/extensions/api/classes/Renderer.Component.Slider/index.html
index 8ea316eb35..44067dd359 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Slider/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Slider/index.html
@@ -13,7 +13,7 @@
-
+
@@ -827,10 +827,10 @@
Class: Slider
-LensExtensionsRendererApi .Component .Slider
+Renderer .Component .Slider
Hierarchy
↳ Slider
Table of contents
@@ -860,7 +860,7 @@
props
-SliderProps | Readonly<SliderProps >
+SliderProps | Readonly<SliderProps >
@@ -881,7 +881,7 @@
props
-SliderProps
+SliderProps
context
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Spinner/index.html b/master/extensions/api/classes/Renderer.Component.Spinner/index.html
similarity index 97%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Spinner/index.html
rename to master/extensions/api/classes/Renderer.Component.Spinner/index.html
index 1e5d450ff1..8ccad271a4 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Spinner/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Spinner/index.html
@@ -13,7 +13,7 @@
-
+
@@ -827,10 +827,10 @@
Class: Spinner
-LensExtensionsRendererApi .Component .Spinner
+Renderer .Component .Spinner
Hierarchy
↳ Spinner
Table of contents
@@ -860,7 +860,7 @@
props
-SpinnerProps | Readonly<SpinnerProps >
+SpinnerProps | Readonly<SpinnerProps >
@@ -881,7 +881,7 @@
props
-SpinnerProps
+SpinnerProps
context
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Stepper/index.html b/master/extensions/api/classes/Renderer.Component.Stepper/index.html
similarity index 97%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Stepper/index.html
rename to master/extensions/api/classes/Renderer.Component.Stepper/index.html
index c2e33bfd52..9e51ae6370 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Stepper/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Stepper/index.html
@@ -13,7 +13,7 @@
-
+
@@ -800,10 +800,10 @@
Class: Stepper
-LensExtensionsRendererApi .Component .Stepper
+Renderer .Component .Stepper
Hierarchy
↳ Stepper
Table of contents
@@ -829,7 +829,7 @@
props
-StepperProps | Readonly<StepperProps >
+StepperProps | Readonly<StepperProps >
@@ -850,7 +850,7 @@
props
-StepperProps
+StepperProps
context
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.SubTitle/index.html b/master/extensions/api/classes/Renderer.Component.SubTitle/index.html
similarity index 97%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.SubTitle/index.html
rename to master/extensions/api/classes/Renderer.Component.SubTitle/index.html
index 8c4523c4b2..11dc37d4f7 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.SubTitle/index.html
+++ b/master/extensions/api/classes/Renderer.Component.SubTitle/index.html
@@ -13,7 +13,7 @@
-
+
@@ -800,10 +800,10 @@
Class: SubTitle
-LensExtensionsRendererApi .Component .SubTitle
+Renderer .Component .SubTitle
Hierarchy
↳ SubTitle
Table of contents
@@ -829,7 +829,7 @@
props
-SubTitleProps | Readonly<SubTitleProps >
+SubTitleProps | Readonly<SubTitleProps >
@@ -850,7 +850,7 @@
props
-SubTitleProps
+SubTitleProps
context
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Tab/index.html b/master/extensions/api/classes/Renderer.Component.Tab/index.html
similarity index 98%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Tab/index.html
rename to master/extensions/api/classes/Renderer.Component.Tab/index.html
index 154648816f..310167c8b8 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Tab/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Tab/index.html
@@ -13,7 +13,7 @@
-
+
@@ -917,7 +917,7 @@
Class: Tab<D>
-LensExtensionsRendererApi .Component .Tab
+Renderer .Component .Tab
Type parameters
Hierarchy
↳ Tab
Table of contents
@@ -988,7 +988,7 @@
props
-TabProps <D>
+TabProps <D>
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.TableCell/index.html b/master/extensions/api/classes/Renderer.Component.TableCell/index.html
similarity index 98%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.TableCell/index.html
rename to master/extensions/api/classes/Renderer.Component.TableCell/index.html
index 002f694109..199e9cdf26 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.TableCell/index.html
+++ b/master/extensions/api/classes/Renderer.Component.TableCell/index.html
@@ -13,7 +13,7 @@
-
+
@@ -821,10 +821,10 @@
Class: TableCell
-LensExtensionsRendererApi .Component .TableCell
+Renderer .Component .TableCell
Hierarchy
↳ TableCell
Table of contents
@@ -853,7 +853,7 @@
props
-TableCellProps
+TableCellProps
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.TableHead/index.html b/master/extensions/api/classes/Renderer.Component.TableHead/index.html
similarity index 97%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.TableHead/index.html
rename to master/extensions/api/classes/Renderer.Component.TableHead/index.html
index 40f12204fe..315aaccd28 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.TableHead/index.html
+++ b/master/extensions/api/classes/Renderer.Component.TableHead/index.html
@@ -13,7 +13,7 @@
-
+
@@ -827,10 +827,10 @@
Class: TableHead
-LensExtensionsRendererApi .Component .TableHead
+Renderer .Component .TableHead
Hierarchy
↳ TableHead
Table of contents
@@ -860,7 +860,7 @@
props
-TableHeadProps | Readonly<TableHeadProps >
+TableHeadProps | Readonly<TableHeadProps >
@@ -881,7 +881,7 @@
props
-TableHeadProps
+TableHeadProps
context
@@ -893,7 +893,7 @@
React.Component<TableHeadProps>.constructor
Properties
defaultProps
-▪ Static defaultProps : TableHeadProps
+▪ Static defaultProps : TableHeadProps
Methods
render
▸ render (): Element
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.TableRow/index.html b/master/extensions/api/classes/Renderer.Component.TableRow/index.html
similarity index 97%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.TableRow/index.html
rename to master/extensions/api/classes/Renderer.Component.TableRow/index.html
index 903e55b3c4..c8da260405 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.TableRow/index.html
+++ b/master/extensions/api/classes/Renderer.Component.TableRow/index.html
@@ -13,7 +13,7 @@
-
+
@@ -807,7 +807,7 @@
Class: TableRow<Item>
-LensExtensionsRendererApi .Component .TableRow
+Renderer .Component .TableRow
Type parameters
Hierarchy
↳ TableRow
Table of contents
@@ -862,7 +862,7 @@
props
-TableRowProps <Item> | Readonly<TableRowProps <Item>>
+TableRowProps <Item> | Readonly<TableRowProps <Item>>
@@ -896,7 +896,7 @@
props
-TableRowProps <Item>
+TableRowProps <Item>
context
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Tabs/index.html b/master/extensions/api/classes/Renderer.Component.Tabs/index.html
similarity index 97%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Tabs/index.html
rename to master/extensions/api/classes/Renderer.Component.Tabs/index.html
index 37d2f68075..475c2678a2 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Tabs/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Tabs/index.html
@@ -13,7 +13,7 @@
-
+
@@ -834,7 +834,7 @@
Class: Tabs<D>
-LensExtensionsRendererApi .Component .Tabs
+Renderer .Component .Tabs
Type parameters
Hierarchy
↳ Tabs
Table of contents
@@ -893,7 +893,7 @@
props
-TabsProps <D> | Readonly<TabsProps <D>>
+TabsProps <D> | Readonly<TabsProps <D>>
@@ -927,7 +927,7 @@
props
-TabsProps <D>
+TabsProps <D>
context
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.TerminalStore/index.html b/master/extensions/api/classes/Renderer.Component.TerminalStore/index.html
similarity index 99%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.TerminalStore/index.html
rename to master/extensions/api/classes/Renderer.Component.TerminalStore/index.html
index a7bc81343e..d807054c9f 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.TerminalStore/index.html
+++ b/master/extensions/api/classes/Renderer.Component.TerminalStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -807,7 +807,7 @@
Class: TerminalStore
-LensExtensionsRendererApi .Component .TerminalStore
+Renderer .Component .TerminalStore
Table of contents
Constructors
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Tooltip/index.html b/master/extensions/api/classes/Renderer.Component.Tooltip/index.html
similarity index 98%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Tooltip/index.html
rename to master/extensions/api/classes/Renderer.Component.Tooltip/index.html
index f24cb7bf7e..8cebcd166a 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Tooltip/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Tooltip/index.html
@@ -13,7 +13,7 @@
-
+
@@ -945,10 +945,10 @@
-LensExtensionsRendererApi .Component .Tooltip
+Renderer .Component .Tooltip
Hierarchy
↳ Tooltip
Table of contents
@@ -995,7 +995,7 @@
props
-TooltipProps
+TooltipProps
@@ -1003,7 +1003,7 @@
React.Component<TooltipProps\>.constructor
Properties
activePosition
-• Optional activePosition : TooltipPosition
+• Optional activePosition : TooltipPosition
elem
• elem : null | HTMLDivElement
@@ -1061,7 +1061,7 @@
position
-TooltipPosition
+TooltipPosition
tooltipBounds
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Wizard/index.html b/master/extensions/api/classes/Renderer.Component.Wizard/index.html
similarity index 96%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Wizard/index.html
rename to master/extensions/api/classes/Renderer.Component.Wizard/index.html
index b343214ee0..4ac32d0185 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.Wizard/index.html
+++ b/master/extensions/api/classes/Renderer.Component.Wizard/index.html
@@ -13,7 +13,7 @@
-
+
@@ -917,7 +917,7 @@
Class: Wizard<D>
-LensExtensionsRendererApi .Component .Wizard
+Renderer .Component .Wizard
Type parameters
Hierarchy
↳ Wizard
Table of contents
@@ -988,7 +988,7 @@
props
-WizardProps <D> | Readonly<WizardProps <D>>
+WizardProps <D> | Readonly<WizardProps <D>>
@@ -1022,7 +1022,7 @@
props
-WizardProps <D>
+WizardProps <D>
context
@@ -1104,9 +1104,9 @@
void
steps
-• get steps (): ReactElement<WizardStepProps <D>, string | JSXElementConstructor<any>>[]
+• get steps (): ReactElement<WizardStepProps <D>, string | JSXElementConstructor<any>>[]
Returns
-ReactElement<WizardStepProps <D>, string | JSXElementConstructor<any>>[]
+ReactElement<WizardStepProps <D>, string | JSXElementConstructor<any>>[]
Methods
getValidStep
▸ Protected getValidStep (step): number
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.WizardLayout/index.html b/master/extensions/api/classes/Renderer.Component.WizardLayout/index.html
similarity index 97%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.WizardLayout/index.html
rename to master/extensions/api/classes/Renderer.Component.WizardLayout/index.html
index bd5ac8516f..8c0e849a08 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.WizardLayout/index.html
+++ b/master/extensions/api/classes/Renderer.Component.WizardLayout/index.html
@@ -13,7 +13,7 @@
-
+
@@ -800,10 +800,10 @@
Class: WizardLayout
-LensExtensionsRendererApi .Component .WizardLayout
+Renderer .Component .WizardLayout
Hierarchy
↳ WizardLayout
Table of contents
@@ -829,7 +829,7 @@
props
-WizardLayoutProps | Readonly<WizardLayoutProps >
+WizardLayoutProps | Readonly<WizardLayoutProps >
@@ -850,7 +850,7 @@
props
-WizardLayoutProps
+WizardLayoutProps
context
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.WizardStep/index.html b/master/extensions/api/classes/Renderer.Component.WizardStep/index.html
similarity index 97%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.WizardStep/index.html
rename to master/extensions/api/classes/Renderer.Component.WizardStep/index.html
index ec9a92c774..a846611669 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Component.WizardStep/index.html
+++ b/master/extensions/api/classes/Renderer.Component.WizardStep/index.html
@@ -13,7 +13,7 @@
-
+
@@ -883,7 +883,7 @@
Class: WizardStep<D>
-LensExtensionsRendererApi .Component .WizardStep
+Renderer .Component .WizardStep
Type parameters
Hierarchy
↳ WizardStep
Table of contents
@@ -949,7 +949,7 @@
props
-WizardStepProps <D> | Readonly<WizardStepProps <D>>
+WizardStepProps <D> | Readonly<WizardStepProps <D>>
@@ -983,7 +983,7 @@
props
-WizardStepProps <D>
+WizardStepProps <D>
context
@@ -1017,7 +1017,7 @@
• submit : DebouncedFunc<() => void>
defaultProps
-▪ Static defaultProps : WizardStepProps <any>
+▪ Static defaultProps : WizardStepProps <any>
Methods
componentWillUnmount
▸ componentWillUnmount (): void
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Ipc/index.html b/master/extensions/api/classes/Renderer.Ipc/index.html
similarity index 99%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Ipc/index.html
rename to master/extensions/api/classes/Renderer.Ipc/index.html
index adc47fc270..f2ce80cd95 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Ipc/index.html
+++ b/master/extensions/api/classes/Renderer.Ipc/index.html
@@ -13,7 +13,7 @@
-
+
@@ -869,7 +869,7 @@
Class: Ipc
-Renderer .LensExtensionsRendererApi .Ipc
+Renderer .Ipc
Hierarchy
IpcRegistrar
@@ -908,7 +908,7 @@
extension
-LensExtension
+LensExtension
@@ -918,7 +918,7 @@
[IpcPrefix]
• Readonly [IpcPrefix] : string
Inherited from
-IpcRegistrar.__@IpcPrefix@2189
+IpcRegistrar.__@IpcPrefix@1571
extension
• Protected Readonly extension : LensExtension <LensExtensionDependencies>
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.CRDResourceStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.CRDResourceStore/index.html
similarity index 98%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.CRDResourceStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.CRDResourceStore/index.html
index 92534d5111..8dd76e11d9 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.CRDResourceStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.CRDResourceStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1218,7 +1218,7 @@
Class: CRDResourceStore<K>
-LensExtensionsRendererApi .K8sApi .CRDResourceStore
+Renderer .K8sApi .CRDResourceStore
Type parameters
@@ -1321,7 +1321,7 @@
K
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, K>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, K>
@@ -1447,7 +1447,7 @@
Returns
Generator<K, void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1802,7 +1802,7 @@
«destructured»
-KubeObjectStoreLoadAllParams
+KubeObjectStoreLoadAllParams
@@ -1876,7 +1876,7 @@
«destructured»
-KubeObjectStoreLoadingParams
+KubeObjectStoreLoadingParams
@@ -2179,7 +2179,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.CRDStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.CRDStore/index.html
similarity index 87%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.CRDStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.CRDStore/index.html
index 56e5eae756..474b1d34aa 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.CRDStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.CRDStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1232,10 +1232,10 @@
Class: CRDStore
-LensExtensionsRendererApi .K8sApi .CRDStore
+Renderer .K8sApi .CRDStore
Hierarchy
↳ CRDStore
Table of contents
@@ -1349,7 +1349,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: CustomResourceDefinition ) => string
+• Protected defaultSorting : (item: CustomResourceDefinition ) => string
Type declaration
▸ (item): string
Parameters
@@ -1363,7 +1363,7 @@
item
-CustomResourceDefinition
+CustomResourceDefinition
@@ -1378,7 +1378,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <ClusterScopedMetadata , CustomResourceDefinitionStatus, CustomResourceDefinitionSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <ClusterScopedMetadata , CustomResourceDefinitionStatus, CustomResourceDefinitionSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1398,7 +1398,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<CustomResourceDefinition >
+• items : IObservableArray<CustomResourceDefinition >
Inherited from
KubeObjectStore.items
@@ -1420,9 +1420,9 @@
KubeObjectStore.contextItems
groups
-• get groups (): Record<string, CustomResourceDefinition []>
+• get groups (): Record<string, CustomResourceDefinition []>
Returns
-Record<string, CustomResourceDefinition []>
+Record<string, CustomResourceDefinition []>
query
• get query (): KubeApiQueryParams
@@ -1439,11 +1439,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<CustomResourceDefinition , void, undefined>
+▸ [iterator] (): Generator<CustomResourceDefinition , void, undefined>
Returns
-Generator<CustomResourceDefinition , void, undefined>
+Generator<CustomResourceDefinition , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1468,7 +1468,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<CustomResourceDefinition >
+▸ create (params, data?): Promise<CustomResourceDefinition >
Parameters
Returns
-Promise<CustomResourceDefinition >
+Promise<CustomResourceDefinition >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | CustomResourceDefinition >
+▸ Protected createItem (params, data?): Promise<null | CustomResourceDefinition >
Parameters
Returns
-Promise<null | CustomResourceDefinition >
+Promise<null | CustomResourceDefinition >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): CustomResourceDefinition []
+▸ Protected filterItemsOnLoad (items): CustomResourceDefinition []
Parameters
Returns
-CustomResourceDefinition []
+CustomResourceDefinition []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): CustomResourceDefinition []
+▸ getAllByNs (namespace, strict?): CustomResourceDefinition []
Parameters
Returns
-CustomResourceDefinition []
+CustomResourceDefinition []
Inherited from
KubeObjectStore.getAllByNs
getByGroup
-▸ getByGroup (group, pluralName): undefined | CustomResourceDefinition
+▸ getByGroup (group, pluralName): undefined | CustomResourceDefinition
Parameters
Returns
-undefined | CustomResourceDefinition
+undefined | CustomResourceDefinition
getById
-▸ getById (id): undefined | CustomResourceDefinition
+▸ getById (id): undefined | CustomResourceDefinition
Parameters
Returns
-undefined | CustomResourceDefinition
+undefined | CustomResourceDefinition
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): CustomResourceDefinition []
+▸ getByLabel (labels): CustomResourceDefinition []
Parameters
Returns
-CustomResourceDefinition []
+CustomResourceDefinition []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | CustomResourceDefinition
+▸ getByName (name, namespace?): undefined | CustomResourceDefinition
Parameters
Returns
-undefined | CustomResourceDefinition
+undefined | CustomResourceDefinition
Inherited from
KubeObjectStore.getByName
getByObject
-▸ getByObject (obj): undefined | CustomResourceDefinition
+▸ getByObject (obj): undefined | CustomResourceDefinition
Parameters
Returns
-undefined | CustomResourceDefinition
+undefined | CustomResourceDefinition
getByPath
-▸ getByPath (path): undefined | CustomResourceDefinition
+▸ getByPath (path): undefined | CustomResourceDefinition
Parameters
Returns
-undefined | CustomResourceDefinition
+undefined | CustomResourceDefinition
Inherited from
KubeObjectStore.getByPath
@@ -1742,9 +1742,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): CustomResourceDefinition []
+▸ getItems (): CustomResourceDefinition []
Returns
-CustomResourceDefinition []
+CustomResourceDefinition []
Inherited from
KubeObjectStore.getItems
@@ -1768,7 +1768,7 @@
item
-CustomResourceDefinition
+CustomResourceDefinition
@@ -1790,7 +1790,7 @@
visibleItems?
-CustomResourceDefinition []
+CustomResourceDefinition []
@@ -1800,7 +1800,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<CustomResourceDefinition >
+▸ load (params): Promise<CustomResourceDefinition >
Parameters
Returns
-Promise<CustomResourceDefinition >
+Promise<CustomResourceDefinition >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | CustomResourceDefinition []>
+▸ loadAll («destructured»?): Promise<undefined | CustomResourceDefinition []>
Parameters
Returns
-Promise<undefined | CustomResourceDefinition []>
+Promise<undefined | CustomResourceDefinition []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<CustomResourceDefinition >
+▸ loadFromPath (resourcePath): Promise<CustomResourceDefinition >
Parameters
Returns
-Promise<CustomResourceDefinition >
+Promise<CustomResourceDefinition >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | CustomResourceDefinition >
+▸ Protected loadItem (params): Promise<null | CustomResourceDefinition >
Parameters
Returns
-Promise<null | CustomResourceDefinition >
+Promise<null | CustomResourceDefinition >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<CustomResourceDefinition []>
+▸ Protected loadItems («destructured»): Promise<CustomResourceDefinition []>
Parameters
Returns
-Promise<CustomResourceDefinition []>
+Promise<CustomResourceDefinition []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): CustomResourceDefinition []
+▸ Protected mergeItems (partialItems, «destructured»): CustomResourceDefinition []
Parameters
Returns
-CustomResourceDefinition []
+CustomResourceDefinition []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<CustomResourceDefinition >
+▸ patch (item, patch): Promise<CustomResourceDefinition >
Parameters
Returns
-Promise<CustomResourceDefinition >
+Promise<CustomResourceDefinition >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): CustomResourceDefinition []
+▸ pickOnlySelected (items): CustomResourceDefinition []
Parameters
Returns
-CustomResourceDefinition []
+CustomResourceDefinition []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | CustomResourceDefinition []>
+▸ reloadAll (opts?): Promise<undefined | CustomResourceDefinition []>
Parameters
Returns
-Promise<undefined | CustomResourceDefinition []>
+Promise<undefined | CustomResourceDefinition []>
Inherited from
KubeObjectStore.reloadAll
@@ -2046,7 +2046,7 @@
item
-CustomResourceDefinition
+CustomResourceDefinition
@@ -2068,7 +2068,7 @@
item
-CustomResourceDefinition
+CustomResourceDefinition
request
@@ -2094,7 +2094,7 @@
items
-CustomResourceDefinition []
+CustomResourceDefinition []
@@ -2159,7 +2159,7 @@
item
-CustomResourceDefinition
+CustomResourceDefinition
@@ -2169,7 +2169,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items): CustomResourceDefinition []
+▸ Protected sortItems (items): CustomResourceDefinition []
Parameters
Returns
-CustomResourceDefinition []
+CustomResourceDefinition []
Overrides
KubeObjectStore.sortItems
@@ -2203,7 +2203,7 @@
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2225,7 +2225,7 @@
item
-CustomResourceDefinition
+CustomResourceDefinition
@@ -2247,7 +2247,7 @@
visibleItems?
-CustomResourceDefinition []
+CustomResourceDefinition []
@@ -2269,7 +2269,7 @@
item
-CustomResourceDefinition
+CustomResourceDefinition
@@ -2279,7 +2279,7 @@
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<CustomResourceDefinition >
+▸ update (item, data): Promise<CustomResourceDefinition >
Parameters
Returns
-Promise<CustomResourceDefinition >
+Promise<CustomResourceDefinition >
Inherited from
KubeObjectStore.update
@@ -2312,7 +2312,7 @@
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<CustomResourceDefinition >
+▸ Protected updateItem (item, request): Promise<CustomResourceDefinition >
Parameters
Returns
-Promise<CustomResourceDefinition >
+Promise<CustomResourceDefinition >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ConfigMapsStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ConfigMapsStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/index.html
index bccbf2b36d..180fc3cc1d 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ConfigMapsStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,10 +1211,10 @@
Class: ConfigMapsStore
-LensExtensionsRendererApi .K8sApi .ConfigMapsStore
+Renderer .K8sApi .ConfigMapsStore
Hierarchy
-KubeObjectStore<ConfigMap , ConfigMapApi, ConfigMapData>
+KubeObjectStore<ConfigMap , ConfigMapApi, ConfigMapData>
↳ ConfigMapsStore
Table of contents
@@ -1325,7 +1325,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: ConfigMap ) => string
+• Protected defaultSorting : (item: ConfigMap ) => string
Type declaration
▸ (item): string
Parameters
@@ -1339,7 +1339,7 @@
item
-ConfigMap
+ConfigMap
@@ -1374,7 +1374,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<ConfigMap >
+• items : IObservableArray<ConfigMap >
Inherited from
KubeObjectStore.items
@@ -1410,11 +1410,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<ConfigMap , void, undefined>
+▸ [iterator] (): Generator<ConfigMap , void, undefined>
Returns
-Generator<ConfigMap , void, undefined>
+Generator<ConfigMap , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1439,7 +1439,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<ConfigMap >
+▸ create (params, data?): Promise<ConfigMap >
Parameters
Returns
-Promise<ConfigMap >
+Promise<ConfigMap >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | ConfigMap >
+▸ Protected createItem (params, data?): Promise<null | ConfigMap >
Parameters
Returns
-Promise<null | ConfigMap >
+Promise<null | ConfigMap >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): ConfigMap []
+▸ Protected filterItemsOnLoad (items): ConfigMap []
Parameters
Returns
-ConfigMap []
+ConfigMap []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): ConfigMap []
+▸ getAllByNs (namespace, strict?): ConfigMap []
Parameters
Returns
-ConfigMap []
+ConfigMap []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | ConfigMap
+▸ getById (id): undefined | ConfigMap
Parameters
Returns
-undefined | ConfigMap
+undefined | ConfigMap
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): ConfigMap []
+▸ getByLabel (labels): ConfigMap []
Parameters
Returns
-ConfigMap []
+ConfigMap []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | ConfigMap
+▸ getByName (name, namespace?): undefined | ConfigMap
Parameters
Returns
-undefined | ConfigMap
+undefined | ConfigMap
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | ConfigMap
+▸ getByPath (path): undefined | ConfigMap
Parameters
Returns
-undefined | ConfigMap
+undefined | ConfigMap
Inherited from
KubeObjectStore.getByPath
@@ -1669,9 +1669,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): ConfigMap []
+▸ getItems (): ConfigMap []
Returns
-ConfigMap []
+ConfigMap []
Inherited from
KubeObjectStore.getItems
@@ -1695,7 +1695,7 @@
item
-ConfigMap
+ConfigMap
@@ -1717,7 +1717,7 @@
visibleItems?
-ConfigMap []
+ConfigMap []
@@ -1727,7 +1727,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<ConfigMap >
+▸ load (params): Promise<ConfigMap >
Parameters
Returns
-Promise<ConfigMap >
+Promise<ConfigMap >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | ConfigMap []>
+▸ loadAll («destructured»?): Promise<undefined | ConfigMap []>
Parameters
Returns
-Promise<undefined | ConfigMap []>
+Promise<undefined | ConfigMap []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<ConfigMap >
+▸ loadFromPath (resourcePath): Promise<ConfigMap >
Parameters
Returns
-Promise<ConfigMap >
+Promise<ConfigMap >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | ConfigMap >
+▸ Protected loadItem (params): Promise<null | ConfigMap >
Parameters
Returns
-Promise<null | ConfigMap >
+Promise<null | ConfigMap >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<ConfigMap []>
+▸ Protected loadItems («destructured»): Promise<ConfigMap []>
Parameters
Returns
-Promise<ConfigMap []>
+Promise<ConfigMap []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): ConfigMap []
+▸ Protected mergeItems (partialItems, «destructured»): ConfigMap []
Parameters
@@ -1865,7 +1865,7 @@
partialItems
-ConfigMap []
+ConfigMap []
«destructured»
@@ -1874,12 +1874,12 @@
Returns
-ConfigMap []
+ConfigMap []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<ConfigMap >
+▸ patch (item, patch): Promise<ConfigMap >
Parameters
Returns
-Promise<ConfigMap >
+Promise<ConfigMap >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): ConfigMap []
+▸ pickOnlySelected (items): ConfigMap []
Parameters
Returns
-ConfigMap []
+ConfigMap []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | ConfigMap []>
+▸ reloadAll (opts?): Promise<undefined | ConfigMap []>
Parameters
Returns
-Promise<undefined | ConfigMap []>
+Promise<undefined | ConfigMap []>
Inherited from
KubeObjectStore.reloadAll
@@ -1973,7 +1973,7 @@
item
-ConfigMap
+ConfigMap
@@ -1995,7 +1995,7 @@
item
-ConfigMap
+ConfigMap
request
@@ -2021,7 +2021,7 @@
items
-ConfigMap []
+ConfigMap []
@@ -2086,7 +2086,7 @@
item
-ConfigMap
+ConfigMap
@@ -2096,7 +2096,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): ConfigMap []
+▸ Protected sortItems (items?, sorting?, order?): ConfigMap []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2113,12 +2113,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-ConfigMap []
+ConfigMap []
the items to be sorted (default: the current items in this store)
sorting?
-(item: ConfigMap ) => any[]
+(item: ConfigMap ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2129,7 +2129,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-ConfigMap []
+ConfigMap []
Inherited from
KubeObjectStore.sortItems
@@ -2146,7 +2146,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2168,7 +2168,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-ConfigMap
+ConfigMap
@@ -2190,7 +2190,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-ConfigMap []
+ConfigMap []
@@ -2212,7 +2212,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-ConfigMap
+ConfigMap
@@ -2222,7 +2222,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<ConfigMap >
+▸ update (item, data): Promise<ConfigMap >
Parameters
@@ -2234,16 +2234,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-ConfigMap
+ConfigMap
data
-PartialObjectDeep<ConfigMap >
+PartialObjectDeep<ConfigMap >
Returns
-Promise<ConfigMap >
+Promise<ConfigMap >
Inherited from
KubeObjectStore.update
@@ -2255,7 +2255,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<ConfigMap >
+▸ Protected updateItem (item, request): Promise<ConfigMap >
Parameters
@@ -2267,16 +2267,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-ConfigMap
+ConfigMap
request
-() => Promise<ConfigMap >
+() => Promise<ConfigMap >
Returns
-Promise<ConfigMap >
+Promise<ConfigMap >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.CronJobStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.CronJobStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.CronJobStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.CronJobStore/index.html
index 79f3bad950..19e0306273 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.CronJobStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.CronJobStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1225,10 +1225,10 @@
Class: CronJobStore
-LensExtensionsRendererApi .K8sApi .CronJobStore
+Renderer .K8sApi .CronJobStore
Hierarchy
-KubeObjectStore<CronJob , CronJobApi>
+KubeObjectStore<CronJob , CronJobApi>
↳ CronJobStore
Table of contents
@@ -1341,7 +1341,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: CronJob ) => string
+• Protected defaultSorting : (item: CronJob ) => string
Type declaration
▸ (item): string
Parameters
@@ -1355,7 +1355,7 @@
item
-CronJob
+CronJob
@@ -1370,7 +1370,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , CronJobStatus, CronJobSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , CronJobStatus, CronJobSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1390,7 +1390,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<CronJob >
+• items : IObservableArray<CronJob >
Inherited from
KubeObjectStore.items
@@ -1426,11 +1426,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<CronJob , void, undefined>
+▸ [iterator] (): Generator<CronJob , void, undefined>
Returns
-Generator<CronJob , void, undefined>
+Generator<CronJob , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1455,7 +1455,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<CronJob >
+▸ create (params, data?): Promise<CronJob >
Parameters
@@ -1479,17 +1479,17 @@
data?
-PartialObjectDeep<CronJob >
+PartialObjectDeep<CronJob >
Returns
-Promise<CronJob >
+Promise<CronJob >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | CronJob >
+▸ Protected createItem (params, data?): Promise<null | CronJob >
Parameters
@@ -1513,17 +1513,17 @@
data?
-PartialObjectDeep<CronJob >
+PartialObjectDeep<CronJob >
Returns
-Promise<null | CronJob >
+Promise<null | CronJob >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): CronJob []
+▸ Protected filterItemsOnLoad (items): CronJob []
Parameters
Returns
-CronJob []
+CronJob []
Inherited from
KubeObjectStore.filterItemsOnLoad
@@ -1557,7 +1557,7 @@
cronJob
-CronJob
+CronJob
@@ -1565,7 +1565,7 @@
number
getAllByNs
-▸ getAllByNs (namespace, strict?): CronJob []
+▸ getAllByNs (namespace, strict?): CronJob []
Parameters
Returns
-CronJob []
+CronJob []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | CronJob
+▸ getById (id): undefined | CronJob
Parameters
Returns
-undefined | CronJob
+undefined | CronJob
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): CronJob []
+▸ getByLabel (labels): CronJob []
Parameters
Returns
-CronJob []
+CronJob []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | CronJob
+▸ getByName (name, namespace?): undefined | CronJob
Parameters
Returns
-undefined | CronJob
+undefined | CronJob
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | CronJob
+▸ getByPath (path): undefined | CronJob
Parameters
Returns
-undefined | CronJob
+undefined | CronJob
Inherited from
KubeObjectStore.getByPath
@@ -1705,9 +1705,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): CronJob []
+▸ getItems (): CronJob []
Returns
-CronJob []
+CronJob []
Inherited from
KubeObjectStore.getItems
@@ -1724,7 +1724,7 @@
cronJobs?
-CronJob []
+CronJob []
@@ -1769,7 +1769,7 @@
item
-CronJob
+CronJob
@@ -1791,7 +1791,7 @@
visibleItems?
-CronJob []
+CronJob []
@@ -1801,7 +1801,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<CronJob >
+▸ load (params): Promise<CronJob >
Parameters
Returns
-Promise<CronJob >
+Promise<CronJob >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | CronJob []>
+▸ loadAll («destructured»?): Promise<undefined | CronJob []>
Parameters
Returns
-Promise<undefined | CronJob []>
+Promise<undefined | CronJob []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<CronJob >
+▸ loadFromPath (resourcePath): Promise<CronJob >
Parameters
Returns
-Promise<CronJob >
+Promise<CronJob >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | CronJob >
+▸ Protected loadItem (params): Promise<null | CronJob >
Parameters
Returns
-Promise<null | CronJob >
+Promise<null | CronJob >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<CronJob []>
+▸ Protected loadItems («destructured»): Promise<CronJob []>
Parameters
Returns
-Promise<CronJob []>
+Promise<CronJob []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): CronJob []
+▸ Protected mergeItems (partialItems, «destructured»): CronJob []
Parameters
@@ -1939,7 +1939,7 @@
partialItems
-CronJob []
+CronJob []
«destructured»
@@ -1948,12 +1948,12 @@
Returns
-CronJob []
+CronJob []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<CronJob >
+▸ patch (item, patch): Promise<CronJob >
Parameters
@@ -1965,7 +1965,7 @@
item
-CronJob
+CronJob
patch
@@ -1974,12 +1974,12 @@
Returns
-Promise<CronJob >
+Promise<CronJob >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): CronJob []
+▸ pickOnlySelected (items): CronJob []
Parameters
Returns
-CronJob []
+CronJob []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | CronJob []>
+▸ reloadAll (opts?): Promise<undefined | CronJob []>
Parameters
Returns
-Promise<undefined | CronJob []>
+Promise<undefined | CronJob []>
Inherited from
KubeObjectStore.reloadAll
@@ -2047,7 +2047,7 @@
item
-CronJob
+CronJob
@@ -2069,7 +2069,7 @@
item
-CronJob
+CronJob
request
@@ -2095,7 +2095,7 @@
items
-CronJob []
+CronJob []
@@ -2160,7 +2160,7 @@
item
-CronJob
+CronJob
@@ -2170,7 +2170,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): CronJob []
+▸ Protected sortItems (items?, sorting?, order?): CronJob []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2187,12 +2187,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-CronJob []
+CronJob []
the items to be sorted (default: the current items in this store)
sorting?
-(item: CronJob ) => any[]
+(item: CronJob ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2203,7 +2203,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-CronJob []
+CronJob []
Inherited from
KubeObjectStore.sortItems
@@ -2220,7 +2220,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2242,7 +2242,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-CronJob
+CronJob
@@ -2264,7 +2264,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-CronJob []
+CronJob []
@@ -2286,7 +2286,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-CronJob
+CronJob
@@ -2296,7 +2296,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<CronJob >
+▸ update (item, data): Promise<CronJob >
Parameters
@@ -2308,16 +2308,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-CronJob
+CronJob
data
-PartialObjectDeep<CronJob >
+PartialObjectDeep<CronJob >
Returns
-Promise<CronJob >
+Promise<CronJob >
Inherited from
KubeObjectStore.update
@@ -2329,7 +2329,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<CronJob >
+▸ Protected updateItem (item, request): Promise<CronJob >
Parameters
@@ -2341,16 +2341,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-CronJob
+CronJob
request
-() => Promise<CronJob >
+() => Promise<CronJob >
Returns
-Promise<CronJob >
+Promise<CronJob >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.DaemonSetStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.DaemonSetStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.DaemonSetStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.DaemonSetStore/index.html
index b6e250011c..2690c97012 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.DaemonSetStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.DaemonSetStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1225,10 +1225,10 @@
Class: DaemonSetStore
-LensExtensionsRendererApi .K8sApi .DaemonSetStore
+Renderer .K8sApi .DaemonSetStore
Hierarchy
↳ DaemonSetStore
Table of contents
@@ -1341,7 +1341,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: DaemonSet ) => string
+• Protected defaultSorting : (item: DaemonSet ) => string
Type declaration
▸ (item): string
Parameters
@@ -1355,7 +1355,7 @@
item
-DaemonSet
+DaemonSet
@@ -1370,7 +1370,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , DaemonSetStatus, DaemonSetSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , DaemonSetStatus, DaemonSetSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1390,7 +1390,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<DaemonSet >
+• items : IObservableArray<DaemonSet >
Inherited from
KubeObjectStore.items
@@ -1426,11 +1426,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<DaemonSet , void, undefined>
+▸ [iterator] (): Generator<DaemonSet , void, undefined>
Returns
-Generator<DaemonSet , void, undefined>
+Generator<DaemonSet , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1455,7 +1455,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<DaemonSet >
+▸ create (params, data?): Promise<DaemonSet >
Parameters
Returns
-Promise<DaemonSet >
+Promise<DaemonSet >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | DaemonSet >
+▸ Protected createItem (params, data?): Promise<null | DaemonSet >
Parameters
Returns
-Promise<null | DaemonSet >
+Promise<null | DaemonSet >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): DaemonSet []
+▸ Protected filterItemsOnLoad (items): DaemonSet []
Parameters
Returns
-DaemonSet []
+DaemonSet []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): DaemonSet []
+▸ getAllByNs (namespace, strict?): DaemonSet []
Parameters
Returns
-DaemonSet []
+DaemonSet []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | DaemonSet
+▸ getById (id): undefined | DaemonSet
Parameters
Returns
-undefined | DaemonSet
+undefined | DaemonSet
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): DaemonSet []
+▸ getByLabel (labels): DaemonSet []
Parameters
Returns
-DaemonSet []
+DaemonSet []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | DaemonSet
+▸ getByName (name, namespace?): undefined | DaemonSet
Parameters
Returns
-undefined | DaemonSet
+undefined | DaemonSet
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | DaemonSet
+▸ getByPath (path): undefined | DaemonSet
Parameters
Returns
-undefined | DaemonSet
+undefined | DaemonSet
Inherited from
KubeObjectStore.getByPath
getChildPods
-▸ getChildPods (daemonSet): Pod []
+▸ getChildPods (daemonSet): Pod []
Parameters
Returns
-Pod []
+Pod []
getIndexById
▸ getIndexById (id): number
@@ -1705,9 +1705,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): DaemonSet []
+▸ getItems (): DaemonSet []
Returns
-DaemonSet []
+DaemonSet []
Inherited from
KubeObjectStore.getItems
@@ -1724,7 +1724,7 @@
daemonSets?
-DaemonSet []
+DaemonSet []
@@ -1773,7 +1773,7 @@
item
-DaemonSet
+DaemonSet
@@ -1795,7 +1795,7 @@
visibleItems?
-DaemonSet []
+DaemonSet []
@@ -1805,7 +1805,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<DaemonSet >
+▸ load (params): Promise<DaemonSet >
Parameters
Returns
-Promise<DaemonSet >
+Promise<DaemonSet >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | DaemonSet []>
+▸ loadAll («destructured»?): Promise<undefined | DaemonSet []>
Parameters
Returns
-Promise<undefined | DaemonSet []>
+Promise<undefined | DaemonSet []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<DaemonSet >
+▸ loadFromPath (resourcePath): Promise<DaemonSet >
Parameters
Returns
-Promise<DaemonSet >
+Promise<DaemonSet >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | DaemonSet >
+▸ Protected loadItem (params): Promise<null | DaemonSet >
Parameters
Returns
-Promise<null | DaemonSet >
+Promise<null | DaemonSet >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<DaemonSet []>
+▸ Protected loadItems («destructured»): Promise<DaemonSet []>
Parameters
Returns
-Promise<DaemonSet []>
+Promise<DaemonSet []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): DaemonSet []
+▸ Protected mergeItems (partialItems, «destructured»): DaemonSet []
Parameters
@@ -1943,7 +1943,7 @@
partialItems
-DaemonSet []
+DaemonSet []
«destructured»
@@ -1952,12 +1952,12 @@
Returns
-DaemonSet []
+DaemonSet []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<DaemonSet >
+▸ patch (item, patch): Promise<DaemonSet >
Parameters
Returns
-Promise<DaemonSet >
+Promise<DaemonSet >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): DaemonSet []
+▸ pickOnlySelected (items): DaemonSet []
Parameters
Returns
-DaemonSet []
+DaemonSet []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | DaemonSet []>
+▸ reloadAll (opts?): Promise<undefined | DaemonSet []>
Parameters
Returns
-Promise<undefined | DaemonSet []>
+Promise<undefined | DaemonSet []>
Inherited from
KubeObjectStore.reloadAll
@@ -2051,7 +2051,7 @@
item
-DaemonSet
+DaemonSet
@@ -2073,7 +2073,7 @@
item
-DaemonSet
+DaemonSet
request
@@ -2099,7 +2099,7 @@
items
-DaemonSet []
+DaemonSet []
@@ -2164,7 +2164,7 @@
item
-DaemonSet
+DaemonSet
@@ -2174,7 +2174,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): DaemonSet []
+▸ Protected sortItems (items?, sorting?, order?): DaemonSet []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2191,12 +2191,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-DaemonSet []
+DaemonSet []
the items to be sorted (default: the current items in this store)
sorting?
-(item: DaemonSet ) => any[]
+(item: DaemonSet ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2207,7 +2207,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-DaemonSet []
+DaemonSet []
Inherited from
KubeObjectStore.sortItems
@@ -2224,7 +2224,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2246,7 +2246,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-DaemonSet
+DaemonSet
@@ -2268,7 +2268,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-DaemonSet []
+DaemonSet []
@@ -2290,7 +2290,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-DaemonSet
+DaemonSet
@@ -2300,7 +2300,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<DaemonSet >
+▸ update (item, data): Promise<DaemonSet >
Parameters
@@ -2312,16 +2312,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-DaemonSet
+DaemonSet
data
-PartialObjectDeep<DaemonSet >
+PartialObjectDeep<DaemonSet >
Returns
-Promise<DaemonSet >
+Promise<DaemonSet >
Inherited from
KubeObjectStore.update
@@ -2333,7 +2333,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<DaemonSet >
+▸ Protected updateItem (item, request): Promise<DaemonSet >
Parameters
@@ -2345,16 +2345,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-DaemonSet
+DaemonSet
request
-() => Promise<DaemonSet >
+() => Promise<DaemonSet >
Returns
-Promise<DaemonSet >
+Promise<DaemonSet >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.DeploymentStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.DeploymentStore/index.html
similarity index 89%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.DeploymentStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.DeploymentStore/index.html
index ae5e27dc5f..09abf6841a 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.DeploymentStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.DeploymentStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1225,10 +1225,10 @@
Class: DeploymentStore
-LensExtensionsRendererApi .K8sApi .DeploymentStore
+Renderer .K8sApi .DeploymentStore
Hierarchy
↳ DeploymentStore
Table of contents
@@ -1341,7 +1341,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: Deployment ) => string
+• Protected defaultSorting : (item: Deployment ) => string
Type declaration
▸ (item): string
Parameters
@@ -1355,7 +1355,7 @@
item
-Deployment
+Deployment
@@ -1370,7 +1370,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , DeploymentStatus, DeploymentSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , DeploymentStatus, DeploymentSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1390,7 +1390,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<Deployment >
+• items : IObservableArray<Deployment >
Inherited from
KubeObjectStore.items
@@ -1426,11 +1426,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<Deployment , void, undefined>
+▸ [iterator] (): Generator<Deployment , void, undefined>
Returns
-Generator<Deployment , void, undefined>
+Generator<Deployment , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1455,7 +1455,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<Deployment >
+▸ create (params, data?): Promise<Deployment >
Parameters
Returns
-Promise<Deployment >
+Promise<Deployment >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | Deployment >
+▸ Protected createItem (params, data?): Promise<null | Deployment >
Parameters
Returns
-Promise<null | Deployment >
+Promise<null | Deployment >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): Deployment []
+▸ Protected filterItemsOnLoad (items): Deployment []
Parameters
Returns
-Deployment []
+Deployment []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): Deployment []
+▸ getAllByNs (namespace, strict?): Deployment []
Parameters
Returns
-Deployment []
+Deployment []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | Deployment
+▸ getById (id): undefined | Deployment
Parameters
Returns
-undefined | Deployment
+undefined | Deployment
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): Deployment []
+▸ getByLabel (labels): Deployment []
Parameters
Returns
-Deployment []
+Deployment []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | Deployment
+▸ getByName (name, namespace?): undefined | Deployment
Parameters
Returns
-undefined | Deployment
+undefined | Deployment
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | Deployment
+▸ getByPath (path): undefined | Deployment
Parameters
Returns
-undefined | Deployment
+undefined | Deployment
Inherited from
KubeObjectStore.getByPath
getChildPods
-▸ getChildPods (deployment): Pod []
+▸ getChildPods (deployment): Pod []
Parameters
Returns
-Pod []
+Pod []
getIndexById
▸ getIndexById (id): number
@@ -1705,9 +1705,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): Deployment []
+▸ getItems (): Deployment []
Returns
-Deployment []
+Deployment []
Inherited from
KubeObjectStore.getItems
@@ -1724,7 +1724,7 @@
deployments
-Deployment []
+Deployment []
@@ -1743,7 +1743,7 @@
deployments
-undefined | Deployment []
+undefined | Deployment []
@@ -1770,7 +1770,7 @@
item
-Deployment
+Deployment
@@ -1792,7 +1792,7 @@
visibleItems?
-Deployment []
+Deployment []
@@ -1802,7 +1802,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<Deployment >
+▸ load (params): Promise<Deployment >
Parameters
Returns
-Promise<Deployment >
+Promise<Deployment >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | Deployment []>
+▸ loadAll («destructured»?): Promise<undefined | Deployment []>
Parameters
Returns
-Promise<undefined | Deployment []>
+Promise<undefined | Deployment []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<Deployment >
+▸ loadFromPath (resourcePath): Promise<Deployment >
Parameters
Returns
-Promise<Deployment >
+Promise<Deployment >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | Deployment >
+▸ Protected loadItem (params): Promise<null | Deployment >
Parameters
Returns
-Promise<null | Deployment >
+Promise<null | Deployment >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<Deployment []>
+▸ Protected loadItems («destructured»): Promise<Deployment []>
Parameters
Returns
-Promise<Deployment []>
+Promise<Deployment []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): Deployment []
+▸ Protected mergeItems (partialItems, «destructured»): Deployment []
Parameters
@@ -1940,7 +1940,7 @@
partialItems
-Deployment []
+Deployment []
«destructured»
@@ -1949,12 +1949,12 @@
Returns
-Deployment []
+Deployment []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<Deployment >
+▸ patch (item, patch): Promise<Deployment >
Parameters
Returns
-Promise<Deployment >
+Promise<Deployment >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): Deployment []
+▸ pickOnlySelected (items): Deployment []
Parameters
Returns
-Deployment []
+Deployment []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | Deployment []>
+▸ reloadAll (opts?): Promise<undefined | Deployment []>
Parameters
Returns
-Promise<undefined | Deployment []>
+Promise<undefined | Deployment []>
Inherited from
KubeObjectStore.reloadAll
@@ -2048,7 +2048,7 @@
item
-Deployment
+Deployment
@@ -2070,7 +2070,7 @@
item
-Deployment
+Deployment
request
@@ -2096,7 +2096,7 @@
items
-Deployment []
+Deployment []
@@ -2161,7 +2161,7 @@
item
-Deployment
+Deployment
@@ -2171,7 +2171,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items): Deployment []
+▸ Protected sortItems (items): Deployment []
Parameters
Returns
-Deployment []
+Deployment []
Overrides
KubeObjectStore.sortItems
@@ -2205,7 +2205,7 @@
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2227,7 +2227,7 @@
item
-Deployment
+Deployment
@@ -2249,7 +2249,7 @@
visibleItems?
-Deployment []
+Deployment []
@@ -2271,7 +2271,7 @@
item
-Deployment
+Deployment
@@ -2281,7 +2281,7 @@
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<Deployment >
+▸ update (item, data): Promise<Deployment >
Parameters
Returns
-Promise<Deployment >
+Promise<Deployment >
Inherited from
KubeObjectStore.update
@@ -2314,7 +2314,7 @@
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<Deployment >
+▸ Protected updateItem (item, request): Promise<Deployment >
Parameters
Returns
-Promise<Deployment >
+Promise<Deployment >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.EndpointStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.EndpointStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.EndpointStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.EndpointStore/index.html
index 7b788c4342..eae2a13ff7 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.EndpointStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.EndpointStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,10 +1211,10 @@
Class: EndpointStore
-LensExtensionsRendererApi .K8sApi .EndpointStore
+Renderer .K8sApi .EndpointStore
Hierarchy
-KubeObjectStore<Endpoint , EndpointsApi, EndpointsData>
+KubeObjectStore<Endpoint , EndpointsApi, EndpointsData>
↳ EndpointStore
Table of contents
@@ -1325,7 +1325,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: Endpoint ) => string
+• Protected defaultSorting : (item: Endpoint ) => string
Type declaration
▸ (item): string
Parameters
@@ -1339,7 +1339,7 @@
item
-Endpoint
+Endpoint
@@ -1374,7 +1374,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<Endpoint >
+• items : IObservableArray<Endpoint >
Inherited from
KubeObjectStore.items
@@ -1410,11 +1410,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<Endpoint , void, undefined>
+▸ [iterator] (): Generator<Endpoint , void, undefined>
Returns
-Generator<Endpoint , void, undefined>
+Generator<Endpoint , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1439,7 +1439,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<Endpoint >
+▸ create (params, data?): Promise<Endpoint >
Parameters
@@ -1463,17 +1463,17 @@
data?
-PartialObjectDeep<Endpoint >
+PartialObjectDeep<Endpoint >
Returns
-Promise<Endpoint >
+Promise<Endpoint >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | Endpoint >
+▸ Protected createItem (params, data?): Promise<null | Endpoint >
Parameters
@@ -1497,17 +1497,17 @@
data?
-PartialObjectDeep<Endpoint >
+PartialObjectDeep<Endpoint >
Returns
-Promise<null | Endpoint >
+Promise<null | Endpoint >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): Endpoint []
+▸ Protected filterItemsOnLoad (items): Endpoint []
Parameters
Returns
-Endpoint []
+Endpoint []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): Endpoint []
+▸ getAllByNs (namespace, strict?): Endpoint []
Parameters
Returns
-Endpoint []
+Endpoint []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | Endpoint
+▸ getById (id): undefined | Endpoint
Parameters
Returns
-undefined | Endpoint
+undefined | Endpoint
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): Endpoint []
+▸ getByLabel (labels): Endpoint []
Parameters
Returns
-Endpoint []
+Endpoint []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | Endpoint
+▸ getByName (name, namespace?): undefined | Endpoint
Parameters
Returns
-undefined | Endpoint
+undefined | Endpoint
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | Endpoint
+▸ getByPath (path): undefined | Endpoint
Parameters
Returns
-undefined | Endpoint
+undefined | Endpoint
Inherited from
KubeObjectStore.getByPath
@@ -1669,9 +1669,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): Endpoint []
+▸ getItems (): Endpoint []
Returns
-Endpoint []
+Endpoint []
Inherited from
KubeObjectStore.getItems
@@ -1695,7 +1695,7 @@
item
-Endpoint
+Endpoint
@@ -1717,7 +1717,7 @@
visibleItems?
-Endpoint []
+Endpoint []
@@ -1727,7 +1727,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<Endpoint >
+▸ load (params): Promise<Endpoint >
Parameters
Returns
-Promise<Endpoint >
+Promise<Endpoint >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | Endpoint []>
+▸ loadAll («destructured»?): Promise<undefined | Endpoint []>
Parameters
Returns
-Promise<undefined | Endpoint []>
+Promise<undefined | Endpoint []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<Endpoint >
+▸ loadFromPath (resourcePath): Promise<Endpoint >
Parameters
Returns
-Promise<Endpoint >
+Promise<Endpoint >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | Endpoint >
+▸ Protected loadItem (params): Promise<null | Endpoint >
Parameters
Returns
-Promise<null | Endpoint >
+Promise<null | Endpoint >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<Endpoint []>
+▸ Protected loadItems («destructured»): Promise<Endpoint []>
Parameters
Returns
-Promise<Endpoint []>
+Promise<Endpoint []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): Endpoint []
+▸ Protected mergeItems (partialItems, «destructured»): Endpoint []
Parameters
@@ -1865,7 +1865,7 @@
partialItems
-Endpoint []
+Endpoint []
«destructured»
@@ -1874,12 +1874,12 @@
Returns
-Endpoint []
+Endpoint []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<Endpoint >
+▸ patch (item, patch): Promise<Endpoint >
Parameters
Returns
-Promise<Endpoint >
+Promise<Endpoint >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): Endpoint []
+▸ pickOnlySelected (items): Endpoint []
Parameters
Returns
-Endpoint []
+Endpoint []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | Endpoint []>
+▸ reloadAll (opts?): Promise<undefined | Endpoint []>
Parameters
Returns
-Promise<undefined | Endpoint []>
+Promise<undefined | Endpoint []>
Inherited from
KubeObjectStore.reloadAll
@@ -1973,7 +1973,7 @@
item
-Endpoint
+Endpoint
@@ -1995,7 +1995,7 @@
item
-Endpoint
+Endpoint
request
@@ -2021,7 +2021,7 @@
items
-Endpoint []
+Endpoint []
@@ -2086,7 +2086,7 @@
item
-Endpoint
+Endpoint
@@ -2096,7 +2096,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): Endpoint []
+▸ Protected sortItems (items?, sorting?, order?): Endpoint []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2113,12 +2113,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-Endpoint []
+Endpoint []
the items to be sorted (default: the current items in this store)
sorting?
-(item: Endpoint ) => any[]
+(item: Endpoint ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2129,7 +2129,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-Endpoint []
+Endpoint []
Inherited from
KubeObjectStore.sortItems
@@ -2146,7 +2146,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2168,7 +2168,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Endpoint
+Endpoint
@@ -2190,7 +2190,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-Endpoint []
+Endpoint []
@@ -2212,7 +2212,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Endpoint
+Endpoint
@@ -2222,7 +2222,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<Endpoint >
+▸ update (item, data): Promise<Endpoint >
Parameters
@@ -2234,16 +2234,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Endpoint
+Endpoint
data
-PartialObjectDeep<Endpoint >
+PartialObjectDeep<Endpoint >
Returns
-Promise<Endpoint >
+Promise<Endpoint >
Inherited from
KubeObjectStore.update
@@ -2255,7 +2255,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<Endpoint >
+▸ Protected updateItem (item, request): Promise<Endpoint >
Parameters
@@ -2267,16 +2267,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Endpoint
+Endpoint
request
-() => Promise<Endpoint >
+() => Promise<Endpoint >
Returns
-Promise<Endpoint >
+Promise<Endpoint >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.EventStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.EventStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.EventStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.EventStore/index.html
index 7f5ce5dddb..a4b0b27fca 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.EventStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.EventStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1232,10 +1232,10 @@
Class: EventStore
-LensExtensionsRendererApi .K8sApi .EventStore
+Renderer .K8sApi .EventStore
Hierarchy
↳ EventStore
Table of contents
@@ -1349,7 +1349,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: KubeEvent ) => string
+• Protected defaultSorting : (item: KubeEvent ) => string
Type declaration
▸ (item): string
Parameters
@@ -1363,7 +1363,7 @@
item
-KubeEvent
+KubeEvent
@@ -1398,7 +1398,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<KubeEvent >
+• items : IObservableArray<KubeEvent >
Inherited from
KubeObjectStore.items
@@ -1434,11 +1434,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<KubeEvent , void, undefined>
+▸ [iterator] (): Generator<KubeEvent , void, undefined>
Returns
-Generator<KubeEvent , void, undefined>
+Generator<KubeEvent , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (): void
@@ -1448,7 +1448,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<KubeEvent >
+▸ create (params, data?): Promise<KubeEvent >
Parameters
Returns
-Promise<KubeEvent >
+Promise<KubeEvent >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | KubeEvent >
+▸ Protected createItem (params, data?): Promise<null | KubeEvent >
Parameters
Returns
-Promise<null | KubeEvent >
+Promise<null | KubeEvent >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): KubeEvent []
+▸ Protected filterItemsOnLoad (items): KubeEvent []
Parameters
Returns
-KubeEvent []
+KubeEvent []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): KubeEvent []
+▸ getAllByNs (namespace, strict?): KubeEvent []
Parameters
Returns
-KubeEvent []
+KubeEvent []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | KubeEvent
+▸ getById (id): undefined | KubeEvent
Parameters
Returns
-undefined | KubeEvent
+undefined | KubeEvent
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): KubeEvent []
+▸ getByLabel (labels): KubeEvent []
Parameters
Returns
-KubeEvent []
+KubeEvent []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | KubeEvent
+▸ getByName (name, namespace?): undefined | KubeEvent
Parameters
Returns
-undefined | KubeEvent
+undefined | KubeEvent
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | KubeEvent
+▸ getByPath (path): undefined | KubeEvent
Parameters
Returns
-undefined | KubeEvent
+undefined | KubeEvent
Inherited from
KubeObjectStore.getByPath
getEventsByObject
-▸ getEventsByObject (obj): KubeEvent []
+▸ getEventsByObject (obj): KubeEvent []
Parameters
Returns
-KubeEvent []
+KubeEvent []
getIndexById
▸ getIndexById (id): number
@@ -1698,9 +1698,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): KubeEvent []
+▸ getItems (): KubeEvent []
Returns
-KubeEvent []
+KubeEvent []
Inherited from
KubeObjectStore.getItems
@@ -1712,9 +1712,9 @@
KubeObjectStore.getTotalCount
getWarnings
-▸ getWarnings (): KubeEvent []
+▸ getWarnings (): KubeEvent []
Returns
-KubeEvent []
+KubeEvent []
getWarningsCount
▸ getWarningsCount (): number
@@ -1734,7 +1734,7 @@
item
-KubeEvent
+KubeEvent
@@ -1756,7 +1756,7 @@
visibleItems?
-KubeEvent []
+KubeEvent []
@@ -1766,7 +1766,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<KubeEvent >
+▸ load (params): Promise<KubeEvent >
Parameters
Returns
-Promise<KubeEvent >
+Promise<KubeEvent >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | KubeEvent []>
+▸ loadAll («destructured»?): Promise<undefined | KubeEvent []>
Parameters
Returns
-Promise<undefined | KubeEvent []>
+Promise<undefined | KubeEvent []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<KubeEvent >
+▸ loadFromPath (resourcePath): Promise<KubeEvent >
Parameters
Returns
-Promise<KubeEvent >
+Promise<KubeEvent >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | KubeEvent >
+▸ Protected loadItem (params): Promise<null | KubeEvent >
Parameters
Returns
-Promise<null | KubeEvent >
+Promise<null | KubeEvent >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<KubeEvent []>
+▸ Protected loadItems («destructured»): Promise<KubeEvent []>
Parameters
Returns
-Promise<KubeEvent []>
+Promise<KubeEvent []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): KubeEvent []
+▸ Protected mergeItems (partialItems, «destructured»): KubeEvent []
Parameters
@@ -1904,7 +1904,7 @@
partialItems
-KubeEvent []
+KubeEvent []
«destructured»
@@ -1913,12 +1913,12 @@
Returns
-KubeEvent []
+KubeEvent []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<KubeEvent >
+▸ patch (item, patch): Promise<KubeEvent >
Parameters
Returns
-Promise<KubeEvent >
+Promise<KubeEvent >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): KubeEvent []
+▸ pickOnlySelected (items): KubeEvent []
Parameters
Returns
-KubeEvent []
+KubeEvent []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | KubeEvent []>
+▸ reloadAll (opts?): Promise<undefined | KubeEvent []>
Parameters
Returns
-Promise<undefined | KubeEvent []>
+Promise<undefined | KubeEvent []>
Inherited from
KubeObjectStore.reloadAll
@@ -2012,7 +2012,7 @@
item
-KubeEvent
+KubeEvent
@@ -2034,7 +2034,7 @@
item
-KubeEvent
+KubeEvent
request
@@ -2060,7 +2060,7 @@
items
-KubeEvent []
+KubeEvent []
@@ -2125,7 +2125,7 @@
item
-KubeEvent
+KubeEvent
@@ -2135,7 +2135,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items): KubeEvent []
+▸ Protected sortItems (items): KubeEvent []
Parameters
Returns
-KubeEvent []
+KubeEvent []
Overrides
KubeObjectStore.sortItems
@@ -2169,7 +2169,7 @@
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2191,7 +2191,7 @@
item
-KubeEvent
+KubeEvent
@@ -2213,7 +2213,7 @@
visibleItems?
-KubeEvent []
+KubeEvent []
@@ -2235,7 +2235,7 @@
item
-KubeEvent
+KubeEvent
@@ -2245,7 +2245,7 @@
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<KubeEvent >
+▸ update (item, data): Promise<KubeEvent >
Parameters
Returns
-Promise<KubeEvent >
+Promise<KubeEvent >
Inherited from
KubeObjectStore.update
@@ -2278,7 +2278,7 @@
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<KubeEvent >
+▸ Protected updateItem (item, request): Promise<KubeEvent >
Parameters
Returns
-Promise<KubeEvent >
+Promise<KubeEvent >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.K8sApi.HPAStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.HPAStore/index.html
new file mode 100644
index 0000000000..ed2ff3d43f
--- /dev/null
+++ b/master/extensions/api/classes/Renderer.K8sApi.HPAStore/index.html
@@ -0,0 +1,2354 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: HPAStore - Lens Extension Development
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: HPAStore
+Renderer .K8sApi .HPAStore
+Hierarchy
+
+↳ HPAStore
+Table of contents
+Constructors
+
+Properties
+
+Accessors
+
+Methods
+
+Constructors
+constructor
+• new HPAStore (dependencies, api, opts?)
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+dependencies
+KubeObjectStoreDependencies
+
+
+api
+HorizontalPodAutoscalerApi
+
+
+opts?
+KubeObjectStoreOptions
+
+
+
+Inherited from
+KubeObjectStore<HorizontalPodAutoscaler, HorizontalPodAutoscalerApi>.constructor
+Properties
+api
+• Readonly api : HorizontalPodAutoscalerApi
+Inherited from
+KubeObjectStore.api
+
+bufferSize
+• Readonly bufferSize : number
+Inherited from
+KubeObjectStore.bufferSize
+
+defaultSorting
+• Protected defaultSorting : (item: HorizontalPodAutoscaler ) => string
+Type declaration
+▸ (item): string
+Parameters
+
+Returns
+string
+Inherited from
+KubeObjectStore.defaultSorting
+
+dependencies
+• Protected Readonly dependencies : KubeObjectStoreDependencies
+Inherited from
+KubeObjectStore.dependencies
+
+eventsBuffer
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , HorizontalPodAutoscalerStatus, HorizontalPodAutoscalerSpec>>>
+Inherited from
+KubeObjectStore.eventsBuffer
+
+failedLoading
+• failedLoading : boolean
+Inherited from
+KubeObjectStore.failedLoading
+
+isLoaded
+• isLoaded : boolean
+Inherited from
+KubeObjectStore.isLoaded
+
+isLoading
+• isLoading : boolean
+Inherited from
+KubeObjectStore.isLoading
+
+items
+• items : IObservableArray<HorizontalPodAutoscaler >
+Inherited from
+KubeObjectStore.items
+
+limit
+• Readonly limit : undefined | number
+Inherited from
+KubeObjectStore.limit
+
+selectedItemsIds
+• selectedItemsIds : ObservableSet<string>
+Inherited from
+KubeObjectStore.selectedItemsIds
+Accessors
+contextItems
+• get contextItems (): K[]
+Returns
+K[]
+Inherited from
+KubeObjectStore.contextItems
+
+query
+• get query (): KubeApiQueryParams
+Returns
+KubeApiQueryParams
+Inherited from
+KubeObjectStore.query
+
+selectedItems
+• get selectedItems (): Item[]
+Returns
+Item[]
+Inherited from
+KubeObjectStore.selectedItems
+Methods
+[iterator]
+▸ [iterator] (): Generator<HorizontalPodAutoscaler , void, undefined>
+Returns
+Generator<HorizontalPodAutoscaler , void, undefined>
+Inherited from
+KubeObjectStore.__@iterator@189
+
+bindWatchEventsUpdater
+▸ Protected bindWatchEventsUpdater (delay?): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+delay?
+number
+
+
+
+Returns
+void
+Inherited from
+KubeObjectStore.bindWatchEventsUpdater
+
+create
+▸ create (params, data?): Promise<HorizontalPodAutoscaler >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+params
+Object
+
+
+params.name
+string
+
+
+params.namespace?
+string
+
+
+data?
+PartialObjectDeep<HorizontalPodAutoscaler >
+
+
+
+Returns
+Promise<HorizontalPodAutoscaler >
+Inherited from
+KubeObjectStore.create
+
+createItem
+▸ Protected createItem (params, data?): Promise<null | HorizontalPodAutoscaler >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+params
+Object
+
+
+params.name
+string
+
+
+params.namespace?
+string
+
+
+data?
+PartialObjectDeep<HorizontalPodAutoscaler >
+
+
+
+Returns
+Promise<null | HorizontalPodAutoscaler >
+Inherited from
+KubeObjectStore.createItem
+
+filterItemsOnLoad
+▸ Protected filterItemsOnLoad (items): HorizontalPodAutoscaler []
+Parameters
+
+Returns
+HorizontalPodAutoscaler []
+Inherited from
+KubeObjectStore.filterItemsOnLoad
+
+getAllByNs
+▸ getAllByNs (namespace, strict?): HorizontalPodAutoscaler []
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+namespace
+string | string[]
+
+
+strict?
+boolean
+
+
+
+Returns
+HorizontalPodAutoscaler []
+Inherited from
+KubeObjectStore.getAllByNs
+
+getById
+▸ getById (id): undefined | HorizontalPodAutoscaler
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+id
+string
+
+
+
+Returns
+undefined | HorizontalPodAutoscaler
+Inherited from
+KubeObjectStore.getById
+
+getByLabel
+▸ getByLabel (labels): HorizontalPodAutoscaler []
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+labels
+string[] | Partial<Record<string, string>>
+
+
+
+Returns
+HorizontalPodAutoscaler []
+Inherited from
+KubeObjectStore.getByLabel
+
+getByName
+▸ getByName (name, namespace?): undefined | HorizontalPodAutoscaler
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+name
+string
+
+
+namespace?
+string
+
+
+
+Returns
+undefined | HorizontalPodAutoscaler
+Inherited from
+KubeObjectStore.getByName
+
+getByPath
+▸ getByPath (path): undefined | HorizontalPodAutoscaler
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+path
+string
+
+
+
+Returns
+undefined | HorizontalPodAutoscaler
+Inherited from
+KubeObjectStore.getByPath
+
+getIndexById
+▸ getIndexById (id): number
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+id
+string
+
+
+
+Returns
+number
+Inherited from
+KubeObjectStore.getIndexById
+
+getItems
+▸ getItems (): HorizontalPodAutoscaler []
+Returns
+HorizontalPodAutoscaler []
+Inherited from
+KubeObjectStore.getItems
+
+getTotalCount
+▸ getTotalCount (): number
+Returns
+number
+Inherited from
+KubeObjectStore.getTotalCount
+
+isSelected
+▸ isSelected (item): boolean
+Parameters
+
+Returns
+boolean
+Inherited from
+KubeObjectStore.isSelected
+
+isSelectedAll
+▸ isSelectedAll (visibleItems?): boolean
+Parameters
+
+Returns
+boolean
+Inherited from
+KubeObjectStore.isSelectedAll
+
+load
+▸ load (params): Promise<HorizontalPodAutoscaler >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+params
+Object
+
+
+params.name
+string
+
+
+params.namespace?
+string
+
+
+
+Returns
+Promise<HorizontalPodAutoscaler >
+Inherited from
+KubeObjectStore.load
+
+loadAll
+▸ loadAll («destructured»?): Promise<undefined | HorizontalPodAutoscaler []>
+Parameters
+
+Returns
+Promise<undefined | HorizontalPodAutoscaler []>
+Inherited from
+KubeObjectStore.loadAll
+
+loadFromPath
+▸ loadFromPath (resourcePath): Promise<HorizontalPodAutoscaler >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+resourcePath
+string
+
+
+
+Returns
+Promise<HorizontalPodAutoscaler >
+Inherited from
+KubeObjectStore.loadFromPath
+
+loadItem
+▸ Protected loadItem (params): Promise<null | HorizontalPodAutoscaler >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+params
+Object
+
+
+params.name
+string
+
+
+params.namespace?
+string
+
+
+
+Returns
+Promise<null | HorizontalPodAutoscaler >
+Inherited from
+KubeObjectStore.loadItem
+
+loadItems
+▸ Protected loadItems («destructured»): Promise<HorizontalPodAutoscaler []>
+Parameters
+
+Returns
+Promise<HorizontalPodAutoscaler []>
+Inherited from
+KubeObjectStore.loadItems
+
+mergeItems
+▸ Protected mergeItems (partialItems, «destructured»): HorizontalPodAutoscaler []
+Parameters
+
+Returns
+HorizontalPodAutoscaler []
+Inherited from
+KubeObjectStore.mergeItems
+
+patch
+▸ patch (item, patch): Promise<HorizontalPodAutoscaler >
+Parameters
+
+Returns
+Promise<HorizontalPodAutoscaler >
+Inherited from
+KubeObjectStore.patch
+
+pickOnlySelected
+▸ pickOnlySelected (items): HorizontalPodAutoscaler []
+Parameters
+
+Returns
+HorizontalPodAutoscaler []
+Inherited from
+KubeObjectStore.pickOnlySelected
+
+reloadAll
+▸ reloadAll (opts?): Promise<undefined | HorizontalPodAutoscaler []>
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+opts?
+Object
+
+
+opts.force?
+boolean
+
+
+opts.merge?
+boolean
+
+
+opts.namespaces?
+string[]
+
+
+
+Returns
+Promise<undefined | HorizontalPodAutoscaler []>
+Inherited from
+KubeObjectStore.reloadAll
+
+remove
+▸ remove (item): Promise<void>
+Parameters
+
+Returns
+Promise<void>
+Inherited from
+KubeObjectStore.remove
+
+removeItem
+▸ Protected removeItem (item, request): Promise<void>
+Parameters
+
+Returns
+Promise<void>
+Inherited from
+KubeObjectStore.removeItem
+
+removeItems
+▸ removeItems (items): Promise<void>
+Parameters
+
+Returns
+Promise<void>
+Inherited from
+KubeObjectStore.removeItems
+
+removeSelectedItems
+▸ removeSelectedItems (): Promise<void>
+Returns
+Promise<void>
+Inherited from
+KubeObjectStore.removeSelectedItems
+
+reset
+▸ reset (): void
+Returns
+void
+Inherited from
+KubeObjectStore.reset
+
+resetOnError
+▸ Protected resetOnError (error): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+error
+any
+
+
+
+Returns
+void
+Inherited from
+KubeObjectStore.resetOnError
+
+resetSelection
+▸ resetSelection (): void
+Returns
+void
+Inherited from
+KubeObjectStore.resetSelection
+
+select
+▸ select (item): void
+Parameters
+
+Returns
+void
+Inherited from
+KubeObjectStore.select
+
+sortItems
+▸ Protected sortItems (items?, sorting?, order?): HorizontalPodAutoscaler []
+Return items sorted by the given ordering functions. If two elements of
+items are sorted to the same "index" then the next sorting function is used
+to determine where to place them relative to each other. Once the sorting
+functions have been all exhausted then the order is unchanged (ie a stable sort).
+Parameters
+
+
+
+Name
+Type
+Description
+
+
+
+
+items?
+HorizontalPodAutoscaler []
+the items to be sorted (default: the current items in this store)
+
+
+sorting?
+(item: HorizontalPodAutoscaler ) => any[]
+list of functions to determine sort order (default: sorting by name)
+
+
+order?
+"asc" | "desc"
+whether to sort from least to greatest ("asc" (default)) or vice-versa ("desc")
+
+
+
+Returns
+HorizontalPodAutoscaler []
+Inherited from
+KubeObjectStore.sortItems
+
+subscribe
+▸ subscribe («destructured»?): Disposer
+Parameters
+
+Returns
+Disposer
+Inherited from
+KubeObjectStore.subscribe
+
+toggleSelection
+▸ toggleSelection (item): void
+Parameters
+
+Returns
+void
+Inherited from
+KubeObjectStore.toggleSelection
+
+toggleSelectionAll
+▸ toggleSelectionAll (visibleItems?): void
+Parameters
+
+Returns
+void
+Inherited from
+KubeObjectStore.toggleSelectionAll
+
+unselect
+▸ unselect (item): void
+Parameters
+
+Returns
+void
+Inherited from
+KubeObjectStore.unselect
+
+update
+▸ update (item, data): Promise<HorizontalPodAutoscaler >
+Parameters
+
+Returns
+Promise<HorizontalPodAutoscaler >
+Inherited from
+KubeObjectStore.update
+
+updateFromEventsBuffer
+▸ Protected updateFromEventsBuffer (): void
+Returns
+void
+Inherited from
+KubeObjectStore.updateFromEventsBuffer
+
+updateItem
+▸ Protected updateItem (item, request): Promise<HorizontalPodAutoscaler >
+Parameters
+
+Returns
+Promise<HorizontalPodAutoscaler >
+Inherited from
+KubeObjectStore.updateItem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.IngressClassStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.IngressClassStore/index.html
similarity index 98%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.IngressClassStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.IngressClassStore/index.html
index ec7ce740e2..2282e27579 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.IngressClassStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.IngressClassStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,7 +1211,7 @@
Class: IngressClassStore
-LensExtensionsRendererApi .K8sApi .IngressClassStore
+Renderer .K8sApi .IngressClassStore
Hierarchy
KubeObjectStore<IngressClass, IngressClassApi>
@@ -1354,7 +1354,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <IngressClassMetadata, IngressClassStatus, IngressClassSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <IngressClassMetadata, IngressClassStatus, IngressClassSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1414,7 +1414,7 @@
Returns
Generator<IngressClass, void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1769,7 +1769,7 @@
«destructured»
-KubeObjectStoreLoadAllParams
+KubeObjectStoreLoadAllParams
@@ -1843,7 +1843,7 @@
«destructured»
-KubeObjectStoreLoadingParams
+KubeObjectStoreLoadingParams
@@ -2146,7 +2146,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.IngressStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.IngressStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.IngressStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.IngressStore/index.html
index ac639b182e..5ed5e57486 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.IngressStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.IngressStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,10 +1211,10 @@
Class: IngressStore
-LensExtensionsRendererApi .K8sApi .IngressStore
+Renderer .K8sApi .IngressStore
Hierarchy
-KubeObjectStore<Ingress , IngressApi>
+KubeObjectStore<Ingress , IngressApi>
↳ IngressStore
Table of contents
@@ -1325,7 +1325,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: Ingress ) => string
+• Protected defaultSorting : (item: Ingress ) => string
Type declaration
▸ (item): string
Parameters
@@ -1339,7 +1339,7 @@
item
-Ingress
+Ingress
@@ -1354,7 +1354,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , IngressStatus, IngressSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , IngressStatus, IngressSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1374,7 +1374,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<Ingress >
+• items : IObservableArray<Ingress >
Inherited from
KubeObjectStore.items
@@ -1410,11 +1410,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<Ingress , void, undefined>
+▸ [iterator] (): Generator<Ingress , void, undefined>
Returns
-Generator<Ingress , void, undefined>
+Generator<Ingress , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1439,7 +1439,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<Ingress >
+▸ create (params, data?): Promise<Ingress >
Parameters
@@ -1463,17 +1463,17 @@
data?
-PartialObjectDeep<Ingress >
+PartialObjectDeep<Ingress >
Returns
-Promise<Ingress >
+Promise<Ingress >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | Ingress >
+▸ Protected createItem (params, data?): Promise<null | Ingress >
Parameters
@@ -1497,17 +1497,17 @@
data?
-PartialObjectDeep<Ingress >
+PartialObjectDeep<Ingress >
Returns
-Promise<null | Ingress >
+Promise<null | Ingress >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): Ingress []
+▸ Protected filterItemsOnLoad (items): Ingress []
Parameters
Returns
-Ingress []
+Ingress []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): Ingress []
+▸ getAllByNs (namespace, strict?): Ingress []
Parameters
Returns
-Ingress []
+Ingress []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | Ingress
+▸ getById (id): undefined | Ingress
Parameters
Returns
-undefined | Ingress
+undefined | Ingress
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): Ingress []
+▸ getByLabel (labels): Ingress []
Parameters
Returns
-Ingress []
+Ingress []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | Ingress
+▸ getByName (name, namespace?): undefined | Ingress
Parameters
Returns
-undefined | Ingress
+undefined | Ingress
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | Ingress
+▸ getByPath (path): undefined | Ingress
Parameters
Returns
-undefined | Ingress
+undefined | Ingress
Inherited from
KubeObjectStore.getByPath
@@ -1669,9 +1669,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): Ingress []
+▸ getItems (): Ingress []
Returns
-Ingress []
+Ingress []
Inherited from
KubeObjectStore.getItems
@@ -1695,7 +1695,7 @@
item
-Ingress
+Ingress
@@ -1717,7 +1717,7 @@
visibleItems?
-Ingress []
+Ingress []
@@ -1727,7 +1727,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<Ingress >
+▸ load (params): Promise<Ingress >
Parameters
Returns
-Promise<Ingress >
+Promise<Ingress >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | Ingress []>
+▸ loadAll («destructured»?): Promise<undefined | Ingress []>
Parameters
Returns
-Promise<undefined | Ingress []>
+Promise<undefined | Ingress []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<Ingress >
+▸ loadFromPath (resourcePath): Promise<Ingress >
Parameters
Returns
-Promise<Ingress >
+Promise<Ingress >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | Ingress >
+▸ Protected loadItem (params): Promise<null | Ingress >
Parameters
Returns
-Promise<null | Ingress >
+Promise<null | Ingress >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<Ingress []>
+▸ Protected loadItems («destructured»): Promise<Ingress []>
Parameters
Returns
-Promise<Ingress []>
+Promise<Ingress []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): Ingress []
+▸ Protected mergeItems (partialItems, «destructured»): Ingress []
Parameters
@@ -1865,7 +1865,7 @@
partialItems
-Ingress []
+Ingress []
«destructured»
@@ -1874,12 +1874,12 @@
Returns
-Ingress []
+Ingress []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<Ingress >
+▸ patch (item, patch): Promise<Ingress >
Parameters
@@ -1891,7 +1891,7 @@
item
-Ingress
+Ingress
patch
@@ -1900,12 +1900,12 @@
Returns
-Promise<Ingress >
+Promise<Ingress >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): Ingress []
+▸ pickOnlySelected (items): Ingress []
Parameters
Returns
-Ingress []
+Ingress []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | Ingress []>
+▸ reloadAll (opts?): Promise<undefined | Ingress []>
Parameters
Returns
-Promise<undefined | Ingress []>
+Promise<undefined | Ingress []>
Inherited from
KubeObjectStore.reloadAll
@@ -1973,7 +1973,7 @@
item
-Ingress
+Ingress
@@ -1995,7 +1995,7 @@
item
-Ingress
+Ingress
request
@@ -2021,7 +2021,7 @@
items
-Ingress []
+Ingress []
@@ -2086,7 +2086,7 @@
item
-Ingress
+Ingress
@@ -2096,7 +2096,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): Ingress []
+▸ Protected sortItems (items?, sorting?, order?): Ingress []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2113,12 +2113,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-Ingress []
+Ingress []
the items to be sorted (default: the current items in this store)
sorting?
-(item: Ingress ) => any[]
+(item: Ingress ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2129,7 +2129,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-Ingress []
+Ingress []
Inherited from
KubeObjectStore.sortItems
@@ -2146,7 +2146,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2168,7 +2168,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Ingress
+Ingress
@@ -2190,7 +2190,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-Ingress []
+Ingress []
@@ -2212,7 +2212,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Ingress
+Ingress
@@ -2222,7 +2222,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<Ingress >
+▸ update (item, data): Promise<Ingress >
Parameters
@@ -2234,16 +2234,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Ingress
+Ingress
data
-PartialObjectDeep<Ingress >
+PartialObjectDeep<Ingress >
Returns
-Promise<Ingress >
+Promise<Ingress >
Inherited from
KubeObjectStore.update
@@ -2255,7 +2255,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<Ingress >
+▸ Protected updateItem (item, request): Promise<Ingress >
Parameters
@@ -2267,16 +2267,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Ingress
+Ingress
request
-() => Promise<Ingress >
+() => Promise<Ingress >
Returns
-Promise<Ingress >
+Promise<Ingress >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.JobStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.JobStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.JobStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.JobStore/index.html
index 16d7aa883b..8fba2e8d5b 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.JobStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.JobStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1232,10 +1232,10 @@
Class: JobStore
-LensExtensionsRendererApi .K8sApi .JobStore
+Renderer .K8sApi .JobStore
Hierarchy
-KubeObjectStore<Job , JobApi>
+KubeObjectStore<Job , JobApi>
↳ JobStore
Table of contents
@@ -1349,7 +1349,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: Job ) => string
+• Protected defaultSorting : (item: Job ) => string
Type declaration
▸ (item): string
Parameters
@@ -1363,7 +1363,7 @@
item
-Job
+Job
@@ -1378,7 +1378,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , JobStatus, JobSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , JobStatus, JobSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1398,7 +1398,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<Job >
+• items : IObservableArray<Job >
Inherited from
KubeObjectStore.items
@@ -1434,11 +1434,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<Job , void, undefined>
+▸ [iterator] (): Generator<Job , void, undefined>
Returns
-Generator<Job , void, undefined>
+Generator<Job , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1463,7 +1463,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<Job >
+▸ create (params, data?): Promise<Job >
Parameters
@@ -1487,17 +1487,17 @@
data?
-PartialObjectDeep<Job >
+PartialObjectDeep<Job >
Returns
-Promise<Job >
+Promise<Job >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | Job >
+▸ Protected createItem (params, data?): Promise<null | Job >
Parameters
@@ -1521,17 +1521,17 @@
data?
-PartialObjectDeep<Job >
+PartialObjectDeep<Job >
Returns
-Promise<null | Job >
+Promise<null | Job >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): Job []
+▸ Protected filterItemsOnLoad (items): Job []
Parameters
@@ -1543,17 +1543,17 @@
items
-Job []
+Job []
Returns
-Job []
+Job []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): Job []
+▸ getAllByNs (namespace, strict?): Job []
Parameters
Returns
-Job []
+Job []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | Job
+▸ getById (id): undefined | Job
Parameters
Returns
-undefined | Job
+undefined | Job
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): Job []
+▸ getByLabel (labels): Job []
Parameters
Returns
-Job []
+Job []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | Job
+▸ getByName (name, namespace?): undefined | Job
Parameters
Returns
-undefined | Job
+undefined | Job
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | Job
+▸ getByPath (path): undefined | Job
Parameters
Returns
-undefined | Job
+undefined | Job
Inherited from
KubeObjectStore.getByPath
getChildPods
-▸ getChildPods (job): Pod []
+▸ getChildPods (job): Pod []
Parameters
@@ -1683,12 +1683,12 @@
job
-Job
+Job
Returns
-Pod []
+Pod []
getIndexById
▸ getIndexById (id): number
@@ -1713,14 +1713,14 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): Job []
+▸ getItems (): Job []
Returns
-Job []
+Job []
Inherited from
KubeObjectStore.getItems
getJobsByOwner
-▸ getJobsByOwner (cronJob): Job []
+▸ getJobsByOwner (cronJob): Job []
Parameters
Returns
-Job []
+Job []
getStatuses
▸ getStatuses (jobs?): Object
@@ -1752,7 +1752,7 @@
jobs?
-Job []
+Job []
@@ -1805,7 +1805,7 @@
item
-Job
+Job
@@ -1827,7 +1827,7 @@
visibleItems?
-Job []
+Job []
@@ -1837,7 +1837,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<Job >
+▸ load (params): Promise<Job >
Parameters
Returns
-Promise<Job >
+Promise<Job >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | Job []>
+▸ loadAll («destructured»?): Promise<undefined | Job []>
Parameters
Returns
-Promise<undefined | Job []>
+Promise<undefined | Job []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<Job >
+▸ loadFromPath (resourcePath): Promise<Job >
Parameters
Returns
-Promise<Job >
+Promise<Job >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | Job >
+▸ Protected loadItem (params): Promise<null | Job >
Parameters
Returns
-Promise<null | Job >
+Promise<null | Job >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<Job []>
+▸ Protected loadItems («destructured»): Promise<Job []>
Parameters
Returns
-Promise<Job []>
+Promise<Job []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): Job []
+▸ Protected mergeItems (partialItems, «destructured»): Job []
Parameters
@@ -1975,7 +1975,7 @@
partialItems
-Job []
+Job []
«destructured»
@@ -1984,12 +1984,12 @@
Returns
-Job []
+Job []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<Job >
+▸ patch (item, patch): Promise<Job >
Parameters
@@ -2001,7 +2001,7 @@
item
-Job
+Job
patch
@@ -2010,12 +2010,12 @@
Returns
-Promise<Job >
+Promise<Job >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): Job []
+▸ pickOnlySelected (items): Job []
Parameters
@@ -2027,17 +2027,17 @@
items
-Job []
+Job []
Returns
-Job []
+Job []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | Job []>
+▸ reloadAll (opts?): Promise<undefined | Job []>
Parameters
Returns
-Promise<undefined | Job []>
+Promise<undefined | Job []>
Inherited from
KubeObjectStore.reloadAll
@@ -2083,7 +2083,7 @@
item
-Job
+Job
@@ -2105,7 +2105,7 @@
item
-Job
+Job
request
@@ -2131,7 +2131,7 @@
items
-Job []
+Job []
@@ -2196,7 +2196,7 @@
item
-Job
+Job
@@ -2206,7 +2206,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): Job []
+▸ Protected sortItems (items?, sorting?, order?): Job []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2223,12 +2223,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-Job []
+Job []
the items to be sorted (default: the current items in this store)
sorting?
-(item: Job ) => any[]
+(item: Job ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2239,7 +2239,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-Job []
+Job []
Inherited from
KubeObjectStore.sortItems
@@ -2256,7 +2256,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2278,7 +2278,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Job
+Job
@@ -2300,7 +2300,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-Job []
+Job []
@@ -2322,7 +2322,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Job
+Job
@@ -2332,7 +2332,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<Job >
+▸ update (item, data): Promise<Job >
Parameters
@@ -2344,16 +2344,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Job
+Job
data
-PartialObjectDeep<Job >
+PartialObjectDeep<Job >
Returns
-Promise<Job >
+Promise<Job >
Inherited from
KubeObjectStore.update
@@ -2365,7 +2365,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<Job >
+▸ Protected updateItem (item, request): Promise<Job >
Parameters
@@ -2377,16 +2377,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Job
+Job
request
-() => Promise<Job >
+() => Promise<Job >
Returns
-Promise<Job >
+Promise<Job >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.KubeObjectStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.KubeObjectStore/index.html
similarity index 96%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.KubeObjectStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.KubeObjectStore/index.html
index ab8aa42d09..5e30db64bd 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.KubeObjectStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.KubeObjectStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1232,7 +1232,7 @@
Class: KubeObjectStore<K, A, D>
-LensExtensionsRendererApi .K8sApi .KubeObjectStore
+Renderer .K8sApi .KubeObjectStore
Type parameters
@@ -1244,7 +1244,7 @@
K
-extends KubeObject = KubeObject
+extends KubeObject = KubeObject
A
@@ -1345,7 +1345,7 @@
K
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, K> = KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, K> = KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
A
@@ -1353,7 +1353,7 @@
D
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, D> = KubeApiDataFrom<K, A>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, D> = KubeApiDataFrom<K, A>
@@ -1392,7 +1392,7 @@
K
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, K> = KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, K> = KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
A
@@ -1400,7 +1400,7 @@
D
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, D> = KubeApiDataFrom<K, A>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, D> = KubeApiDataFrom<K, A>
@@ -1536,7 +1536,7 @@
Returns
Generator<K, void, undefined>
Inherited from
-InternalKubeObjectStore.__@iterator@916
+InternalKubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1891,7 +1891,7 @@
«destructured»
-KubeObjectStoreLoadAllParams
+KubeObjectStoreLoadAllParams
@@ -1965,7 +1965,7 @@
«destructured»
-KubeObjectStoreLoadingParams
+KubeObjectStoreLoadingParams
@@ -2268,7 +2268,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.LimitRangesStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.LimitRangesStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.LimitRangesStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.LimitRangesStore/index.html
index 2975ab4f71..2e088c71c9 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.LimitRangesStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.LimitRangesStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,10 +1211,10 @@
Class: LimitRangesStore
-LensExtensionsRendererApi .K8sApi .LimitRangesStore
+Renderer .K8sApi .LimitRangesStore
Hierarchy
↳ LimitRangesStore
Table of contents
@@ -1325,7 +1325,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: LimitRange ) => string
+• Protected defaultSorting : (item: LimitRange ) => string
Type declaration
▸ (item): string
Parameters
@@ -1339,7 +1339,7 @@
item
-LimitRange
+LimitRange
@@ -1354,7 +1354,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , void, LimitRangeSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , void, LimitRangeSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1374,7 +1374,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<LimitRange >
+• items : IObservableArray<LimitRange >
Inherited from
KubeObjectStore.items
@@ -1410,11 +1410,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<LimitRange , void, undefined>
+▸ [iterator] (): Generator<LimitRange , void, undefined>
Returns
-Generator<LimitRange , void, undefined>
+Generator<LimitRange , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1439,7 +1439,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<LimitRange >
+▸ create (params, data?): Promise<LimitRange >
Parameters
Returns
-Promise<LimitRange >
+Promise<LimitRange >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | LimitRange >
+▸ Protected createItem (params, data?): Promise<null | LimitRange >
Parameters
Returns
-Promise<null | LimitRange >
+Promise<null | LimitRange >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): LimitRange []
+▸ Protected filterItemsOnLoad (items): LimitRange []
Parameters
Returns
-LimitRange []
+LimitRange []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): LimitRange []
+▸ getAllByNs (namespace, strict?): LimitRange []
Parameters
Returns
-LimitRange []
+LimitRange []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | LimitRange
+▸ getById (id): undefined | LimitRange
Parameters
Returns
-undefined | LimitRange
+undefined | LimitRange
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): LimitRange []
+▸ getByLabel (labels): LimitRange []
Parameters
Returns
-LimitRange []
+LimitRange []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | LimitRange
+▸ getByName (name, namespace?): undefined | LimitRange
Parameters
Returns
-undefined | LimitRange
+undefined | LimitRange
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | LimitRange
+▸ getByPath (path): undefined | LimitRange
Parameters
Returns
-undefined | LimitRange
+undefined | LimitRange
Inherited from
KubeObjectStore.getByPath
@@ -1669,9 +1669,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): LimitRange []
+▸ getItems (): LimitRange []
Returns
-LimitRange []
+LimitRange []
Inherited from
KubeObjectStore.getItems
@@ -1695,7 +1695,7 @@
item
-LimitRange
+LimitRange
@@ -1717,7 +1717,7 @@
visibleItems?
-LimitRange []
+LimitRange []
@@ -1727,7 +1727,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<LimitRange >
+▸ load (params): Promise<LimitRange >
Parameters
Returns
-Promise<LimitRange >
+Promise<LimitRange >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | LimitRange []>
+▸ loadAll («destructured»?): Promise<undefined | LimitRange []>
Parameters
Returns
-Promise<undefined | LimitRange []>
+Promise<undefined | LimitRange []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<LimitRange >
+▸ loadFromPath (resourcePath): Promise<LimitRange >
Parameters
Returns
-Promise<LimitRange >
+Promise<LimitRange >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | LimitRange >
+▸ Protected loadItem (params): Promise<null | LimitRange >
Parameters
Returns
-Promise<null | LimitRange >
+Promise<null | LimitRange >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<LimitRange []>
+▸ Protected loadItems («destructured»): Promise<LimitRange []>
Parameters
Returns
-Promise<LimitRange []>
+Promise<LimitRange []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): LimitRange []
+▸ Protected mergeItems (partialItems, «destructured»): LimitRange []
Parameters
@@ -1865,7 +1865,7 @@
partialItems
-LimitRange []
+LimitRange []
«destructured»
@@ -1874,12 +1874,12 @@
Returns
-LimitRange []
+LimitRange []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<LimitRange >
+▸ patch (item, patch): Promise<LimitRange >
Parameters
Returns
-Promise<LimitRange >
+Promise<LimitRange >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): LimitRange []
+▸ pickOnlySelected (items): LimitRange []
Parameters
Returns
-LimitRange []
+LimitRange []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | LimitRange []>
+▸ reloadAll (opts?): Promise<undefined | LimitRange []>
Parameters
Returns
-Promise<undefined | LimitRange []>
+Promise<undefined | LimitRange []>
Inherited from
KubeObjectStore.reloadAll
@@ -1973,7 +1973,7 @@
item
-LimitRange
+LimitRange
@@ -1995,7 +1995,7 @@
item
-LimitRange
+LimitRange
request
@@ -2021,7 +2021,7 @@
items
-LimitRange []
+LimitRange []
@@ -2086,7 +2086,7 @@
item
-LimitRange
+LimitRange
@@ -2096,7 +2096,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): LimitRange []
+▸ Protected sortItems (items?, sorting?, order?): LimitRange []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2113,12 +2113,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-LimitRange []
+LimitRange []
the items to be sorted (default: the current items in this store)
sorting?
-(item: LimitRange ) => any[]
+(item: LimitRange ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2129,7 +2129,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-LimitRange []
+LimitRange []
Inherited from
KubeObjectStore.sortItems
@@ -2146,7 +2146,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2168,7 +2168,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-LimitRange
+LimitRange
@@ -2190,7 +2190,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-LimitRange []
+LimitRange []
@@ -2212,7 +2212,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-LimitRange
+LimitRange
@@ -2222,7 +2222,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<LimitRange >
+▸ update (item, data): Promise<LimitRange >
Parameters
@@ -2234,16 +2234,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-LimitRange
+LimitRange
data
-PartialObjectDeep<LimitRange >
+PartialObjectDeep<LimitRange >
Returns
-Promise<LimitRange >
+Promise<LimitRange >
Inherited from
KubeObjectStore.update
@@ -2255,7 +2255,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<LimitRange >
+▸ Protected updateItem (item, request): Promise<LimitRange >
Parameters
Returns
-Promise<LimitRange >
+Promise<LimitRange >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.NamespaceStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.NamespaceStore/index.html
similarity index 91%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.NamespaceStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.NamespaceStore/index.html
index 6b2e5bd679..d0814f32cf 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.NamespaceStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.NamespaceStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1309,10 +1309,10 @@
Class: NamespaceStore
-LensExtensionsRendererApi .K8sApi .NamespaceStore
+Renderer .K8sApi .NamespaceStore
Hierarchy
↳ NamespaceStore
Table of contents
@@ -1433,7 +1433,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: Namespace ) => string
+• Protected defaultSorting : (item: Namespace ) => string
Type declaration
▸ (item): string
Parameters
@@ -1447,7 +1447,7 @@
item
-Namespace
+Namespace
@@ -1462,7 +1462,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <ClusterScopedMetadata , NamespaceStatus, NamespaceSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <ClusterScopedMetadata , NamespaceStatus, NamespaceSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1482,7 +1482,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<Namespace >
+• items : IObservableArray<Namespace >
Inherited from
KubeObjectStore.items
@@ -1571,11 +1571,11 @@ the filter or if the user has clicked the "All Namespaces" option
Set<string>
Methods
[iterator]
-▸ [iterator] (): Generator<Namespace , void, undefined>
+▸ [iterator] (): Generator<Namespace , void, undefined>
Returns
-Generator<Namespace , void, undefined>
+Generator<Namespace , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1620,7 +1620,7 @@ the filter or if the user has clicked the "All Namespaces" option
void
create
-▸ create (params, data?): Promise<Namespace >
+▸ create (params, data?): Promise<Namespace >
Parameters
@@ -1644,17 +1644,17 @@ the filter or if the user has clicked the "All Namespaces" option
data?
-PartialObjectDeep<Namespace >
+PartialObjectDeep<Namespace >
Returns
-Promise<Namespace >
+Promise<Namespace >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | Namespace >
+▸ Protected createItem (params, data?): Promise<null | Namespace >
Parameters
@@ -1678,17 +1678,17 @@ the filter or if the user has clicked the "All Namespaces" option
data?
-PartialObjectDeep<Namespace >
+PartialObjectDeep<Namespace >
Returns
-Promise<null | Namespace >
+Promise<null | Namespace >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): Namespace []
+▸ Protected filterItemsOnLoad (items): Namespace []
Parameters
@@ -1700,17 +1700,17 @@ the filter or if the user has clicked the "All Namespaces" option
items
-Namespace []
+Namespace []
Returns
-Namespace []
+Namespace []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): Namespace []
+▸ getAllByNs (namespace, strict?): Namespace []
Parameters
@@ -1731,12 +1731,12 @@ the filter or if the user has clicked the "All Namespaces" option
Returns
-Namespace []
+Namespace []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | Namespace
+▸ getById (id): undefined | Namespace
Parameters
@@ -1753,12 +1753,12 @@ the filter or if the user has clicked the "All Namespaces" option
Returns
-undefined | Namespace
+undefined | Namespace
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): Namespace []
+▸ getByLabel (labels): Namespace []
Parameters
@@ -1775,12 +1775,12 @@ the filter or if the user has clicked the "All Namespaces" option
Returns
-Namespace []
+Namespace []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | Namespace
+▸ getByName (name, namespace?): undefined | Namespace
Parameters
@@ -1801,12 +1801,12 @@ the filter or if the user has clicked the "All Namespaces" option
Returns
-undefined | Namespace
+undefined | Namespace
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | Namespace
+▸ getByPath (path): undefined | Namespace
Parameters
@@ -1823,7 +1823,7 @@ the filter or if the user has clicked the "All Namespaces" option
Returns
-undefined | Namespace
+undefined | Namespace
Inherited from
KubeObjectStore.getByPath
@@ -1850,9 +1850,9 @@ the filter or if the user has clicked the "All Namespaces" option
KubeObjectStore.getIndexById
getItems
-▸ getItems (): Namespace []
+▸ getItems (): Namespace []
Returns
-Namespace []
+Namespace []
Inherited from
KubeObjectStore.getItems
@@ -1900,7 +1900,7 @@ the filter or if the user has clicked the "All Namespaces" option
item
-Namespace
+Namespace
@@ -1922,7 +1922,7 @@ the filter or if the user has clicked the "All Namespaces" option
visibleItems?
-Namespace []
+Namespace []
@@ -1932,7 +1932,7 @@ the filter or if the user has clicked the "All Namespaces" option
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<Namespace >
+▸ load (params): Promise<Namespace >
Parameters
@@ -1957,12 +1957,12 @@ the filter or if the user has clicked the "All Namespaces" option
Returns
-Promise<Namespace >
+Promise<Namespace >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | Namespace []>
+▸ loadAll («destructured»?): Promise<undefined | Namespace []>
Parameters
Returns
-Promise<undefined | Namespace []>
+Promise<undefined | Namespace []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<Namespace >
+▸ loadFromPath (resourcePath): Promise<Namespace >
Parameters
@@ -2001,12 +2001,12 @@ the filter or if the user has clicked the "All Namespaces" option
Returns
-Promise<Namespace >
+Promise<Namespace >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | Namespace >
+▸ Protected loadItem (params): Promise<null | Namespace >
Parameters
@@ -2031,12 +2031,12 @@ the filter or if the user has clicked the "All Namespaces" option
Returns
-Promise<null | Namespace >
+Promise<null | Namespace >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems (params): Promise<Namespace []>
+▸ Protected loadItems (params): Promise<Namespace []>
Parameters
Returns
-Promise<Namespace []>
+Promise<Namespace []>
Overrides
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): Namespace []
+▸ Protected mergeItems (partialItems, «destructured»): Namespace []
Parameters
@@ -2070,7 +2070,7 @@ the filter or if the user has clicked the "All Namespaces" option
partialItems
-Namespace []
+Namespace []
«destructured»
@@ -2079,7 +2079,7 @@ the filter or if the user has clicked the "All Namespaces" option
Returns
-Namespace []
+Namespace []
Inherited from
KubeObjectStore.mergeItems
@@ -2112,7 +2112,7 @@ the filter or if the user has clicked the "All Namespaces" option
IReactionDisposer
patch
-▸ patch (item, patch): Promise<Namespace >
+▸ patch (item, patch): Promise<Namespace >
Parameters
@@ -2124,7 +2124,7 @@ the filter or if the user has clicked the "All Namespaces" option
item
-Namespace
+Namespace
patch
@@ -2133,12 +2133,12 @@ the filter or if the user has clicked the "All Namespaces" option
Returns
-Promise<Namespace >
+Promise<Namespace >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): Namespace []
+▸ pickOnlySelected (items): Namespace []
Parameters
@@ -2150,17 +2150,17 @@ the filter or if the user has clicked the "All Namespaces" option
items
-Namespace []
+Namespace []
Returns
-Namespace []
+Namespace []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | Namespace []>
+▸ reloadAll (opts?): Promise<undefined | Namespace []>
Parameters
@@ -2189,7 +2189,7 @@ the filter or if the user has clicked the "All Namespaces" option
Returns
-Promise<undefined | Namespace []>
+Promise<undefined | Namespace []>
Inherited from
KubeObjectStore.reloadAll
@@ -2206,7 +2206,7 @@ the filter or if the user has clicked the "All Namespaces" option
item
-Namespace
+Namespace
@@ -2228,7 +2228,7 @@ the filter or if the user has clicked the "All Namespaces" option
item
-Namespace
+Namespace
request
@@ -2254,7 +2254,7 @@ the filter or if the user has clicked the "All Namespaces" option
items
-Namespace []
+Namespace []
@@ -2319,7 +2319,7 @@ the filter or if the user has clicked the "All Namespaces" option
item
-Namespace
+Namespace
@@ -2357,7 +2357,7 @@ the filter or if the user has clicked the "All Namespaces" option
void
sortItems
-▸ Protected sortItems (items?, sorting?, order?): Namespace []
+▸ Protected sortItems (items?, sorting?, order?): Namespace []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2374,12 +2374,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-Namespace []
+Namespace []
the items to be sorted (default: the current items in this store)
sorting?
-(item: Namespace ) => any[]
+(item: Namespace ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2390,7 +2390,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-Namespace []
+Namespace []
Inherited from
KubeObjectStore.sortItems
@@ -2497,7 +2497,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Namespace
+Namespace
@@ -2519,7 +2519,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-Namespace []
+Namespace []
@@ -2566,7 +2566,7 @@ explicitly deselected.
item
-Namespace
+Namespace
@@ -2576,7 +2576,7 @@ explicitly deselected.
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<Namespace >
+▸ update (item, data): Promise<Namespace >
Parameters
Returns
-Promise<Namespace >
+Promise<Namespace >
Inherited from
KubeObjectStore.update
@@ -2609,7 +2609,7 @@ explicitly deselected.
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<Namespace >
+▸ Protected updateItem (item, request): Promise<Namespace >
Parameters
Returns
-Promise<Namespace >
+Promise<Namespace >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.NetworkPolicyStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/index.html
similarity index 89%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.NetworkPolicyStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/index.html
index b2e59eefe4..4417599be1 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.NetworkPolicyStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,10 +1211,10 @@
Class: NetworkPolicyStore
-LensExtensionsRendererApi .K8sApi .NetworkPolicyStore
+Renderer .K8sApi .NetworkPolicyStore
Hierarchy
↳ NetworkPolicyStore
Table of contents
@@ -1325,7 +1325,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: NetworkPolicy ) => string
+• Protected defaultSorting : (item: NetworkPolicy ) => string
Type declaration
▸ (item): string
Parameters
@@ -1339,7 +1339,7 @@
item
-NetworkPolicy
+NetworkPolicy
@@ -1354,7 +1354,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , void, NetworkPolicySpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , void, NetworkPolicySpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1374,7 +1374,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<NetworkPolicy >
+• items : IObservableArray<NetworkPolicy >
Inherited from
KubeObjectStore.items
@@ -1410,11 +1410,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<NetworkPolicy , void, undefined>
+▸ [iterator] (): Generator<NetworkPolicy , void, undefined>
Returns
-Generator<NetworkPolicy , void, undefined>
+Generator<NetworkPolicy , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1439,7 +1439,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<NetworkPolicy >
+▸ create (params, data?): Promise<NetworkPolicy >
Parameters
Returns
-Promise<NetworkPolicy >
+Promise<NetworkPolicy >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | NetworkPolicy >
+▸ Protected createItem (params, data?): Promise<null | NetworkPolicy >
Parameters
Returns
-Promise<null | NetworkPolicy >
+Promise<null | NetworkPolicy >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): NetworkPolicy []
+▸ Protected filterItemsOnLoad (items): NetworkPolicy []
Parameters
Returns
-NetworkPolicy []
+NetworkPolicy []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): NetworkPolicy []
+▸ getAllByNs (namespace, strict?): NetworkPolicy []
Parameters
Returns
-NetworkPolicy []
+NetworkPolicy []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | NetworkPolicy
+▸ getById (id): undefined | NetworkPolicy
Parameters
Returns
-undefined | NetworkPolicy
+undefined | NetworkPolicy
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): NetworkPolicy []
+▸ getByLabel (labels): NetworkPolicy []
Parameters
Returns
-NetworkPolicy []
+NetworkPolicy []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | NetworkPolicy
+▸ getByName (name, namespace?): undefined | NetworkPolicy
Parameters
Returns
-undefined | NetworkPolicy
+undefined | NetworkPolicy
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | NetworkPolicy
+▸ getByPath (path): undefined | NetworkPolicy
Parameters
Returns
-undefined | NetworkPolicy
+undefined | NetworkPolicy
Inherited from
KubeObjectStore.getByPath
@@ -1669,9 +1669,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): NetworkPolicy []
+▸ getItems (): NetworkPolicy []
Returns
-NetworkPolicy []
+NetworkPolicy []
Inherited from
KubeObjectStore.getItems
@@ -1695,7 +1695,7 @@
item
-NetworkPolicy
+NetworkPolicy
@@ -1717,7 +1717,7 @@
visibleItems?
-NetworkPolicy []
+NetworkPolicy []
@@ -1727,7 +1727,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<NetworkPolicy >
+▸ load (params): Promise<NetworkPolicy >
Parameters
Returns
-Promise<NetworkPolicy >
+Promise<NetworkPolicy >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | NetworkPolicy []>
+▸ loadAll («destructured»?): Promise<undefined | NetworkPolicy []>
Parameters
Returns
-Promise<undefined | NetworkPolicy []>
+Promise<undefined | NetworkPolicy []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<NetworkPolicy >
+▸ loadFromPath (resourcePath): Promise<NetworkPolicy >
Parameters
Returns
-Promise<NetworkPolicy >
+Promise<NetworkPolicy >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | NetworkPolicy >
+▸ Protected loadItem (params): Promise<null | NetworkPolicy >
Parameters
Returns
-Promise<null | NetworkPolicy >
+Promise<null | NetworkPolicy >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<NetworkPolicy []>
+▸ Protected loadItems («destructured»): Promise<NetworkPolicy []>
Parameters
Returns
-Promise<NetworkPolicy []>
+Promise<NetworkPolicy []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): NetworkPolicy []
+▸ Protected mergeItems (partialItems, «destructured»): NetworkPolicy []
Parameters
Returns
-NetworkPolicy []
+NetworkPolicy []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<NetworkPolicy >
+▸ patch (item, patch): Promise<NetworkPolicy >
Parameters
Returns
-Promise<NetworkPolicy >
+Promise<NetworkPolicy >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): NetworkPolicy []
+▸ pickOnlySelected (items): NetworkPolicy []
Parameters
Returns
-NetworkPolicy []
+NetworkPolicy []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | NetworkPolicy []>
+▸ reloadAll (opts?): Promise<undefined | NetworkPolicy []>
Parameters
Returns
-Promise<undefined | NetworkPolicy []>
+Promise<undefined | NetworkPolicy []>
Inherited from
KubeObjectStore.reloadAll
@@ -1973,7 +1973,7 @@
item
-NetworkPolicy
+NetworkPolicy
@@ -1995,7 +1995,7 @@
item
-NetworkPolicy
+NetworkPolicy
request
@@ -2021,7 +2021,7 @@
items
-NetworkPolicy []
+NetworkPolicy []
@@ -2086,7 +2086,7 @@
item
-NetworkPolicy
+NetworkPolicy
@@ -2096,7 +2096,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): NetworkPolicy []
+▸ Protected sortItems (items?, sorting?, order?): NetworkPolicy []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2113,12 +2113,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-NetworkPolicy []
+NetworkPolicy []
the items to be sorted (default: the current items in this store)
sorting?
-(item: NetworkPolicy ) => any[]
+(item: NetworkPolicy ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2129,7 +2129,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-NetworkPolicy []
+NetworkPolicy []
Inherited from
KubeObjectStore.sortItems
@@ -2146,7 +2146,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2168,7 +2168,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-NetworkPolicy
+NetworkPolicy
@@ -2190,7 +2190,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-NetworkPolicy []
+NetworkPolicy []
@@ -2212,7 +2212,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-NetworkPolicy
+NetworkPolicy
@@ -2222,7 +2222,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<NetworkPolicy >
+▸ update (item, data): Promise<NetworkPolicy >
Parameters
Returns
-Promise<NetworkPolicy >
+Promise<NetworkPolicy >
Inherited from
KubeObjectStore.update
@@ -2255,7 +2255,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<NetworkPolicy >
+▸ Protected updateItem (item, request): Promise<NetworkPolicy >
Parameters
Returns
-Promise<NetworkPolicy >
+Promise<NetworkPolicy >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.NodesStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.NodesStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.NodesStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.NodesStore/index.html
index ffe719332b..02e8a959aa 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.NodesStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.NodesStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1232,10 +1232,10 @@
Class: NodesStore
-LensExtensionsRendererApi .K8sApi .NodesStore
+Renderer .K8sApi .NodesStore
Hierarchy
-KubeObjectStore<Node , NodeApi>
+KubeObjectStore<Node , NodeApi>
↳ NodesStore
Table of contents
@@ -1349,7 +1349,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: Node ) => string
+• Protected defaultSorting : (item: Node ) => string
Type declaration
▸ (item): string
Parameters
@@ -1363,7 +1363,7 @@
item
-Node
+Node
@@ -1378,7 +1378,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <ClusterScopedMetadata , NodeStatus, NodeSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <ClusterScopedMetadata , NodeStatus, NodeSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1398,7 +1398,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<Node >
+• items : IObservableArray<Node >
Inherited from
KubeObjectStore.items
@@ -1420,9 +1420,9 @@
KubeObjectStore.contextItems
masterNodes
-• get masterNodes (): Node []
+• get masterNodes (): Node []
Returns
-Node []
+Node []
query
• get query (): KubeApiQueryParams
@@ -1439,16 +1439,16 @@
KubeObjectStore.selectedItems
workerNodes
-• get workerNodes (): Node []
+• get workerNodes (): Node []
Returns
-Node []
+Node []
Methods
[iterator]
-▸ [iterator] (): Generator<Node , void, undefined>
+▸ [iterator] (): Generator<Node , void, undefined>
Returns
-Generator<Node , void, undefined>
+Generator<Node , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1473,7 +1473,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<Node >
+▸ create (params, data?): Promise<Node >
Parameters
@@ -1497,17 +1497,17 @@
data?
-PartialObjectDeep<Node >
+PartialObjectDeep<Node >
Returns
-Promise<Node >
+Promise<Node >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | Node >
+▸ Protected createItem (params, data?): Promise<null | Node >
Parameters
@@ -1531,17 +1531,17 @@
data?
-PartialObjectDeep<Node >
+PartialObjectDeep<Node >
Returns
-Promise<null | Node >
+Promise<null | Node >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): Node []
+▸ Protected filterItemsOnLoad (items): Node []
Parameters
@@ -1553,17 +1553,17 @@
items
-Node []
+Node []
Returns
-Node []
+Node []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): Node []
+▸ getAllByNs (namespace, strict?): Node []
Parameters
Returns
-Node []
+Node []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | Node
+▸ getById (id): undefined | Node
Parameters
Returns
-undefined | Node
+undefined | Node
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): Node []
+▸ getByLabel (labels): Node []
Parameters
Returns
-Node []
+Node []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | Node
+▸ getByName (name, namespace?): undefined | Node
Parameters
Returns
-undefined | Node
+undefined | Node
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | Node
+▸ getByPath (path): undefined | Node
Parameters
Returns
-undefined | Node
+undefined | Node
Inherited from
KubeObjectStore.getByPath
@@ -1703,9 +1703,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): Node []
+▸ getItems (): Node []
Returns
-Node []
+Node []
Inherited from
KubeObjectStore.getItems
@@ -1734,7 +1734,7 @@
item
-Node
+Node
@@ -1756,7 +1756,7 @@
visibleItems?
-Node []
+Node []
@@ -1766,7 +1766,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<Node >
+▸ load (params): Promise<Node >
Parameters
Returns
-Promise<Node >
+Promise<Node >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | Node []>
+▸ loadAll («destructured»?): Promise<undefined | Node []>
Parameters
Returns
-Promise<undefined | Node []>
+Promise<undefined | Node []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<Node >
+▸ loadFromPath (resourcePath): Promise<Node >
Parameters
Returns
-Promise<Node >
+Promise<Node >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | Node >
+▸ Protected loadItem (params): Promise<null | Node >
Parameters
Returns
-Promise<null | Node >
+Promise<null | Node >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<Node []>
+▸ Protected loadItems («destructured»): Promise<Node []>
Parameters
Returns
-Promise<Node []>
+Promise<Node []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): Node []
+▸ Protected mergeItems (partialItems, «destructured»): Node []
Parameters
@@ -1904,7 +1904,7 @@
partialItems
-Node []
+Node []
«destructured»
@@ -1913,12 +1913,12 @@
Returns
-Node []
+Node []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<Node >
+▸ patch (item, patch): Promise<Node >
Parameters
@@ -1930,7 +1930,7 @@
item
-Node
+Node
patch
@@ -1939,12 +1939,12 @@
Returns
-Promise<Node >
+Promise<Node >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): Node []
+▸ pickOnlySelected (items): Node []
Parameters
@@ -1956,17 +1956,17 @@
items
-Node []
+Node []
Returns
-Node []
+Node []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | Node []>
+▸ reloadAll (opts?): Promise<undefined | Node []>
Parameters
Returns
-Promise<undefined | Node []>
+Promise<undefined | Node []>
Inherited from
KubeObjectStore.reloadAll
@@ -2012,7 +2012,7 @@
item
-Node
+Node
@@ -2034,7 +2034,7 @@
item
-Node
+Node
request
@@ -2060,7 +2060,7 @@
items
-Node []
+Node []
@@ -2125,7 +2125,7 @@
item
-Node
+Node
@@ -2135,7 +2135,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): Node []
+▸ Protected sortItems (items?, sorting?, order?): Node []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2152,12 +2152,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-Node []
+Node []
the items to be sorted (default: the current items in this store)
sorting?
-(item: Node ) => any[]
+(item: Node ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2168,7 +2168,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-Node []
+Node []
Inherited from
KubeObjectStore.sortItems
@@ -2185,7 +2185,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2207,7 +2207,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Node
+Node
@@ -2229,7 +2229,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-Node []
+Node []
@@ -2251,7 +2251,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Node
+Node
@@ -2261,7 +2261,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<Node >
+▸ update (item, data): Promise<Node >
Parameters
@@ -2273,16 +2273,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Node
+Node
data
-PartialObjectDeep<Node >
+PartialObjectDeep<Node >
Returns
-Promise<Node >
+Promise<Node >
Inherited from
KubeObjectStore.update
@@ -2294,7 +2294,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<Node >
+▸ Protected updateItem (item, request): Promise<Node >
Parameters
@@ -2306,16 +2306,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Node
+Node
request
-() => Promise<Node >
+() => Promise<Node >
Returns
-Promise<Node >
+Promise<Node >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.PersistentVolumesStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/index.html
similarity index 89%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.PersistentVolumesStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/index.html
index 3b9a7cfef4..90f20c67ee 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.PersistentVolumesStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1218,10 +1218,10 @@
Class: PersistentVolumesStore
-LensExtensionsRendererApi .K8sApi .PersistentVolumesStore
+Renderer .K8sApi .PersistentVolumesStore
Hierarchy
↳ PersistentVolumesStore
Table of contents
@@ -1333,7 +1333,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: PersistentVolume ) => string
+• Protected defaultSorting : (item: PersistentVolume ) => string
Type declaration
▸ (item): string
Parameters
@@ -1347,7 +1347,7 @@
item
-PersistentVolume
+PersistentVolume
@@ -1362,7 +1362,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <ClusterScopedMetadata , PersistentVolumeStatus, PersistentVolumeSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <ClusterScopedMetadata , PersistentVolumeStatus, PersistentVolumeSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1382,7 +1382,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<PersistentVolume >
+• items : IObservableArray<PersistentVolume >
Inherited from
KubeObjectStore.items
@@ -1418,11 +1418,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<PersistentVolume , void, undefined>
+▸ [iterator] (): Generator<PersistentVolume , void, undefined>
Returns
-Generator<PersistentVolume , void, undefined>
+Generator<PersistentVolume , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1447,7 +1447,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<PersistentVolume >
+▸ create (params, data?): Promise<PersistentVolume >
Parameters
Returns
-Promise<PersistentVolume >
+Promise<PersistentVolume >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | PersistentVolume >
+▸ Protected createItem (params, data?): Promise<null | PersistentVolume >
Parameters
Returns
-Promise<null | PersistentVolume >
+Promise<null | PersistentVolume >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): PersistentVolume []
+▸ Protected filterItemsOnLoad (items): PersistentVolume []
Parameters
Returns
-PersistentVolume []
+PersistentVolume []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): PersistentVolume []
+▸ getAllByNs (namespace, strict?): PersistentVolume []
Parameters
Returns
-PersistentVolume []
+PersistentVolume []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | PersistentVolume
+▸ getById (id): undefined | PersistentVolume
Parameters
Returns
-undefined | PersistentVolume
+undefined | PersistentVolume
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): PersistentVolume []
+▸ getByLabel (labels): PersistentVolume []
Parameters
Returns
-PersistentVolume []
+PersistentVolume []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | PersistentVolume
+▸ getByName (name, namespace?): undefined | PersistentVolume
Parameters
Returns
-undefined | PersistentVolume
+undefined | PersistentVolume
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | PersistentVolume
+▸ getByPath (path): undefined | PersistentVolume
Parameters
Returns
-undefined | PersistentVolume
+undefined | PersistentVolume
Inherited from
KubeObjectStore.getByPath
getByStorageClass
-▸ getByStorageClass (storageClass): PersistentVolume []
+▸ getByStorageClass (storageClass): PersistentVolume []
Parameters
Returns
-PersistentVolume []
+PersistentVolume []
getIndexById
▸ getIndexById (id): number
@@ -1697,9 +1697,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): PersistentVolume []
+▸ getItems (): PersistentVolume []
Returns
-PersistentVolume []
+PersistentVolume []
Inherited from
KubeObjectStore.getItems
@@ -1723,7 +1723,7 @@
item
-PersistentVolume
+PersistentVolume
@@ -1745,7 +1745,7 @@
visibleItems?
-PersistentVolume []
+PersistentVolume []
@@ -1755,7 +1755,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<PersistentVolume >
+▸ load (params): Promise<PersistentVolume >
Parameters
Returns
-Promise<PersistentVolume >
+Promise<PersistentVolume >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | PersistentVolume []>
+▸ loadAll («destructured»?): Promise<undefined | PersistentVolume []>
Parameters
Returns
-Promise<undefined | PersistentVolume []>
+Promise<undefined | PersistentVolume []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<PersistentVolume >
+▸ loadFromPath (resourcePath): Promise<PersistentVolume >
Parameters
Returns
-Promise<PersistentVolume >
+Promise<PersistentVolume >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | PersistentVolume >
+▸ Protected loadItem (params): Promise<null | PersistentVolume >
Parameters
Returns
-Promise<null | PersistentVolume >
+Promise<null | PersistentVolume >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<PersistentVolume []>
+▸ Protected loadItems («destructured»): Promise<PersistentVolume []>
Parameters
Returns
-Promise<PersistentVolume []>
+Promise<PersistentVolume []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): PersistentVolume []
+▸ Protected mergeItems (partialItems, «destructured»): PersistentVolume []
Parameters
Returns
-PersistentVolume []
+PersistentVolume []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<PersistentVolume >
+▸ patch (item, patch): Promise<PersistentVolume >
Parameters
Returns
-Promise<PersistentVolume >
+Promise<PersistentVolume >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): PersistentVolume []
+▸ pickOnlySelected (items): PersistentVolume []
Parameters
Returns
-PersistentVolume []
+PersistentVolume []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | PersistentVolume []>
+▸ reloadAll (opts?): Promise<undefined | PersistentVolume []>
Parameters
Returns
-Promise<undefined | PersistentVolume []>
+Promise<undefined | PersistentVolume []>
Inherited from
KubeObjectStore.reloadAll
@@ -2001,7 +2001,7 @@
item
-PersistentVolume
+PersistentVolume
@@ -2023,7 +2023,7 @@
item
-PersistentVolume
+PersistentVolume
request
@@ -2049,7 +2049,7 @@
items
-PersistentVolume []
+PersistentVolume []
@@ -2114,7 +2114,7 @@
item
-PersistentVolume
+PersistentVolume
@@ -2124,7 +2124,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): PersistentVolume []
+▸ Protected sortItems (items?, sorting?, order?): PersistentVolume []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2141,12 +2141,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-PersistentVolume []
+PersistentVolume []
the items to be sorted (default: the current items in this store)
sorting?
-(item: PersistentVolume ) => any[]
+(item: PersistentVolume ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2157,7 +2157,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-PersistentVolume []
+PersistentVolume []
Inherited from
KubeObjectStore.sortItems
@@ -2174,7 +2174,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2196,7 +2196,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-PersistentVolume
+PersistentVolume
@@ -2218,7 +2218,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-PersistentVolume []
+PersistentVolume []
@@ -2240,7 +2240,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-PersistentVolume
+PersistentVolume
@@ -2250,7 +2250,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<PersistentVolume >
+▸ update (item, data): Promise<PersistentVolume >
Parameters
Returns
-Promise<PersistentVolume >
+Promise<PersistentVolume >
Inherited from
KubeObjectStore.update
@@ -2283,7 +2283,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<PersistentVolume >
+▸ Protected updateItem (item, request): Promise<PersistentVolume >
Parameters
Returns
-Promise<PersistentVolume >
+Promise<PersistentVolume >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/index.html
new file mode 100644
index 0000000000..8c51d32ace
--- /dev/null
+++ b/master/extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/index.html
@@ -0,0 +1,2354 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: PodDisruptionBudgetsStore - Lens Extension Development
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: PodDisruptionBudgetsStore
+Renderer .K8sApi .PodDisruptionBudgetsStore
+Hierarchy
+
+↳ PodDisruptionBudgetsStore
+Table of contents
+Constructors
+
+Properties
+
+Accessors
+
+Methods
+
+Constructors
+constructor
+• new PodDisruptionBudgetsStore (dependencies, api, opts?)
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+dependencies
+KubeObjectStoreDependencies
+
+
+api
+PodDisruptionBudgetApi
+
+
+opts?
+KubeObjectStoreOptions
+
+
+
+Inherited from
+KubeObjectStore<PodDisruptionBudget, PodDisruptionBudgetApi>.constructor
+Properties
+api
+• Readonly api : PodDisruptionBudgetApi
+Inherited from
+KubeObjectStore.api
+
+bufferSize
+• Readonly bufferSize : number
+Inherited from
+KubeObjectStore.bufferSize
+
+defaultSorting
+• Protected defaultSorting : (item: PodDisruptionBudget ) => string
+Type declaration
+▸ (item): string
+Parameters
+
+Returns
+string
+Inherited from
+KubeObjectStore.defaultSorting
+
+dependencies
+• Protected Readonly dependencies : KubeObjectStoreDependencies
+Inherited from
+KubeObjectStore.dependencies
+
+eventsBuffer
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , V1Beta1PodDisruptionBudgetStatus | V1PodDisruptionBudgetStatus, PodDisruptionBudgetSpec>>>
+Inherited from
+KubeObjectStore.eventsBuffer
+
+failedLoading
+• failedLoading : boolean
+Inherited from
+KubeObjectStore.failedLoading
+
+isLoaded
+• isLoaded : boolean
+Inherited from
+KubeObjectStore.isLoaded
+
+isLoading
+• isLoading : boolean
+Inherited from
+KubeObjectStore.isLoading
+
+items
+• items : IObservableArray<PodDisruptionBudget >
+Inherited from
+KubeObjectStore.items
+
+limit
+• Readonly limit : undefined | number
+Inherited from
+KubeObjectStore.limit
+
+selectedItemsIds
+• selectedItemsIds : ObservableSet<string>
+Inherited from
+KubeObjectStore.selectedItemsIds
+Accessors
+contextItems
+• get contextItems (): K[]
+Returns
+K[]
+Inherited from
+KubeObjectStore.contextItems
+
+query
+• get query (): KubeApiQueryParams
+Returns
+KubeApiQueryParams
+Inherited from
+KubeObjectStore.query
+
+selectedItems
+• get selectedItems (): Item[]
+Returns
+Item[]
+Inherited from
+KubeObjectStore.selectedItems
+Methods
+[iterator]
+▸ [iterator] (): Generator<PodDisruptionBudget , void, undefined>
+Returns
+Generator<PodDisruptionBudget , void, undefined>
+Inherited from
+KubeObjectStore.__@iterator@189
+
+bindWatchEventsUpdater
+▸ Protected bindWatchEventsUpdater (delay?): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+delay?
+number
+
+
+
+Returns
+void
+Inherited from
+KubeObjectStore.bindWatchEventsUpdater
+
+create
+▸ create (params, data?): Promise<PodDisruptionBudget >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+params
+Object
+
+
+params.name
+string
+
+
+params.namespace?
+string
+
+
+data?
+PartialObjectDeep<PodDisruptionBudget >
+
+
+
+Returns
+Promise<PodDisruptionBudget >
+Inherited from
+KubeObjectStore.create
+
+createItem
+▸ Protected createItem (params, data?): Promise<null | PodDisruptionBudget >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+params
+Object
+
+
+params.name
+string
+
+
+params.namespace?
+string
+
+
+data?
+PartialObjectDeep<PodDisruptionBudget >
+
+
+
+Returns
+Promise<null | PodDisruptionBudget >
+Inherited from
+KubeObjectStore.createItem
+
+filterItemsOnLoad
+▸ Protected filterItemsOnLoad (items): PodDisruptionBudget []
+Parameters
+
+Returns
+PodDisruptionBudget []
+Inherited from
+KubeObjectStore.filterItemsOnLoad
+
+getAllByNs
+▸ getAllByNs (namespace, strict?): PodDisruptionBudget []
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+namespace
+string | string[]
+
+
+strict?
+boolean
+
+
+
+Returns
+PodDisruptionBudget []
+Inherited from
+KubeObjectStore.getAllByNs
+
+getById
+▸ getById (id): undefined | PodDisruptionBudget
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+id
+string
+
+
+
+Returns
+undefined | PodDisruptionBudget
+Inherited from
+KubeObjectStore.getById
+
+getByLabel
+▸ getByLabel (labels): PodDisruptionBudget []
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+labels
+string[] | Partial<Record<string, string>>
+
+
+
+Returns
+PodDisruptionBudget []
+Inherited from
+KubeObjectStore.getByLabel
+
+getByName
+▸ getByName (name, namespace?): undefined | PodDisruptionBudget
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+name
+string
+
+
+namespace?
+string
+
+
+
+Returns
+undefined | PodDisruptionBudget
+Inherited from
+KubeObjectStore.getByName
+
+getByPath
+▸ getByPath (path): undefined | PodDisruptionBudget
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+path
+string
+
+
+
+Returns
+undefined | PodDisruptionBudget
+Inherited from
+KubeObjectStore.getByPath
+
+getIndexById
+▸ getIndexById (id): number
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+id
+string
+
+
+
+Returns
+number
+Inherited from
+KubeObjectStore.getIndexById
+
+getItems
+▸ getItems (): PodDisruptionBudget []
+Returns
+PodDisruptionBudget []
+Inherited from
+KubeObjectStore.getItems
+
+getTotalCount
+▸ getTotalCount (): number
+Returns
+number
+Inherited from
+KubeObjectStore.getTotalCount
+
+isSelected
+▸ isSelected (item): boolean
+Parameters
+
+Returns
+boolean
+Inherited from
+KubeObjectStore.isSelected
+
+isSelectedAll
+▸ isSelectedAll (visibleItems?): boolean
+Parameters
+
+Returns
+boolean
+Inherited from
+KubeObjectStore.isSelectedAll
+
+load
+▸ load (params): Promise<PodDisruptionBudget >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+params
+Object
+
+
+params.name
+string
+
+
+params.namespace?
+string
+
+
+
+Returns
+Promise<PodDisruptionBudget >
+Inherited from
+KubeObjectStore.load
+
+loadAll
+▸ loadAll («destructured»?): Promise<undefined | PodDisruptionBudget []>
+Parameters
+
+Returns
+Promise<undefined | PodDisruptionBudget []>
+Inherited from
+KubeObjectStore.loadAll
+
+loadFromPath
+▸ loadFromPath (resourcePath): Promise<PodDisruptionBudget >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+resourcePath
+string
+
+
+
+Returns
+Promise<PodDisruptionBudget >
+Inherited from
+KubeObjectStore.loadFromPath
+
+loadItem
+▸ Protected loadItem (params): Promise<null | PodDisruptionBudget >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+params
+Object
+
+
+params.name
+string
+
+
+params.namespace?
+string
+
+
+
+Returns
+Promise<null | PodDisruptionBudget >
+Inherited from
+KubeObjectStore.loadItem
+
+loadItems
+▸ Protected loadItems («destructured»): Promise<PodDisruptionBudget []>
+Parameters
+
+Returns
+Promise<PodDisruptionBudget []>
+Inherited from
+KubeObjectStore.loadItems
+
+mergeItems
+▸ Protected mergeItems (partialItems, «destructured»): PodDisruptionBudget []
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+partialItems
+PodDisruptionBudget []
+
+
+«destructured»
+MergeItemsOptions
+
+
+
+Returns
+PodDisruptionBudget []
+Inherited from
+KubeObjectStore.mergeItems
+
+patch
+▸ patch (item, patch): Promise<PodDisruptionBudget >
+Parameters
+
+Returns
+Promise<PodDisruptionBudget >
+Inherited from
+KubeObjectStore.patch
+
+pickOnlySelected
+▸ pickOnlySelected (items): PodDisruptionBudget []
+Parameters
+
+Returns
+PodDisruptionBudget []
+Inherited from
+KubeObjectStore.pickOnlySelected
+
+reloadAll
+▸ reloadAll (opts?): Promise<undefined | PodDisruptionBudget []>
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+opts?
+Object
+
+
+opts.force?
+boolean
+
+
+opts.merge?
+boolean
+
+
+opts.namespaces?
+string[]
+
+
+
+Returns
+Promise<undefined | PodDisruptionBudget []>
+Inherited from
+KubeObjectStore.reloadAll
+
+remove
+▸ remove (item): Promise<void>
+Parameters
+
+Returns
+Promise<void>
+Inherited from
+KubeObjectStore.remove
+
+removeItem
+▸ Protected removeItem (item, request): Promise<void>
+Parameters
+
+Returns
+Promise<void>
+Inherited from
+KubeObjectStore.removeItem
+
+removeItems
+▸ removeItems (items): Promise<void>
+Parameters
+
+Returns
+Promise<void>
+Inherited from
+KubeObjectStore.removeItems
+
+removeSelectedItems
+▸ removeSelectedItems (): Promise<void>
+Returns
+Promise<void>
+Inherited from
+KubeObjectStore.removeSelectedItems
+
+reset
+▸ reset (): void
+Returns
+void
+Inherited from
+KubeObjectStore.reset
+
+resetOnError
+▸ Protected resetOnError (error): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+error
+any
+
+
+
+Returns
+void
+Inherited from
+KubeObjectStore.resetOnError
+
+resetSelection
+▸ resetSelection (): void
+Returns
+void
+Inherited from
+KubeObjectStore.resetSelection
+
+select
+▸ select (item): void
+Parameters
+
+Returns
+void
+Inherited from
+KubeObjectStore.select
+
+sortItems
+▸ Protected sortItems (items?, sorting?, order?): PodDisruptionBudget []
+Return items sorted by the given ordering functions. If two elements of
+items are sorted to the same "index" then the next sorting function is used
+to determine where to place them relative to each other. Once the sorting
+functions have been all exhausted then the order is unchanged (ie a stable sort).
+Parameters
+
+
+
+Name
+Type
+Description
+
+
+
+
+items?
+PodDisruptionBudget []
+the items to be sorted (default: the current items in this store)
+
+
+sorting?
+(item: PodDisruptionBudget ) => any[]
+list of functions to determine sort order (default: sorting by name)
+
+
+order?
+"asc" | "desc"
+whether to sort from least to greatest ("asc" (default)) or vice-versa ("desc")
+
+
+
+Returns
+PodDisruptionBudget []
+Inherited from
+KubeObjectStore.sortItems
+
+subscribe
+▸ subscribe («destructured»?): Disposer
+Parameters
+
+Returns
+Disposer
+Inherited from
+KubeObjectStore.subscribe
+
+toggleSelection
+▸ toggleSelection (item): void
+Parameters
+
+Returns
+void
+Inherited from
+KubeObjectStore.toggleSelection
+
+toggleSelectionAll
+▸ toggleSelectionAll (visibleItems?): void
+Parameters
+
+Returns
+void
+Inherited from
+KubeObjectStore.toggleSelectionAll
+
+unselect
+▸ unselect (item): void
+Parameters
+
+Returns
+void
+Inherited from
+KubeObjectStore.unselect
+
+update
+▸ update (item, data): Promise<PodDisruptionBudget >
+Parameters
+
+Returns
+Promise<PodDisruptionBudget >
+Inherited from
+KubeObjectStore.update
+
+updateFromEventsBuffer
+▸ Protected updateFromEventsBuffer (): void
+Returns
+void
+Inherited from
+KubeObjectStore.updateFromEventsBuffer
+
+updateItem
+▸ Protected updateItem (item, request): Promise<PodDisruptionBudget >
+Parameters
+
+Returns
+Promise<PodDisruptionBudget >
+Inherited from
+KubeObjectStore.updateItem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.PodsStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.PodsStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.PodsStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.PodsStore/index.html
index 0d783b2c38..7afcf55393 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.PodsStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.PodsStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1260,10 +1260,10 @@
Class: PodsStore
-LensExtensionsRendererApi .K8sApi .PodsStore
+Renderer .K8sApi .PodsStore
Hierarchy
-KubeObjectStore<Pod , PodApi>
+KubeObjectStore<Pod , PodApi>
↳ PodsStore
Table of contents
@@ -1381,7 +1381,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: Pod ) => string
+• Protected defaultSorting : (item: Pod ) => string
Type declaration
▸ (item): string
Parameters
@@ -1395,7 +1395,7 @@
item
-Pod
+Pod
@@ -1410,7 +1410,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , PodStatus, PodSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , PodStatus, PodSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1430,7 +1430,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<Pod >
+• items : IObservableArray<Pod >
Inherited from
KubeObjectStore.items
@@ -1469,11 +1469,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<Pod , void, undefined>
+▸ [iterator] (): Generator<Pod , void, undefined>
Returns
-Generator<Pod , void, undefined>
+Generator<Pod , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1498,7 +1498,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<Pod >
+▸ create (params, data?): Promise<Pod >
Parameters
@@ -1522,17 +1522,17 @@
data?
-PartialObjectDeep<Pod >
+PartialObjectDeep<Pod >
Returns
-Promise<Pod >
+Promise<Pod >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | Pod >
+▸ Protected createItem (params, data?): Promise<null | Pod >
Parameters
@@ -1556,17 +1556,17 @@
data?
-PartialObjectDeep<Pod >
+PartialObjectDeep<Pod >
Returns
-Promise<null | Pod >
+Promise<null | Pod >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): Pod []
+▸ Protected filterItemsOnLoad (items): Pod []
Parameters
@@ -1578,17 +1578,17 @@
items
-Pod []
+Pod []
Returns
-Pod []
+Pod []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): Pod []
+▸ getAllByNs (namespace, strict?): Pod []
Parameters
Returns
-Pod []
+Pod []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | Pod
+▸ getById (id): undefined | Pod
Parameters
Returns
-undefined | Pod
+undefined | Pod
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): Pod []
+▸ getByLabel (labels): Pod []
Parameters
Returns
-Pod []
+Pod []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | Pod
+▸ getByName (name, namespace?): undefined | Pod
Parameters
Returns
-undefined | Pod
+undefined | Pod
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | Pod
+▸ getByPath (path): undefined | Pod
Parameters
Returns
-undefined | Pod
+undefined | Pod
Inherited from
KubeObjectStore.getByPath
@@ -1728,9 +1728,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): Pod []
+▸ getItems (): Pod []
Returns
-Pod []
+Pod []
Inherited from
KubeObjectStore.getItems
@@ -1747,7 +1747,7 @@
pod
-Pod
+Pod
@@ -1773,7 +1773,7 @@
getPodsByNode
-▸ getPodsByNode (node): Pod []
+▸ getPodsByNode (node): Pod []
Parameters
Returns
-Pod []
+Pod []
getPodsByOwner
-▸ getPodsByOwner (workload): Pod []
+▸ getPodsByOwner (workload): Pod []
Parameters
Returns
-Pod []
+Pod []
getPodsByOwnerId
-▸ getPodsByOwnerId (workloadId): Pod []
+▸ getPodsByOwnerId (workloadId): Pod []
Parameters
Returns
-Pod []
+Pod []
getStatuses
▸ getStatuses (pods): Dictionary<number>
@@ -1845,7 +1845,7 @@
pods
-Pod []
+Pod []
@@ -1872,7 +1872,7 @@
item
-Pod
+Pod
@@ -1894,7 +1894,7 @@
visibleItems?
-Pod []
+Pod []
@@ -1904,7 +1904,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<Pod >
+▸ load (params): Promise<Pod >
Parameters
Returns
-Promise<Pod >
+Promise<Pod >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | Pod []>
+▸ loadAll («destructured»?): Promise<undefined | Pod []>
Parameters
Returns
-Promise<undefined | Pod []>
+Promise<undefined | Pod []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<Pod >
+▸ loadFromPath (resourcePath): Promise<Pod >
Parameters
Returns
-Promise<Pod >
+Promise<Pod >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | Pod >
+▸ Protected loadItem (params): Promise<null | Pod >
Parameters
Returns
-Promise<null | Pod >
+Promise<null | Pod >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<Pod []>
+▸ Protected loadItems («destructured»): Promise<Pod []>
Parameters
Returns
-Promise<Pod []>
+Promise<Pod []>
Inherited from
KubeObjectStore.loadItems
@@ -2050,7 +2050,7 @@
Promise<void>
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): Pod []
+▸ Protected mergeItems (partialItems, «destructured»): Pod []
Parameters
@@ -2062,7 +2062,7 @@
partialItems
-Pod []
+Pod []
«destructured»
@@ -2071,12 +2071,12 @@
Returns
-Pod []
+Pod []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<Pod >
+▸ patch (item, patch): Promise<Pod >
Parameters
@@ -2088,7 +2088,7 @@
item
-Pod
+Pod
patch
@@ -2097,12 +2097,12 @@
Returns
-Promise<Pod >
+Promise<Pod >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): Pod []
+▸ pickOnlySelected (items): Pod []
Parameters
@@ -2114,17 +2114,17 @@
items
-Pod []
+Pod []
Returns
-Pod []
+Pod []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | Pod []>
+▸ reloadAll (opts?): Promise<undefined | Pod []>
Parameters
Returns
-Promise<undefined | Pod []>
+Promise<undefined | Pod []>
Inherited from
KubeObjectStore.reloadAll
@@ -2170,7 +2170,7 @@
item
-Pod
+Pod
@@ -2192,7 +2192,7 @@
item
-Pod
+Pod
request
@@ -2218,7 +2218,7 @@
items
-Pod []
+Pod []
@@ -2283,7 +2283,7 @@
item
-Pod
+Pod
@@ -2293,7 +2293,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): Pod []
+▸ Protected sortItems (items?, sorting?, order?): Pod []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2310,12 +2310,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-Pod []
+Pod []
the items to be sorted (default: the current items in this store)
sorting?
-(item: Pod ) => any[]
+(item: Pod ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2326,7 +2326,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-Pod []
+Pod []
Inherited from
KubeObjectStore.sortItems
@@ -2343,7 +2343,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2365,7 +2365,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Pod
+Pod
@@ -2387,7 +2387,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-Pod []
+Pod []
@@ -2409,7 +2409,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Pod
+Pod
@@ -2419,7 +2419,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<Pod >
+▸ update (item, data): Promise<Pod >
Parameters
@@ -2431,16 +2431,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Pod
+Pod
data
-PartialObjectDeep<Pod >
+PartialObjectDeep<Pod >
Returns
-Promise<Pod >
+Promise<Pod >
Inherited from
KubeObjectStore.update
@@ -2452,7 +2452,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<Pod >
+▸ Protected updateItem (item, request): Promise<Pod >
Parameters
@@ -2464,16 +2464,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Pod
+Pod
request
-() => Promise<Pod >
+() => Promise<Pod >
Returns
-Promise<Pod >
+Promise<Pod >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.PriorityClassStoreStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.PriorityClassStoreStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.PriorityClassStoreStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.PriorityClassStoreStore/index.html
index fdcf54e5c4..e896158edf 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.PriorityClassStoreStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.PriorityClassStoreStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,10 +1211,10 @@
Class: PriorityClassStoreStore
-LensExtensionsRendererApi .K8sApi .PriorityClassStoreStore
+Renderer .K8sApi .PriorityClassStoreStore
Hierarchy
↳ PriorityClassStoreStore
Table of contents
@@ -1325,7 +1325,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: PriorityClass ) => string
+• Protected defaultSorting : (item: PriorityClass ) => string
Type declaration
▸ (item): string
Parameters
@@ -1339,7 +1339,7 @@
item
-PriorityClass
+PriorityClass
@@ -1374,7 +1374,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<PriorityClass >
+• items : IObservableArray<PriorityClass >
Inherited from
KubeObjectStore.items
@@ -1410,11 +1410,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<PriorityClass , void, undefined>
+▸ [iterator] (): Generator<PriorityClass , void, undefined>
Returns
-Generator<PriorityClass , void, undefined>
+Generator<PriorityClass , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1439,7 +1439,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<PriorityClass >
+▸ create (params, data?): Promise<PriorityClass >
Parameters
Returns
-Promise<PriorityClass >
+Promise<PriorityClass >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | PriorityClass >
+▸ Protected createItem (params, data?): Promise<null | PriorityClass >
Parameters
Returns
-Promise<null | PriorityClass >
+Promise<null | PriorityClass >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): PriorityClass []
+▸ Protected filterItemsOnLoad (items): PriorityClass []
Parameters
Returns
-PriorityClass []
+PriorityClass []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): PriorityClass []
+▸ getAllByNs (namespace, strict?): PriorityClass []
Parameters
Returns
-PriorityClass []
+PriorityClass []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | PriorityClass
+▸ getById (id): undefined | PriorityClass
Parameters
Returns
-undefined | PriorityClass
+undefined | PriorityClass
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): PriorityClass []
+▸ getByLabel (labels): PriorityClass []
Parameters
Returns
-PriorityClass []
+PriorityClass []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | PriorityClass
+▸ getByName (name, namespace?): undefined | PriorityClass
Parameters
Returns
-undefined | PriorityClass
+undefined | PriorityClass
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | PriorityClass
+▸ getByPath (path): undefined | PriorityClass
Parameters
Returns
-undefined | PriorityClass
+undefined | PriorityClass
Inherited from
KubeObjectStore.getByPath
@@ -1669,9 +1669,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): PriorityClass []
+▸ getItems (): PriorityClass []
Returns
-PriorityClass []
+PriorityClass []
Inherited from
KubeObjectStore.getItems
@@ -1695,7 +1695,7 @@
item
-PriorityClass
+PriorityClass
@@ -1717,7 +1717,7 @@
visibleItems?
-PriorityClass []
+PriorityClass []
@@ -1727,7 +1727,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<PriorityClass >
+▸ load (params): Promise<PriorityClass >
Parameters
Returns
-Promise<PriorityClass >
+Promise<PriorityClass >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | PriorityClass []>
+▸ loadAll («destructured»?): Promise<undefined | PriorityClass []>
Parameters
Returns
-Promise<undefined | PriorityClass []>
+Promise<undefined | PriorityClass []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<PriorityClass >
+▸ loadFromPath (resourcePath): Promise<PriorityClass >
Parameters
Returns
-Promise<PriorityClass >
+Promise<PriorityClass >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | PriorityClass >
+▸ Protected loadItem (params): Promise<null | PriorityClass >
Parameters
Returns
-Promise<null | PriorityClass >
+Promise<null | PriorityClass >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<PriorityClass []>
+▸ Protected loadItems («destructured»): Promise<PriorityClass []>
Parameters
Returns
-Promise<PriorityClass []>
+Promise<PriorityClass []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): PriorityClass []
+▸ Protected mergeItems (partialItems, «destructured»): PriorityClass []
Parameters
Returns
-PriorityClass []
+PriorityClass []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<PriorityClass >
+▸ patch (item, patch): Promise<PriorityClass >
Parameters
Returns
-Promise<PriorityClass >
+Promise<PriorityClass >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): PriorityClass []
+▸ pickOnlySelected (items): PriorityClass []
Parameters
Returns
-PriorityClass []
+PriorityClass []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | PriorityClass []>
+▸ reloadAll (opts?): Promise<undefined | PriorityClass []>
Parameters
Returns
-Promise<undefined | PriorityClass []>
+Promise<undefined | PriorityClass []>
Inherited from
KubeObjectStore.reloadAll
@@ -1973,7 +1973,7 @@
item
-PriorityClass
+PriorityClass
@@ -1995,7 +1995,7 @@
item
-PriorityClass
+PriorityClass
request
@@ -2021,7 +2021,7 @@
items
-PriorityClass []
+PriorityClass []
@@ -2086,7 +2086,7 @@
item
-PriorityClass
+PriorityClass
@@ -2096,7 +2096,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): PriorityClass []
+▸ Protected sortItems (items?, sorting?, order?): PriorityClass []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2113,12 +2113,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-PriorityClass []
+PriorityClass []
the items to be sorted (default: the current items in this store)
sorting?
-(item: PriorityClass ) => any[]
+(item: PriorityClass ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2129,7 +2129,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-PriorityClass []
+PriorityClass []
Inherited from
KubeObjectStore.sortItems
@@ -2146,7 +2146,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2168,7 +2168,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-PriorityClass
+PriorityClass
@@ -2190,7 +2190,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-PriorityClass []
+PriorityClass []
@@ -2212,7 +2212,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-PriorityClass
+PriorityClass
@@ -2222,7 +2222,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<PriorityClass >
+▸ update (item, data): Promise<PriorityClass >
Parameters
Returns
-Promise<PriorityClass >
+Promise<PriorityClass >
Inherited from
KubeObjectStore.update
@@ -2255,7 +2255,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<PriorityClass >
+▸ Protected updateItem (item, request): Promise<PriorityClass >
Parameters
Returns
-Promise<PriorityClass >
+Promise<PriorityClass >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ReplicaSetStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/index.html
similarity index 89%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ReplicaSetStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/index.html
index f2c2ccfe79..c86bfcbc47 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ReplicaSetStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1232,10 +1232,10 @@
Class: ReplicaSetStore
-LensExtensionsRendererApi .K8sApi .ReplicaSetStore
+Renderer .K8sApi .ReplicaSetStore
Hierarchy
↳ ReplicaSetStore
Table of contents
@@ -1349,7 +1349,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: ReplicaSet ) => string
+• Protected defaultSorting : (item: ReplicaSet ) => string
Type declaration
▸ (item): string
Parameters
@@ -1363,7 +1363,7 @@
item
-ReplicaSet
+ReplicaSet
@@ -1378,7 +1378,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , ReplicaSetStatus, ReplicaSetSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , ReplicaSetStatus, ReplicaSetSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1398,7 +1398,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<ReplicaSet >
+• items : IObservableArray<ReplicaSet >
Inherited from
KubeObjectStore.items
@@ -1434,11 +1434,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<ReplicaSet , void, undefined>
+▸ [iterator] (): Generator<ReplicaSet , void, undefined>
Returns
-Generator<ReplicaSet , void, undefined>
+Generator<ReplicaSet , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1463,7 +1463,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<ReplicaSet >
+▸ create (params, data?): Promise<ReplicaSet >
Parameters
Returns
-Promise<ReplicaSet >
+Promise<ReplicaSet >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | ReplicaSet >
+▸ Protected createItem (params, data?): Promise<null | ReplicaSet >
Parameters
Returns
-Promise<null | ReplicaSet >
+Promise<null | ReplicaSet >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): ReplicaSet []
+▸ Protected filterItemsOnLoad (items): ReplicaSet []
Parameters
Returns
-ReplicaSet []
+ReplicaSet []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): ReplicaSet []
+▸ getAllByNs (namespace, strict?): ReplicaSet []
Parameters
Returns
-ReplicaSet []
+ReplicaSet []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | ReplicaSet
+▸ getById (id): undefined | ReplicaSet
Parameters
Returns
-undefined | ReplicaSet
+undefined | ReplicaSet
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): ReplicaSet []
+▸ getByLabel (labels): ReplicaSet []
Parameters
Returns
-ReplicaSet []
+ReplicaSet []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | ReplicaSet
+▸ getByName (name, namespace?): undefined | ReplicaSet
Parameters
Returns
-undefined | ReplicaSet
+undefined | ReplicaSet
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | ReplicaSet
+▸ getByPath (path): undefined | ReplicaSet
Parameters
Returns
-undefined | ReplicaSet
+undefined | ReplicaSet
Inherited from
KubeObjectStore.getByPath
getChildPods
-▸ getChildPods (replicaSet): Pod []
+▸ getChildPods (replicaSet): Pod []
Parameters
Returns
-Pod []
+Pod []
getIndexById
▸ getIndexById (id): number
@@ -1713,14 +1713,14 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): ReplicaSet []
+▸ getItems (): ReplicaSet []
Returns
-ReplicaSet []
+ReplicaSet []
Inherited from
KubeObjectStore.getItems
getReplicaSetsByOwner
-▸ getReplicaSetsByOwner (deployment): ReplicaSet []
+▸ getReplicaSetsByOwner (deployment): ReplicaSet []
Parameters
Returns
-ReplicaSet []
+ReplicaSet []
getStatuses
▸ getStatuses (replicaSets): Object
@@ -1752,7 +1752,7 @@
replicaSets
-ReplicaSet []
+ReplicaSet []
@@ -1801,7 +1801,7 @@
item
-ReplicaSet
+ReplicaSet
@@ -1823,7 +1823,7 @@
visibleItems?
-ReplicaSet []
+ReplicaSet []
@@ -1833,7 +1833,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<ReplicaSet >
+▸ load (params): Promise<ReplicaSet >
Parameters
Returns
-Promise<ReplicaSet >
+Promise<ReplicaSet >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | ReplicaSet []>
+▸ loadAll («destructured»?): Promise<undefined | ReplicaSet []>
Parameters
Returns
-Promise<undefined | ReplicaSet []>
+Promise<undefined | ReplicaSet []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<ReplicaSet >
+▸ loadFromPath (resourcePath): Promise<ReplicaSet >
Parameters
Returns
-Promise<ReplicaSet >
+Promise<ReplicaSet >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | ReplicaSet >
+▸ Protected loadItem (params): Promise<null | ReplicaSet >
Parameters
Returns
-Promise<null | ReplicaSet >
+Promise<null | ReplicaSet >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<ReplicaSet []>
+▸ Protected loadItems («destructured»): Promise<ReplicaSet []>
Parameters
Returns
-Promise<ReplicaSet []>
+Promise<ReplicaSet []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): ReplicaSet []
+▸ Protected mergeItems (partialItems, «destructured»): ReplicaSet []
Parameters
@@ -1971,7 +1971,7 @@
partialItems
-ReplicaSet []
+ReplicaSet []
«destructured»
@@ -1980,12 +1980,12 @@
Returns
-ReplicaSet []
+ReplicaSet []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<ReplicaSet >
+▸ patch (item, patch): Promise<ReplicaSet >
Parameters
Returns
-Promise<ReplicaSet >
+Promise<ReplicaSet >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): ReplicaSet []
+▸ pickOnlySelected (items): ReplicaSet []
Parameters
Returns
-ReplicaSet []
+ReplicaSet []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | ReplicaSet []>
+▸ reloadAll (opts?): Promise<undefined | ReplicaSet []>
Parameters
Returns
-Promise<undefined | ReplicaSet []>
+Promise<undefined | ReplicaSet []>
Inherited from
KubeObjectStore.reloadAll
@@ -2079,7 +2079,7 @@
item
-ReplicaSet
+ReplicaSet
@@ -2101,7 +2101,7 @@
item
-ReplicaSet
+ReplicaSet
request
@@ -2127,7 +2127,7 @@
items
-ReplicaSet []
+ReplicaSet []
@@ -2192,7 +2192,7 @@
item
-ReplicaSet
+ReplicaSet
@@ -2202,7 +2202,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): ReplicaSet []
+▸ Protected sortItems (items?, sorting?, order?): ReplicaSet []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2219,12 +2219,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-ReplicaSet []
+ReplicaSet []
the items to be sorted (default: the current items in this store)
sorting?
-(item: ReplicaSet ) => any[]
+(item: ReplicaSet ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2235,7 +2235,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-ReplicaSet []
+ReplicaSet []
Inherited from
KubeObjectStore.sortItems
@@ -2252,7 +2252,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2274,7 +2274,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-ReplicaSet
+ReplicaSet
@@ -2296,7 +2296,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-ReplicaSet []
+ReplicaSet []
@@ -2318,7 +2318,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-ReplicaSet
+ReplicaSet
@@ -2328,7 +2328,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<ReplicaSet >
+▸ update (item, data): Promise<ReplicaSet >
Parameters
@@ -2340,16 +2340,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-ReplicaSet
+ReplicaSet
data
-PartialObjectDeep<ReplicaSet >
+PartialObjectDeep<ReplicaSet >
Returns
-Promise<ReplicaSet >
+Promise<ReplicaSet >
Inherited from
KubeObjectStore.update
@@ -2361,7 +2361,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<ReplicaSet >
+▸ Protected updateItem (item, request): Promise<ReplicaSet >
Parameters
Returns
-Promise<ReplicaSet >
+Promise<ReplicaSet >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ResourceQuotasStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/index.html
similarity index 89%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ResourceQuotasStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/index.html
index 843710f75b..dd6894355a 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ResourceQuotasStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,10 +1211,10 @@
Class: ResourceQuotasStore
-LensExtensionsRendererApi .K8sApi .ResourceQuotasStore
+Renderer .K8sApi .ResourceQuotasStore
Hierarchy
↳ ResourceQuotasStore
Table of contents
@@ -1325,7 +1325,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: ResourceQuota ) => string
+• Protected defaultSorting : (item: ResourceQuota ) => string
Type declaration
▸ (item): string
Parameters
@@ -1339,7 +1339,7 @@
item
-ResourceQuota
+ResourceQuota
@@ -1354,7 +1354,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , ResourceQuotaStatus, ResourceQuotaSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , ResourceQuotaStatus, ResourceQuotaSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1374,7 +1374,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<ResourceQuota >
+• items : IObservableArray<ResourceQuota >
Inherited from
KubeObjectStore.items
@@ -1410,11 +1410,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<ResourceQuota , void, undefined>
+▸ [iterator] (): Generator<ResourceQuota , void, undefined>
Returns
-Generator<ResourceQuota , void, undefined>
+Generator<ResourceQuota , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1439,7 +1439,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<ResourceQuota >
+▸ create (params, data?): Promise<ResourceQuota >
Parameters
Returns
-Promise<ResourceQuota >
+Promise<ResourceQuota >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | ResourceQuota >
+▸ Protected createItem (params, data?): Promise<null | ResourceQuota >
Parameters
Returns
-Promise<null | ResourceQuota >
+Promise<null | ResourceQuota >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): ResourceQuota []
+▸ Protected filterItemsOnLoad (items): ResourceQuota []
Parameters
Returns
-ResourceQuota []
+ResourceQuota []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): ResourceQuota []
+▸ getAllByNs (namespace, strict?): ResourceQuota []
Parameters
Returns
-ResourceQuota []
+ResourceQuota []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | ResourceQuota
+▸ getById (id): undefined | ResourceQuota
Parameters
Returns
-undefined | ResourceQuota
+undefined | ResourceQuota
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): ResourceQuota []
+▸ getByLabel (labels): ResourceQuota []
Parameters
Returns
-ResourceQuota []
+ResourceQuota []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | ResourceQuota
+▸ getByName (name, namespace?): undefined | ResourceQuota
Parameters
Returns
-undefined | ResourceQuota
+undefined | ResourceQuota
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | ResourceQuota
+▸ getByPath (path): undefined | ResourceQuota
Parameters
Returns
-undefined | ResourceQuota
+undefined | ResourceQuota
Inherited from
KubeObjectStore.getByPath
@@ -1669,9 +1669,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): ResourceQuota []
+▸ getItems (): ResourceQuota []
Returns
-ResourceQuota []
+ResourceQuota []
Inherited from
KubeObjectStore.getItems
@@ -1695,7 +1695,7 @@
item
-ResourceQuota
+ResourceQuota
@@ -1717,7 +1717,7 @@
visibleItems?
-ResourceQuota []
+ResourceQuota []
@@ -1727,7 +1727,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<ResourceQuota >
+▸ load (params): Promise<ResourceQuota >
Parameters
Returns
-Promise<ResourceQuota >
+Promise<ResourceQuota >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | ResourceQuota []>
+▸ loadAll («destructured»?): Promise<undefined | ResourceQuota []>
Parameters
Returns
-Promise<undefined | ResourceQuota []>
+Promise<undefined | ResourceQuota []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<ResourceQuota >
+▸ loadFromPath (resourcePath): Promise<ResourceQuota >
Parameters
Returns
-Promise<ResourceQuota >
+Promise<ResourceQuota >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | ResourceQuota >
+▸ Protected loadItem (params): Promise<null | ResourceQuota >
Parameters
Returns
-Promise<null | ResourceQuota >
+Promise<null | ResourceQuota >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<ResourceQuota []>
+▸ Protected loadItems («destructured»): Promise<ResourceQuota []>
Parameters
Returns
-Promise<ResourceQuota []>
+Promise<ResourceQuota []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): ResourceQuota []
+▸ Protected mergeItems (partialItems, «destructured»): ResourceQuota []
Parameters
Returns
-ResourceQuota []
+ResourceQuota []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<ResourceQuota >
+▸ patch (item, patch): Promise<ResourceQuota >
Parameters
Returns
-Promise<ResourceQuota >
+Promise<ResourceQuota >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): ResourceQuota []
+▸ pickOnlySelected (items): ResourceQuota []
Parameters
Returns
-ResourceQuota []
+ResourceQuota []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | ResourceQuota []>
+▸ reloadAll (opts?): Promise<undefined | ResourceQuota []>
Parameters
Returns
-Promise<undefined | ResourceQuota []>
+Promise<undefined | ResourceQuota []>
Inherited from
KubeObjectStore.reloadAll
@@ -1973,7 +1973,7 @@
item
-ResourceQuota
+ResourceQuota
@@ -1995,7 +1995,7 @@
item
-ResourceQuota
+ResourceQuota
request
@@ -2021,7 +2021,7 @@
items
-ResourceQuota []
+ResourceQuota []
@@ -2086,7 +2086,7 @@
item
-ResourceQuota
+ResourceQuota
@@ -2096,7 +2096,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): ResourceQuota []
+▸ Protected sortItems (items?, sorting?, order?): ResourceQuota []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2113,12 +2113,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-ResourceQuota []
+ResourceQuota []
the items to be sorted (default: the current items in this store)
sorting?
-(item: ResourceQuota ) => any[]
+(item: ResourceQuota ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2129,7 +2129,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-ResourceQuota []
+ResourceQuota []
Inherited from
KubeObjectStore.sortItems
@@ -2146,7 +2146,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2168,7 +2168,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-ResourceQuota
+ResourceQuota
@@ -2190,7 +2190,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-ResourceQuota []
+ResourceQuota []
@@ -2212,7 +2212,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-ResourceQuota
+ResourceQuota
@@ -2222,7 +2222,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<ResourceQuota >
+▸ update (item, data): Promise<ResourceQuota >
Parameters
Returns
-Promise<ResourceQuota >
+Promise<ResourceQuota >
Inherited from
KubeObjectStore.update
@@ -2255,7 +2255,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<ResourceQuota >
+▸ Protected updateItem (item, request): Promise<ResourceQuota >
Parameters
Returns
-Promise<ResourceQuota >
+Promise<ResourceQuota >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ResourceStack/index.html b/master/extensions/api/classes/Renderer.K8sApi.ResourceStack/index.html
similarity index 99%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ResourceStack/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.ResourceStack/index.html
index 322431c36c..4803af9511 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ResourceStack/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.ResourceStack/index.html
@@ -13,7 +13,7 @@
-
+
@@ -807,7 +807,7 @@
Class: ResourceStack
-LensExtensionsRendererApi .K8sApi .ResourceStack
+Renderer .K8sApi .ResourceStack
Deprecated
Switch to using Common.createResourceStack instead
Implements
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.RoleBindingsStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.RoleBindingsStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/index.html
index f75e9ac356..12d08a9dcb 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.RoleBindingsStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1225,10 +1225,10 @@
Class: RoleBindingsStore
-LensExtensionsRendererApi .K8sApi .RoleBindingsStore
+Renderer .K8sApi .RoleBindingsStore
Hierarchy
-KubeObjectStore<RoleBinding , RoleBindingApi, RoleBindingData>
+KubeObjectStore<RoleBinding , RoleBindingApi, RoleBindingData>
↳ RoleBindingsStore
Table of contents
@@ -1341,7 +1341,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: RoleBinding ) => string
+• Protected defaultSorting : (item: RoleBinding ) => string
Type declaration
▸ (item): string
Parameters
@@ -1355,7 +1355,7 @@
item
-RoleBinding
+RoleBinding
@@ -1390,7 +1390,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<RoleBinding >
+• items : IObservableArray<RoleBinding >
Inherited from
KubeObjectStore.items
@@ -1426,11 +1426,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<RoleBinding , void, undefined>
+▸ [iterator] (): Generator<RoleBinding , void, undefined>
Returns
-Generator<RoleBinding , void, undefined>
+Generator<RoleBinding , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1455,7 +1455,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<RoleBinding >
+▸ create (params, data?): Promise<RoleBinding >
Parameters
Returns
-Promise<RoleBinding >
+Promise<RoleBinding >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | RoleBinding >
+▸ Protected createItem (params, data?): Promise<null | RoleBinding >
Parameters
Returns
-Promise<null | RoleBinding >
+Promise<null | RoleBinding >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): RoleBinding []
+▸ Protected filterItemsOnLoad (items): RoleBinding []
Parameters
Returns
-RoleBinding []
+RoleBinding []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): RoleBinding []
+▸ getAllByNs (namespace, strict?): RoleBinding []
Parameters
Returns
-RoleBinding []
+RoleBinding []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | RoleBinding
+▸ getById (id): undefined | RoleBinding
Parameters
Returns
-undefined | RoleBinding
+undefined | RoleBinding
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): RoleBinding []
+▸ getByLabel (labels): RoleBinding []
Parameters
Returns
-RoleBinding []
+RoleBinding []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | RoleBinding
+▸ getByName (name, namespace?): undefined | RoleBinding
Parameters
Returns
-undefined | RoleBinding
+undefined | RoleBinding
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | RoleBinding
+▸ getByPath (path): undefined | RoleBinding
Parameters
Returns
-undefined | RoleBinding
+undefined | RoleBinding
Inherited from
KubeObjectStore.getByPath
@@ -1685,9 +1685,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): RoleBinding []
+▸ getItems (): RoleBinding []
Returns
-RoleBinding []
+RoleBinding []
Inherited from
KubeObjectStore.getItems
@@ -1711,7 +1711,7 @@
item
-RoleBinding
+RoleBinding
@@ -1733,7 +1733,7 @@
visibleItems?
-RoleBinding []
+RoleBinding []
@@ -1743,7 +1743,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<RoleBinding >
+▸ load (params): Promise<RoleBinding >
Parameters
Returns
-Promise<RoleBinding >
+Promise<RoleBinding >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | RoleBinding []>
+▸ loadAll («destructured»?): Promise<undefined | RoleBinding []>
Parameters
Returns
-Promise<undefined | RoleBinding []>
+Promise<undefined | RoleBinding []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<RoleBinding >
+▸ loadFromPath (resourcePath): Promise<RoleBinding >
Parameters
Returns
-Promise<RoleBinding >
+Promise<RoleBinding >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | RoleBinding >
+▸ Protected loadItem (params): Promise<null | RoleBinding >
Parameters
Returns
-Promise<null | RoleBinding >
+Promise<null | RoleBinding >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<RoleBinding []>
+▸ Protected loadItems («destructured»): Promise<RoleBinding []>
Parameters
Returns
-Promise<RoleBinding []>
+Promise<RoleBinding []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): RoleBinding []
+▸ Protected mergeItems (partialItems, «destructured»): RoleBinding []
Parameters
Returns
-RoleBinding []
+RoleBinding []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<RoleBinding >
+▸ patch (item, patch): Promise<RoleBinding >
Parameters
Returns
-Promise<RoleBinding >
+Promise<RoleBinding >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): RoleBinding []
+▸ pickOnlySelected (items): RoleBinding []
Parameters
Returns
-RoleBinding []
+RoleBinding []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | RoleBinding []>
+▸ reloadAll (opts?): Promise<undefined | RoleBinding []>
Parameters
Returns
-Promise<undefined | RoleBinding []>
+Promise<undefined | RoleBinding []>
Inherited from
KubeObjectStore.reloadAll
@@ -1989,7 +1989,7 @@
item
-RoleBinding
+RoleBinding
@@ -2011,7 +2011,7 @@
item
-RoleBinding
+RoleBinding
request
@@ -2037,7 +2037,7 @@
items
-RoleBinding []
+RoleBinding []
@@ -2054,7 +2054,7 @@
KubeObjectStore.removeSelectedItems
removeSubjects
-▸ removeSubjects (roleBinding, subjectsToRemove): Promise<RoleBinding >
+▸ removeSubjects (roleBinding, subjectsToRemove): Promise<RoleBinding >
Parameters
Returns
-Promise<RoleBinding >
+Promise<RoleBinding >
reset
▸ reset (): void
@@ -2126,7 +2126,7 @@
item
-RoleBinding
+RoleBinding
@@ -2136,7 +2136,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items): RoleBinding []
+▸ Protected sortItems (items): RoleBinding []
Parameters
Returns
-RoleBinding []
+RoleBinding []
Overrides
KubeObjectStore.sortItems
@@ -2170,7 +2170,7 @@
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2192,7 +2192,7 @@
item
-RoleBinding
+RoleBinding
@@ -2214,7 +2214,7 @@
visibleItems?
-RoleBinding []
+RoleBinding []
@@ -2236,7 +2236,7 @@
item
-RoleBinding
+RoleBinding
@@ -2246,7 +2246,7 @@
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<RoleBinding >
+▸ update (item, data): Promise<RoleBinding >
Parameters
Returns
-Promise<RoleBinding >
+Promise<RoleBinding >
Inherited from
KubeObjectStore.update
@@ -2279,7 +2279,7 @@
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<RoleBinding >
+▸ Protected updateItem (item, request): Promise<RoleBinding >
Parameters
Returns
-Promise<RoleBinding >
+Promise<RoleBinding >
Inherited from
KubeObjectStore.updateItem
updateSubjects
-▸ updateSubjects (roleBinding, subjects): Promise<RoleBinding >
+▸ updateSubjects (roleBinding, subjects): Promise<RoleBinding >
Parameters
Returns
-Promise<RoleBinding >
+Promise<RoleBinding >
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.RolesStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.RolesStore/index.html
similarity index 91%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.RolesStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.RolesStore/index.html
index d375c6ff07..fd11fbad2e 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.RolesStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.RolesStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,10 +1211,10 @@
Class: RolesStore
-LensExtensionsRendererApi .K8sApi .RolesStore
+Renderer .K8sApi .RolesStore
Hierarchy
-KubeObjectStore<Role , RoleApi, RoleData>
+KubeObjectStore<Role , RoleApi, RoleData>
↳ RolesStore
Table of contents
@@ -1325,7 +1325,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: Role ) => string
+• Protected defaultSorting : (item: Role ) => string
Type declaration
▸ (item): string
Parameters
@@ -1339,7 +1339,7 @@
item
-Role
+Role
@@ -1374,7 +1374,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<Role >
+• items : IObservableArray<Role >
Inherited from
KubeObjectStore.items
@@ -1410,11 +1410,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<Role , void, undefined>
+▸ [iterator] (): Generator<Role , void, undefined>
Returns
-Generator<Role , void, undefined>
+Generator<Role , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1439,7 +1439,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<Role >
+▸ create (params, data?): Promise<Role >
Parameters
@@ -1463,17 +1463,17 @@
data?
-PartialObjectDeep<Role >
+PartialObjectDeep<Role >
Returns
-Promise<Role >
+Promise<Role >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | Role >
+▸ Protected createItem (params, data?): Promise<null | Role >
Parameters
@@ -1497,17 +1497,17 @@
data?
-PartialObjectDeep<Role >
+PartialObjectDeep<Role >
Returns
-Promise<null | Role >
+Promise<null | Role >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): Role []
+▸ Protected filterItemsOnLoad (items): Role []
Parameters
@@ -1519,17 +1519,17 @@
items
-Role []
+Role []
Returns
-Role []
+Role []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): Role []
+▸ getAllByNs (namespace, strict?): Role []
Parameters
Returns
-Role []
+Role []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | Role
+▸ getById (id): undefined | Role
Parameters
Returns
-undefined | Role
+undefined | Role
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): Role []
+▸ getByLabel (labels): Role []
Parameters
Returns
-Role []
+Role []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | Role
+▸ getByName (name, namespace?): undefined | Role
Parameters
Returns
-undefined | Role
+undefined | Role
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | Role
+▸ getByPath (path): undefined | Role
Parameters
Returns
-undefined | Role
+undefined | Role
Inherited from
KubeObjectStore.getByPath
@@ -1669,9 +1669,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): Role []
+▸ getItems (): Role []
Returns
-Role []
+Role []
Inherited from
KubeObjectStore.getItems
@@ -1695,7 +1695,7 @@
item
-Role
+Role
@@ -1717,7 +1717,7 @@
visibleItems?
-Role []
+Role []
@@ -1727,7 +1727,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<Role >
+▸ load (params): Promise<Role >
Parameters
Returns
-Promise<Role >
+Promise<Role >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | Role []>
+▸ loadAll («destructured»?): Promise<undefined | Role []>
Parameters
Returns
-Promise<undefined | Role []>
+Promise<undefined | Role []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<Role >
+▸ loadFromPath (resourcePath): Promise<Role >
Parameters
Returns
-Promise<Role >
+Promise<Role >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | Role >
+▸ Protected loadItem (params): Promise<null | Role >
Parameters
Returns
-Promise<null | Role >
+Promise<null | Role >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<Role []>
+▸ Protected loadItems («destructured»): Promise<Role []>
Parameters
Returns
-Promise<Role []>
+Promise<Role []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): Role []
+▸ Protected mergeItems (partialItems, «destructured»): Role []
Parameters
@@ -1865,7 +1865,7 @@
partialItems
-Role []
+Role []
«destructured»
@@ -1874,12 +1874,12 @@
Returns
-Role []
+Role []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<Role >
+▸ patch (item, patch): Promise<Role >
Parameters
@@ -1891,7 +1891,7 @@
item
-Role
+Role
patch
@@ -1900,12 +1900,12 @@
Returns
-Promise<Role >
+Promise<Role >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): Role []
+▸ pickOnlySelected (items): Role []
Parameters
@@ -1917,17 +1917,17 @@
items
-Role []
+Role []
Returns
-Role []
+Role []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | Role []>
+▸ reloadAll (opts?): Promise<undefined | Role []>
Parameters
Returns
-Promise<undefined | Role []>
+Promise<undefined | Role []>
Inherited from
KubeObjectStore.reloadAll
@@ -1973,7 +1973,7 @@
item
-Role
+Role
@@ -1995,7 +1995,7 @@
item
-Role
+Role
request
@@ -2021,7 +2021,7 @@
items
-Role []
+Role []
@@ -2086,7 +2086,7 @@
item
-Role
+Role
@@ -2096,7 +2096,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items): Role []
+▸ Protected sortItems (items): Role []
Parameters
@@ -2108,12 +2108,12 @@
items
-Role []
+Role []
Returns
-Role []
+Role []
Overrides
KubeObjectStore.sortItems
@@ -2130,7 +2130,7 @@
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2152,7 +2152,7 @@
item
-Role
+Role
@@ -2174,7 +2174,7 @@
visibleItems?
-Role []
+Role []
@@ -2196,7 +2196,7 @@
item
-Role
+Role
@@ -2206,7 +2206,7 @@
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<Role >
+▸ update (item, data): Promise<Role >
Parameters
@@ -2218,16 +2218,16 @@
item
-Role
+Role
data
-PartialObjectDeep<Role >
+PartialObjectDeep<Role >
Returns
-Promise<Role >
+Promise<Role >
Inherited from
KubeObjectStore.update
@@ -2239,7 +2239,7 @@
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<Role >
+▸ Protected updateItem (item, request): Promise<Role >
Parameters
@@ -2251,16 +2251,16 @@
item
-Role
+Role
request
-() => Promise<Role >
+() => Promise<Role >
Returns
-Promise<Role >
+Promise<Role >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.SecretsStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.SecretsStore/index.html
similarity index 91%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.SecretsStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.SecretsStore/index.html
index 1698fbfd69..e632851b68 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.SecretsStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.SecretsStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,10 +1211,10 @@
Class: SecretsStore
-LensExtensionsRendererApi .K8sApi .SecretsStore
+Renderer .K8sApi .SecretsStore
Hierarchy
-KubeObjectStore<Secret , SecretApi, SecretData>
+KubeObjectStore<Secret , SecretApi, SecretData>
↳ SecretsStore
Table of contents
@@ -1325,7 +1325,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: Secret ) => string
+• Protected defaultSorting : (item: Secret ) => string
Type declaration
▸ (item): string
Parameters
@@ -1339,7 +1339,7 @@
item
-Secret
+Secret
@@ -1374,7 +1374,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<Secret >
+• items : IObservableArray<Secret >
Inherited from
KubeObjectStore.items
@@ -1410,11 +1410,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<Secret , void, undefined>
+▸ [iterator] (): Generator<Secret , void, undefined>
Returns
-Generator<Secret , void, undefined>
+Generator<Secret , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1439,7 +1439,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<Secret >
+▸ create (params, data?): Promise<Secret >
Parameters
@@ -1463,17 +1463,17 @@
data?
-PartialObjectDeep<Secret >
+PartialObjectDeep<Secret >
Returns
-Promise<Secret >
+Promise<Secret >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | Secret >
+▸ Protected createItem (params, data?): Promise<null | Secret >
Parameters
@@ -1497,17 +1497,17 @@
data?
-PartialObjectDeep<Secret >
+PartialObjectDeep<Secret >
Returns
-Promise<null | Secret >
+Promise<null | Secret >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): Secret []
+▸ Protected filterItemsOnLoad (items): Secret []
Parameters
Returns
-Secret []
+Secret []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): Secret []
+▸ getAllByNs (namespace, strict?): Secret []
Parameters
Returns
-Secret []
+Secret []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | Secret
+▸ getById (id): undefined | Secret
Parameters
Returns
-undefined | Secret
+undefined | Secret
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): Secret []
+▸ getByLabel (labels): Secret []
Parameters
Returns
-Secret []
+Secret []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | Secret
+▸ getByName (name, namespace?): undefined | Secret
Parameters
Returns
-undefined | Secret
+undefined | Secret
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | Secret
+▸ getByPath (path): undefined | Secret
Parameters
Returns
-undefined | Secret
+undefined | Secret
Inherited from
KubeObjectStore.getByPath
@@ -1669,9 +1669,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): Secret []
+▸ getItems (): Secret []
Returns
-Secret []
+Secret []
Inherited from
KubeObjectStore.getItems
@@ -1695,7 +1695,7 @@
item
-Secret
+Secret
@@ -1717,7 +1717,7 @@
visibleItems?
-Secret []
+Secret []
@@ -1727,7 +1727,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<Secret >
+▸ load (params): Promise<Secret >
Parameters
Returns
-Promise<Secret >
+Promise<Secret >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | Secret []>
+▸ loadAll («destructured»?): Promise<undefined | Secret []>
Parameters
Returns
-Promise<undefined | Secret []>
+Promise<undefined | Secret []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<Secret >
+▸ loadFromPath (resourcePath): Promise<Secret >
Parameters
Returns
-Promise<Secret >
+Promise<Secret >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | Secret >
+▸ Protected loadItem (params): Promise<null | Secret >
Parameters
Returns
-Promise<null | Secret >
+Promise<null | Secret >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<Secret []>
+▸ Protected loadItems («destructured»): Promise<Secret []>
Parameters
Returns
-Promise<Secret []>
+Promise<Secret []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): Secret []
+▸ Protected mergeItems (partialItems, «destructured»): Secret []
Parameters
@@ -1865,7 +1865,7 @@
partialItems
-Secret []
+Secret []
«destructured»
@@ -1874,12 +1874,12 @@
Returns
-Secret []
+Secret []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<Secret >
+▸ patch (item, patch): Promise<Secret >
Parameters
@@ -1891,7 +1891,7 @@
item
-Secret
+Secret
patch
@@ -1900,12 +1900,12 @@
Returns
-Promise<Secret >
+Promise<Secret >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): Secret []
+▸ pickOnlySelected (items): Secret []
Parameters
Returns
-Secret []
+Secret []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | Secret []>
+▸ reloadAll (opts?): Promise<undefined | Secret []>
Parameters
Returns
-Promise<undefined | Secret []>
+Promise<undefined | Secret []>
Inherited from
KubeObjectStore.reloadAll
@@ -1973,7 +1973,7 @@
item
-Secret
+Secret
@@ -1995,7 +1995,7 @@
item
-Secret
+Secret
request
@@ -2021,7 +2021,7 @@
items
-Secret []
+Secret []
@@ -2086,7 +2086,7 @@
item
-Secret
+Secret
@@ -2096,7 +2096,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): Secret []
+▸ Protected sortItems (items?, sorting?, order?): Secret []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2113,12 +2113,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-Secret []
+Secret []
the items to be sorted (default: the current items in this store)
sorting?
-(item: Secret ) => any[]
+(item: Secret ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2129,7 +2129,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-Secret []
+Secret []
Inherited from
KubeObjectStore.sortItems
@@ -2146,7 +2146,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2168,7 +2168,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Secret
+Secret
@@ -2190,7 +2190,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-Secret []
+Secret []
@@ -2212,7 +2212,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Secret
+Secret
@@ -2222,7 +2222,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<Secret >
+▸ update (item, data): Promise<Secret >
Parameters
@@ -2234,16 +2234,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Secret
+Secret
data
-PartialObjectDeep<Secret >
+PartialObjectDeep<Secret >
Returns
-Promise<Secret >
+Promise<Secret >
Inherited from
KubeObjectStore.update
@@ -2255,7 +2255,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<Secret >
+▸ Protected updateItem (item, request): Promise<Secret >
Parameters
@@ -2267,16 +2267,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Secret
+Secret
request
-() => Promise<Secret >
+() => Promise<Secret >
Returns
-Promise<Secret >
+Promise<Secret >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ServiceAccountsStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ServiceAccountsStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/index.html
index a0c0e82035..c3e254b081 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ServiceAccountsStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,10 +1211,10 @@
Class: ServiceAccountsStore
-LensExtensionsRendererApi .K8sApi .ServiceAccountsStore
+Renderer .K8sApi .ServiceAccountsStore
Hierarchy
-KubeObjectStore<ServiceAccount , ServiceAccountApi, ServiceAccountData>
+KubeObjectStore<ServiceAccount , ServiceAccountApi, ServiceAccountData>
↳ ServiceAccountsStore
Table of contents
@@ -1325,7 +1325,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: ServiceAccount ) => string
+• Protected defaultSorting : (item: ServiceAccount ) => string
Type declaration
▸ (item): string
Parameters
@@ -1339,7 +1339,7 @@
item
-ServiceAccount
+ServiceAccount
@@ -1374,7 +1374,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<ServiceAccount >
+• items : IObservableArray<ServiceAccount >
Inherited from
KubeObjectStore.items
@@ -1410,11 +1410,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<ServiceAccount , void, undefined>
+▸ [iterator] (): Generator<ServiceAccount , void, undefined>
Returns
-Generator<ServiceAccount , void, undefined>
+Generator<ServiceAccount , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1439,7 +1439,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<ServiceAccount >
+▸ create (params, data?): Promise<ServiceAccount >
Parameters
Returns
-Promise<ServiceAccount >
+Promise<ServiceAccount >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params): Promise<null | ServiceAccount >
+▸ Protected createItem (params): Promise<null | ServiceAccount >
Parameters
Returns
-Promise<null | ServiceAccount >
+Promise<null | ServiceAccount >
Overrides
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): ServiceAccount []
+▸ Protected filterItemsOnLoad (items): ServiceAccount []
Parameters
Returns
-ServiceAccount []
+ServiceAccount []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): ServiceAccount []
+▸ getAllByNs (namespace, strict?): ServiceAccount []
Parameters
Returns
-ServiceAccount []
+ServiceAccount []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | ServiceAccount
+▸ getById (id): undefined | ServiceAccount
Parameters
Returns
-undefined | ServiceAccount
+undefined | ServiceAccount
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): ServiceAccount []
+▸ getByLabel (labels): ServiceAccount []
Parameters
Returns
-ServiceAccount []
+ServiceAccount []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | ServiceAccount
+▸ getByName (name, namespace?): undefined | ServiceAccount
Parameters
Returns
-undefined | ServiceAccount
+undefined | ServiceAccount
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | ServiceAccount
+▸ getByPath (path): undefined | ServiceAccount
Parameters
Returns
-undefined | ServiceAccount
+undefined | ServiceAccount
Inherited from
KubeObjectStore.getByPath
@@ -1665,9 +1665,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): ServiceAccount []
+▸ getItems (): ServiceAccount []
Returns
-ServiceAccount []
+ServiceAccount []
Inherited from
KubeObjectStore.getItems
@@ -1691,7 +1691,7 @@
item
-ServiceAccount
+ServiceAccount
@@ -1713,7 +1713,7 @@
visibleItems?
-ServiceAccount []
+ServiceAccount []
@@ -1723,7 +1723,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<ServiceAccount >
+▸ load (params): Promise<ServiceAccount >
Parameters
Returns
-Promise<ServiceAccount >
+Promise<ServiceAccount >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | ServiceAccount []>
+▸ loadAll («destructured»?): Promise<undefined | ServiceAccount []>
Parameters
Returns
-Promise<undefined | ServiceAccount []>
+Promise<undefined | ServiceAccount []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<ServiceAccount >
+▸ loadFromPath (resourcePath): Promise<ServiceAccount >
Parameters
Returns
-Promise<ServiceAccount >
+Promise<ServiceAccount >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | ServiceAccount >
+▸ Protected loadItem (params): Promise<null | ServiceAccount >
Parameters
Returns
-Promise<null | ServiceAccount >
+Promise<null | ServiceAccount >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<ServiceAccount []>
+▸ Protected loadItems («destructured»): Promise<ServiceAccount []>
Parameters
Returns
-Promise<ServiceAccount []>
+Promise<ServiceAccount []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): ServiceAccount []
+▸ Protected mergeItems (partialItems, «destructured»): ServiceAccount []
Parameters
Returns
-ServiceAccount []
+ServiceAccount []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<ServiceAccount >
+▸ patch (item, patch): Promise<ServiceAccount >
Parameters
Returns
-Promise<ServiceAccount >
+Promise<ServiceAccount >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): ServiceAccount []
+▸ pickOnlySelected (items): ServiceAccount []
Parameters
Returns
-ServiceAccount []
+ServiceAccount []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | ServiceAccount []>
+▸ reloadAll (opts?): Promise<undefined | ServiceAccount []>
Parameters
Returns
-Promise<undefined | ServiceAccount []>
+Promise<undefined | ServiceAccount []>
Inherited from
KubeObjectStore.reloadAll
@@ -1969,7 +1969,7 @@
item
-ServiceAccount
+ServiceAccount
@@ -1991,7 +1991,7 @@
item
-ServiceAccount
+ServiceAccount
request
@@ -2017,7 +2017,7 @@
items
-ServiceAccount []
+ServiceAccount []
@@ -2082,7 +2082,7 @@
item
-ServiceAccount
+ServiceAccount
@@ -2092,7 +2092,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): ServiceAccount []
+▸ Protected sortItems (items?, sorting?, order?): ServiceAccount []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2109,12 +2109,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-ServiceAccount []
+ServiceAccount []
the items to be sorted (default: the current items in this store)
sorting?
-(item: ServiceAccount ) => any[]
+(item: ServiceAccount ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2125,7 +2125,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-ServiceAccount []
+ServiceAccount []
Inherited from
KubeObjectStore.sortItems
@@ -2142,7 +2142,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2164,7 +2164,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-ServiceAccount
+ServiceAccount
@@ -2186,7 +2186,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-ServiceAccount []
+ServiceAccount []
@@ -2208,7 +2208,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-ServiceAccount
+ServiceAccount
@@ -2218,7 +2218,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<ServiceAccount >
+▸ update (item, data): Promise<ServiceAccount >
Parameters
Returns
-Promise<ServiceAccount >
+Promise<ServiceAccount >
Inherited from
KubeObjectStore.update
@@ -2251,7 +2251,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<ServiceAccount >
+▸ Protected updateItem (item, request): Promise<ServiceAccount >
Parameters
Returns
-Promise<ServiceAccount >
+Promise<ServiceAccount >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ServiceStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.ServiceStore/index.html
similarity index 90%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ServiceStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.ServiceStore/index.html
index 629f111e83..5df9322e9e 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.ServiceStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.ServiceStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,10 +1211,10 @@
Class: ServiceStore
-LensExtensionsRendererApi .K8sApi .ServiceStore
+Renderer .K8sApi .ServiceStore
Hierarchy
-KubeObjectStore<Service , ServiceApi>
+KubeObjectStore<Service , ServiceApi>
↳ ServiceStore
Table of contents
@@ -1325,7 +1325,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: Service ) => string
+• Protected defaultSorting : (item: Service ) => string
Type declaration
▸ (item): string
Parameters
@@ -1339,7 +1339,7 @@
item
-Service
+Service
@@ -1354,7 +1354,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , ServiceStatus, ServiceSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , ServiceStatus, ServiceSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1374,7 +1374,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<Service >
+• items : IObservableArray<Service >
Inherited from
KubeObjectStore.items
@@ -1410,11 +1410,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<Service , void, undefined>
+▸ [iterator] (): Generator<Service , void, undefined>
Returns
-Generator<Service , void, undefined>
+Generator<Service , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1439,7 +1439,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<Service >
+▸ create (params, data?): Promise<Service >
Parameters
@@ -1463,17 +1463,17 @@
data?
-PartialObjectDeep<Service >
+PartialObjectDeep<Service >
Returns
-Promise<Service >
+Promise<Service >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | Service >
+▸ Protected createItem (params, data?): Promise<null | Service >
Parameters
@@ -1497,17 +1497,17 @@
data?
-PartialObjectDeep<Service >
+PartialObjectDeep<Service >
Returns
-Promise<null | Service >
+Promise<null | Service >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): Service []
+▸ Protected filterItemsOnLoad (items): Service []
Parameters
Returns
-Service []
+Service []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): Service []
+▸ getAllByNs (namespace, strict?): Service []
Parameters
Returns
-Service []
+Service []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | Service
+▸ getById (id): undefined | Service
Parameters
Returns
-undefined | Service
+undefined | Service
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): Service []
+▸ getByLabel (labels): Service []
Parameters
Returns
-Service []
+Service []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | Service
+▸ getByName (name, namespace?): undefined | Service
Parameters
Returns
-undefined | Service
+undefined | Service
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | Service
+▸ getByPath (path): undefined | Service
Parameters
Returns
-undefined | Service
+undefined | Service
Inherited from
KubeObjectStore.getByPath
@@ -1669,9 +1669,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): Service []
+▸ getItems (): Service []
Returns
-Service []
+Service []
Inherited from
KubeObjectStore.getItems
@@ -1695,7 +1695,7 @@
item
-Service
+Service
@@ -1717,7 +1717,7 @@
visibleItems?
-Service []
+Service []
@@ -1727,7 +1727,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<Service >
+▸ load (params): Promise<Service >
Parameters
Returns
-Promise<Service >
+Promise<Service >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | Service []>
+▸ loadAll («destructured»?): Promise<undefined | Service []>
Parameters
Returns
-Promise<undefined | Service []>
+Promise<undefined | Service []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<Service >
+▸ loadFromPath (resourcePath): Promise<Service >
Parameters
Returns
-Promise<Service >
+Promise<Service >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | Service >
+▸ Protected loadItem (params): Promise<null | Service >
Parameters
Returns
-Promise<null | Service >
+Promise<null | Service >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<Service []>
+▸ Protected loadItems («destructured»): Promise<Service []>
Parameters
Returns
-Promise<Service []>
+Promise<Service []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): Service []
+▸ Protected mergeItems (partialItems, «destructured»): Service []
Parameters
@@ -1865,7 +1865,7 @@
partialItems
-Service []
+Service []
«destructured»
@@ -1874,12 +1874,12 @@
Returns
-Service []
+Service []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<Service >
+▸ patch (item, patch): Promise<Service >
Parameters
@@ -1891,7 +1891,7 @@
item
-Service
+Service
patch
@@ -1900,12 +1900,12 @@
Returns
-Promise<Service >
+Promise<Service >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): Service []
+▸ pickOnlySelected (items): Service []
Parameters
Returns
-Service []
+Service []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | Service []>
+▸ reloadAll (opts?): Promise<undefined | Service []>
Parameters
Returns
-Promise<undefined | Service []>
+Promise<undefined | Service []>
Inherited from
KubeObjectStore.reloadAll
@@ -1973,7 +1973,7 @@
item
-Service
+Service
@@ -1995,7 +1995,7 @@
item
-Service
+Service
request
@@ -2021,7 +2021,7 @@
items
-Service []
+Service []
@@ -2086,7 +2086,7 @@
item
-Service
+Service
@@ -2096,7 +2096,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): Service []
+▸ Protected sortItems (items?, sorting?, order?): Service []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2113,12 +2113,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-Service []
+Service []
the items to be sorted (default: the current items in this store)
sorting?
-(item: Service ) => any[]
+(item: Service ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2129,7 +2129,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-Service []
+Service []
Inherited from
KubeObjectStore.sortItems
@@ -2146,7 +2146,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2168,7 +2168,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Service
+Service
@@ -2190,7 +2190,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-Service []
+Service []
@@ -2212,7 +2212,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Service
+Service
@@ -2222,7 +2222,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<Service >
+▸ update (item, data): Promise<Service >
Parameters
@@ -2234,16 +2234,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Service
+Service
data
-PartialObjectDeep<Service >
+PartialObjectDeep<Service >
Returns
-Promise<Service >
+Promise<Service >
Inherited from
KubeObjectStore.update
@@ -2255,7 +2255,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<Service >
+▸ Protected updateItem (item, request): Promise<Service >
Parameters
@@ -2267,16 +2267,16 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-Service
+Service
request
-() => Promise<Service >
+() => Promise<Service >
Returns
-Promise<Service >
+Promise<Service >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.StatefulSetStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.StatefulSetStore/index.html
similarity index 89%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.StatefulSetStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.StatefulSetStore/index.html
index 9d2b3b6066..1b977875e9 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.StatefulSetStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.StatefulSetStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1225,10 +1225,10 @@
Class: StatefulSetStore
-LensExtensionsRendererApi .K8sApi .StatefulSetStore
+Renderer .K8sApi .StatefulSetStore
Hierarchy
↳ StatefulSetStore
Table of contents
@@ -1341,7 +1341,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: StatefulSet ) => string
+• Protected defaultSorting : (item: StatefulSet ) => string
Type declaration
▸ (item): string
Parameters
@@ -1355,7 +1355,7 @@
item
-StatefulSet
+StatefulSet
@@ -1370,7 +1370,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , StatefulSetStatus, StatefulSetSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , StatefulSetStatus, StatefulSetSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1390,7 +1390,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<StatefulSet >
+• items : IObservableArray<StatefulSet >
Inherited from
KubeObjectStore.items
@@ -1426,11 +1426,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<StatefulSet , void, undefined>
+▸ [iterator] (): Generator<StatefulSet , void, undefined>
Returns
-Generator<StatefulSet , void, undefined>
+Generator<StatefulSet , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1455,7 +1455,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<StatefulSet >
+▸ create (params, data?): Promise<StatefulSet >
Parameters
Returns
-Promise<StatefulSet >
+Promise<StatefulSet >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | StatefulSet >
+▸ Protected createItem (params, data?): Promise<null | StatefulSet >
Parameters
Returns
-Promise<null | StatefulSet >
+Promise<null | StatefulSet >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): StatefulSet []
+▸ Protected filterItemsOnLoad (items): StatefulSet []
Parameters
Returns
-StatefulSet []
+StatefulSet []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): StatefulSet []
+▸ getAllByNs (namespace, strict?): StatefulSet []
Parameters
Returns
-StatefulSet []
+StatefulSet []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | StatefulSet
+▸ getById (id): undefined | StatefulSet
Parameters
Returns
-undefined | StatefulSet
+undefined | StatefulSet
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): StatefulSet []
+▸ getByLabel (labels): StatefulSet []
Parameters
Returns
-StatefulSet []
+StatefulSet []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | StatefulSet
+▸ getByName (name, namespace?): undefined | StatefulSet
Parameters
Returns
-undefined | StatefulSet
+undefined | StatefulSet
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | StatefulSet
+▸ getByPath (path): undefined | StatefulSet
Parameters
Returns
-undefined | StatefulSet
+undefined | StatefulSet
Inherited from
KubeObjectStore.getByPath
getChildPods
-▸ getChildPods (statefulSet): Pod []
+▸ getChildPods (statefulSet): Pod []
Parameters
Returns
-Pod []
+Pod []
getIndexById
▸ getIndexById (id): number
@@ -1705,9 +1705,9 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): StatefulSet []
+▸ getItems (): StatefulSet []
Returns
-StatefulSet []
+StatefulSet []
Inherited from
KubeObjectStore.getItems
@@ -1724,7 +1724,7 @@
statefulSets
-StatefulSet []
+StatefulSet []
@@ -1773,7 +1773,7 @@
item
-StatefulSet
+StatefulSet
@@ -1795,7 +1795,7 @@
visibleItems?
-StatefulSet []
+StatefulSet []
@@ -1805,7 +1805,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<StatefulSet >
+▸ load (params): Promise<StatefulSet >
Parameters
Returns
-Promise<StatefulSet >
+Promise<StatefulSet >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | StatefulSet []>
+▸ loadAll («destructured»?): Promise<undefined | StatefulSet []>
Parameters
Returns
-Promise<undefined | StatefulSet []>
+Promise<undefined | StatefulSet []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<StatefulSet >
+▸ loadFromPath (resourcePath): Promise<StatefulSet >
Parameters
Returns
-Promise<StatefulSet >
+Promise<StatefulSet >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | StatefulSet >
+▸ Protected loadItem (params): Promise<null | StatefulSet >
Parameters
Returns
-Promise<null | StatefulSet >
+Promise<null | StatefulSet >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<StatefulSet []>
+▸ Protected loadItems («destructured»): Promise<StatefulSet []>
Parameters
Returns
-Promise<StatefulSet []>
+Promise<StatefulSet []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): StatefulSet []
+▸ Protected mergeItems (partialItems, «destructured»): StatefulSet []
Parameters
Returns
-StatefulSet []
+StatefulSet []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<StatefulSet >
+▸ patch (item, patch): Promise<StatefulSet >
Parameters
Returns
-Promise<StatefulSet >
+Promise<StatefulSet >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): StatefulSet []
+▸ pickOnlySelected (items): StatefulSet []
Parameters
Returns
-StatefulSet []
+StatefulSet []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | StatefulSet []>
+▸ reloadAll (opts?): Promise<undefined | StatefulSet []>
Parameters
Returns
-Promise<undefined | StatefulSet []>
+Promise<undefined | StatefulSet []>
Inherited from
KubeObjectStore.reloadAll
@@ -2051,7 +2051,7 @@
item
-StatefulSet
+StatefulSet
@@ -2073,7 +2073,7 @@
item
-StatefulSet
+StatefulSet
request
@@ -2099,7 +2099,7 @@
items
-StatefulSet []
+StatefulSet []
@@ -2164,7 +2164,7 @@
item
-StatefulSet
+StatefulSet
@@ -2174,7 +2174,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): StatefulSet []
+▸ Protected sortItems (items?, sorting?, order?): StatefulSet []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2191,12 +2191,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-StatefulSet []
+StatefulSet []
the items to be sorted (default: the current items in this store)
sorting?
-(item: StatefulSet ) => any[]
+(item: StatefulSet ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2207,7 +2207,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-StatefulSet []
+StatefulSet []
Inherited from
KubeObjectStore.sortItems
@@ -2224,7 +2224,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2246,7 +2246,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-StatefulSet
+StatefulSet
@@ -2268,7 +2268,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-StatefulSet []
+StatefulSet []
@@ -2290,7 +2290,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-StatefulSet
+StatefulSet
@@ -2300,7 +2300,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<StatefulSet >
+▸ update (item, data): Promise<StatefulSet >
Parameters
Returns
-Promise<StatefulSet >
+Promise<StatefulSet >
Inherited from
KubeObjectStore.update
@@ -2333,7 +2333,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<StatefulSet >
+▸ Protected updateItem (item, request): Promise<StatefulSet >
Parameters
Returns
-Promise<StatefulSet >
+Promise<StatefulSet >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.StorageClassStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.StorageClassStore/index.html
similarity index 89%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.StorageClassStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.StorageClassStore/index.html
index 76602a6434..26626d3985 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.StorageClassStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.StorageClassStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1218,10 +1218,10 @@
Class: StorageClassStore
-LensExtensionsRendererApi .K8sApi .StorageClassStore
+Renderer .K8sApi .StorageClassStore
Hierarchy
-KubeObjectStore<StorageClass , StorageClassApi, StorageClassData>
+KubeObjectStore<StorageClass , StorageClassApi, StorageClassData>
↳ StorageClassStore
Table of contents
@@ -1333,7 +1333,7 @@
KubeObjectStore.bufferSize
defaultSorting
-• Protected defaultSorting : (item: StorageClass ) => string
+• Protected defaultSorting : (item: StorageClass ) => string
Type declaration
▸ (item): string
Parameters
@@ -1347,7 +1347,7 @@
item
-StorageClass
+StorageClass
@@ -1382,7 +1382,7 @@
KubeObjectStore.isLoading
items
-• items : IObservableArray<StorageClass >
+• items : IObservableArray<StorageClass >
Inherited from
KubeObjectStore.items
@@ -1418,11 +1418,11 @@
KubeObjectStore.selectedItems
Methods
[iterator]
-▸ [iterator] (): Generator<StorageClass , void, undefined>
+▸ [iterator] (): Generator<StorageClass , void, undefined>
Returns
-Generator<StorageClass , void, undefined>
+Generator<StorageClass , void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1447,7 +1447,7 @@
KubeObjectStore.bindWatchEventsUpdater
create
-▸ create (params, data?): Promise<StorageClass >
+▸ create (params, data?): Promise<StorageClass >
Parameters
Returns
-Promise<StorageClass >
+Promise<StorageClass >
Inherited from
KubeObjectStore.create
createItem
-▸ Protected createItem (params, data?): Promise<null | StorageClass >
+▸ Protected createItem (params, data?): Promise<null | StorageClass >
Parameters
Returns
-Promise<null | StorageClass >
+Promise<null | StorageClass >
Inherited from
KubeObjectStore.createItem
filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): StorageClass []
+▸ Protected filterItemsOnLoad (items): StorageClass []
Parameters
Returns
-StorageClass []
+StorageClass []
Inherited from
KubeObjectStore.filterItemsOnLoad
getAllByNs
-▸ getAllByNs (namespace, strict?): StorageClass []
+▸ getAllByNs (namespace, strict?): StorageClass []
Parameters
Returns
-StorageClass []
+StorageClass []
Inherited from
KubeObjectStore.getAllByNs
getById
-▸ getById (id): undefined | StorageClass
+▸ getById (id): undefined | StorageClass
Parameters
Returns
-undefined | StorageClass
+undefined | StorageClass
Inherited from
KubeObjectStore.getById
getByLabel
-▸ getByLabel (labels): StorageClass []
+▸ getByLabel (labels): StorageClass []
Parameters
Returns
-StorageClass []
+StorageClass []
Inherited from
KubeObjectStore.getByLabel
getByName
-▸ getByName (name, namespace?): undefined | StorageClass
+▸ getByName (name, namespace?): undefined | StorageClass
Parameters
Returns
-undefined | StorageClass
+undefined | StorageClass
Inherited from
KubeObjectStore.getByName
getByPath
-▸ getByPath (path): undefined | StorageClass
+▸ getByPath (path): undefined | StorageClass
Parameters
Returns
-undefined | StorageClass
+undefined | StorageClass
Inherited from
KubeObjectStore.getByPath
@@ -1677,14 +1677,14 @@
KubeObjectStore.getIndexById
getItems
-▸ getItems (): StorageClass []
+▸ getItems (): StorageClass []
Returns
-StorageClass []
+StorageClass []
Inherited from
KubeObjectStore.getItems
getPersistentVolumes
-▸ getPersistentVolumes (storageClass): PersistentVolume []
+▸ getPersistentVolumes (storageClass): PersistentVolume []
Parameters
Returns
-PersistentVolume []
+PersistentVolume []
getTotalCount
▸ getTotalCount (): number
@@ -1723,7 +1723,7 @@
item
-StorageClass
+StorageClass
@@ -1745,7 +1745,7 @@
visibleItems?
-StorageClass []
+StorageClass []
@@ -1755,7 +1755,7 @@
KubeObjectStore.isSelectedAll
load
-▸ load (params): Promise<StorageClass >
+▸ load (params): Promise<StorageClass >
Parameters
Returns
-Promise<StorageClass >
+Promise<StorageClass >
Inherited from
KubeObjectStore.load
loadAll
-▸ loadAll («destructured»?): Promise<undefined | StorageClass []>
+▸ loadAll («destructured»?): Promise<undefined | StorageClass []>
Parameters
Returns
-Promise<undefined | StorageClass []>
+Promise<undefined | StorageClass []>
Inherited from
KubeObjectStore.loadAll
loadFromPath
-▸ loadFromPath (resourcePath): Promise<StorageClass >
+▸ loadFromPath (resourcePath): Promise<StorageClass >
Parameters
Returns
-Promise<StorageClass >
+Promise<StorageClass >
Inherited from
KubeObjectStore.loadFromPath
loadItem
-▸ Protected loadItem (params): Promise<null | StorageClass >
+▸ Protected loadItem (params): Promise<null | StorageClass >
Parameters
Returns
-Promise<null | StorageClass >
+Promise<null | StorageClass >
Inherited from
KubeObjectStore.loadItem
loadItems
-▸ Protected loadItems («destructured»): Promise<StorageClass []>
+▸ Protected loadItems («destructured»): Promise<StorageClass []>
Parameters
Returns
-Promise<StorageClass []>
+Promise<StorageClass []>
Inherited from
KubeObjectStore.loadItems
mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): StorageClass []
+▸ Protected mergeItems (partialItems, «destructured»): StorageClass []
Parameters
Returns
-StorageClass []
+StorageClass []
Inherited from
KubeObjectStore.mergeItems
patch
-▸ patch (item, patch): Promise<StorageClass >
+▸ patch (item, patch): Promise<StorageClass >
Parameters
Returns
-Promise<StorageClass >
+Promise<StorageClass >
Inherited from
KubeObjectStore.patch
pickOnlySelected
-▸ pickOnlySelected (items): StorageClass []
+▸ pickOnlySelected (items): StorageClass []
Parameters
Returns
-StorageClass []
+StorageClass []
Inherited from
KubeObjectStore.pickOnlySelected
reloadAll
-▸ reloadAll (opts?): Promise<undefined | StorageClass []>
+▸ reloadAll (opts?): Promise<undefined | StorageClass []>
Parameters
Returns
-Promise<undefined | StorageClass []>
+Promise<undefined | StorageClass []>
Inherited from
KubeObjectStore.reloadAll
@@ -2001,7 +2001,7 @@
item
-StorageClass
+StorageClass
@@ -2023,7 +2023,7 @@
item
-StorageClass
+StorageClass
request
@@ -2049,7 +2049,7 @@
items
-StorageClass []
+StorageClass []
@@ -2114,7 +2114,7 @@
item
-StorageClass
+StorageClass
@@ -2124,7 +2124,7 @@
KubeObjectStore.select
sortItems
-▸ Protected sortItems (items?, sorting?, order?): StorageClass []
+▸ Protected sortItems (items?, sorting?, order?): StorageClass []
Return items sorted by the given ordering functions. If two elements of
items are sorted to the same "index" then the next sorting function is used
to determine where to place them relative to each other. Once the sorting
@@ -2141,12 +2141,12 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
items?
-StorageClass []
+StorageClass []
the items to be sorted (default: the current items in this store)
sorting?
-(item: StorageClass ) => any[]
+(item: StorageClass ) => any[]
list of functions to determine sort order (default: sorting by name)
@@ -2157,7 +2157,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
Returns
-StorageClass []
+StorageClass []
Inherited from
KubeObjectStore.sortItems
@@ -2174,7 +2174,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
@@ -2196,7 +2196,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-StorageClass
+StorageClass
@@ -2218,7 +2218,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
visibleItems?
-StorageClass []
+StorageClass []
@@ -2240,7 +2240,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
item
-StorageClass
+StorageClass
@@ -2250,7 +2250,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.unselect
update
-▸ update (item, data): Promise<StorageClass >
+▸ update (item, data): Promise<StorageClass >
Parameters
Returns
-Promise<StorageClass >
+Promise<StorageClass >
Inherited from
KubeObjectStore.update
@@ -2283,7 +2283,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
KubeObjectStore.updateFromEventsBuffer
updateItem
-▸ Protected updateItem (item, request): Promise<StorageClass >
+▸ Protected updateItem (item, request): Promise<StorageClass >
Parameters
Returns
-Promise<StorageClass >
+Promise<StorageClass >
Inherited from
KubeObjectStore.updateItem
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.VerticalPodAutoscalerStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.VerticalPodAutoscalerStore/index.html
similarity index 98%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.VerticalPodAutoscalerStore/index.html
rename to master/extensions/api/classes/Renderer.K8sApi.VerticalPodAutoscalerStore/index.html
index 549f162eb0..4fa18a1e63 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.VerticalPodAutoscalerStore/index.html
+++ b/master/extensions/api/classes/Renderer.K8sApi.VerticalPodAutoscalerStore/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1211,7 +1211,7 @@
Class: VerticalPodAutoscalerStore
-LensExtensionsRendererApi .K8sApi .VerticalPodAutoscalerStore
+Renderer .K8sApi .VerticalPodAutoscalerStore
Hierarchy
KubeObjectStore<VerticalPodAutoscaler, VerticalPodAutoscalerApi>
@@ -1354,7 +1354,7 @@
KubeObjectStore.dependencies
eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , VerticalPodAutoscalerStatus, VerticalPodAutoscalerSpec>>>
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , VerticalPodAutoscalerStatus, VerticalPodAutoscalerSpec>>>
Inherited from
KubeObjectStore.eventsBuffer
@@ -1414,7 +1414,7 @@
Returns
Generator<VerticalPodAutoscaler, void, undefined>
Inherited from
-KubeObjectStore.__@iterator@916
+KubeObjectStore.__@iterator@189
bindWatchEventsUpdater
▸ Protected bindWatchEventsUpdater (delay?): void
@@ -1769,7 +1769,7 @@
«destructured»
-KubeObjectStoreLoadAllParams
+KubeObjectStoreLoadAllParams
@@ -1843,7 +1843,7 @@
«destructured»
-KubeObjectStoreLoadingParams
+KubeObjectStoreLoadingParams
@@ -2146,7 +2146,7 @@ functions have been all exhausted then the order is unchanged (ie a stable sort)
«destructured»
-KubeObjectStoreSubscribeParams
+KubeObjectStoreSubscribeParams
diff --git a/master/extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/index.html b/master/extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/index.html
new file mode 100644
index 0000000000..4d21c0ba70
--- /dev/null
+++ b/master/extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/index.html
@@ -0,0 +1,2354 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: VolumeClaimStore - Lens Extension Development
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class: VolumeClaimStore
+Renderer .K8sApi .VolumeClaimStore
+Hierarchy
+
+↳ VolumeClaimStore
+Table of contents
+Constructors
+
+Properties
+
+Accessors
+
+Methods
+
+Constructors
+constructor
+• new VolumeClaimStore (dependencies, api, opts?)
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+dependencies
+KubeObjectStoreDependencies
+
+
+api
+PersistentVolumeClaimApi
+
+
+opts?
+KubeObjectStoreOptions
+
+
+
+Inherited from
+KubeObjectStore<PersistentVolumeClaim, PersistentVolumeClaimApi>.constructor
+Properties
+api
+• Readonly api : PersistentVolumeClaimApi
+Inherited from
+KubeObjectStore.api
+
+bufferSize
+• Readonly bufferSize : number
+Inherited from
+KubeObjectStore.bufferSize
+
+defaultSorting
+• Protected defaultSorting : (item: PersistentVolumeClaim ) => string
+Type declaration
+▸ (item): string
+Parameters
+
+Returns
+string
+Inherited from
+KubeObjectStore.defaultSorting
+
+dependencies
+• Protected Readonly dependencies : KubeObjectStoreDependencies
+Inherited from
+KubeObjectStore.dependencies
+
+eventsBuffer
+• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , PersistentVolumeClaimStatus, PersistentVolumeClaimSpec>>>
+Inherited from
+KubeObjectStore.eventsBuffer
+
+failedLoading
+• failedLoading : boolean
+Inherited from
+KubeObjectStore.failedLoading
+
+isLoaded
+• isLoaded : boolean
+Inherited from
+KubeObjectStore.isLoaded
+
+isLoading
+• isLoading : boolean
+Inherited from
+KubeObjectStore.isLoading
+
+items
+• items : IObservableArray<PersistentVolumeClaim >
+Inherited from
+KubeObjectStore.items
+
+limit
+• Readonly limit : undefined | number
+Inherited from
+KubeObjectStore.limit
+
+selectedItemsIds
+• selectedItemsIds : ObservableSet<string>
+Inherited from
+KubeObjectStore.selectedItemsIds
+Accessors
+contextItems
+• get contextItems (): K[]
+Returns
+K[]
+Inherited from
+KubeObjectStore.contextItems
+
+query
+• get query (): KubeApiQueryParams
+Returns
+KubeApiQueryParams
+Inherited from
+KubeObjectStore.query
+
+selectedItems
+• get selectedItems (): Item[]
+Returns
+Item[]
+Inherited from
+KubeObjectStore.selectedItems
+Methods
+[iterator]
+▸ [iterator] (): Generator<PersistentVolumeClaim , void, undefined>
+Returns
+Generator<PersistentVolumeClaim , void, undefined>
+Inherited from
+KubeObjectStore.__@iterator@189
+
+bindWatchEventsUpdater
+▸ Protected bindWatchEventsUpdater (delay?): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+delay?
+number
+
+
+
+Returns
+void
+Inherited from
+KubeObjectStore.bindWatchEventsUpdater
+
+create
+▸ create (params, data?): Promise<PersistentVolumeClaim >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+params
+Object
+
+
+params.name
+string
+
+
+params.namespace?
+string
+
+
+data?
+PartialObjectDeep<PersistentVolumeClaim >
+
+
+
+Returns
+Promise<PersistentVolumeClaim >
+Inherited from
+KubeObjectStore.create
+
+createItem
+▸ Protected createItem (params, data?): Promise<null | PersistentVolumeClaim >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+params
+Object
+
+
+params.name
+string
+
+
+params.namespace?
+string
+
+
+data?
+PartialObjectDeep<PersistentVolumeClaim >
+
+
+
+Returns
+Promise<null | PersistentVolumeClaim >
+Inherited from
+KubeObjectStore.createItem
+
+filterItemsOnLoad
+▸ Protected filterItemsOnLoad (items): PersistentVolumeClaim []
+Parameters
+
+Returns
+PersistentVolumeClaim []
+Inherited from
+KubeObjectStore.filterItemsOnLoad
+
+getAllByNs
+▸ getAllByNs (namespace, strict?): PersistentVolumeClaim []
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+namespace
+string | string[]
+
+
+strict?
+boolean
+
+
+
+Returns
+PersistentVolumeClaim []
+Inherited from
+KubeObjectStore.getAllByNs
+
+getById
+▸ getById (id): undefined | PersistentVolumeClaim
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+id
+string
+
+
+
+Returns
+undefined | PersistentVolumeClaim
+Inherited from
+KubeObjectStore.getById
+
+getByLabel
+▸ getByLabel (labels): PersistentVolumeClaim []
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+labels
+string[] | Partial<Record<string, string>>
+
+
+
+Returns
+PersistentVolumeClaim []
+Inherited from
+KubeObjectStore.getByLabel
+
+getByName
+▸ getByName (name, namespace?): undefined | PersistentVolumeClaim
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+name
+string
+
+
+namespace?
+string
+
+
+
+Returns
+undefined | PersistentVolumeClaim
+Inherited from
+KubeObjectStore.getByName
+
+getByPath
+▸ getByPath (path): undefined | PersistentVolumeClaim
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+path
+string
+
+
+
+Returns
+undefined | PersistentVolumeClaim
+Inherited from
+KubeObjectStore.getByPath
+
+getIndexById
+▸ getIndexById (id): number
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+id
+string
+
+
+
+Returns
+number
+Inherited from
+KubeObjectStore.getIndexById
+
+getItems
+▸ getItems (): PersistentVolumeClaim []
+Returns
+PersistentVolumeClaim []
+Inherited from
+KubeObjectStore.getItems
+
+getTotalCount
+▸ getTotalCount (): number
+Returns
+number
+Inherited from
+KubeObjectStore.getTotalCount
+
+isSelected
+▸ isSelected (item): boolean
+Parameters
+
+Returns
+boolean
+Inherited from
+KubeObjectStore.isSelected
+
+isSelectedAll
+▸ isSelectedAll (visibleItems?): boolean
+Parameters
+
+Returns
+boolean
+Inherited from
+KubeObjectStore.isSelectedAll
+
+load
+▸ load (params): Promise<PersistentVolumeClaim >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+params
+Object
+
+
+params.name
+string
+
+
+params.namespace?
+string
+
+
+
+Returns
+Promise<PersistentVolumeClaim >
+Inherited from
+KubeObjectStore.load
+
+loadAll
+▸ loadAll («destructured»?): Promise<undefined | PersistentVolumeClaim []>
+Parameters
+
+Returns
+Promise<undefined | PersistentVolumeClaim []>
+Inherited from
+KubeObjectStore.loadAll
+
+loadFromPath
+▸ loadFromPath (resourcePath): Promise<PersistentVolumeClaim >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+resourcePath
+string
+
+
+
+Returns
+Promise<PersistentVolumeClaim >
+Inherited from
+KubeObjectStore.loadFromPath
+
+loadItem
+▸ Protected loadItem (params): Promise<null | PersistentVolumeClaim >
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+params
+Object
+
+
+params.name
+string
+
+
+params.namespace?
+string
+
+
+
+Returns
+Promise<null | PersistentVolumeClaim >
+Inherited from
+KubeObjectStore.loadItem
+
+loadItems
+▸ Protected loadItems («destructured»): Promise<PersistentVolumeClaim []>
+Parameters
+
+Returns
+Promise<PersistentVolumeClaim []>
+Inherited from
+KubeObjectStore.loadItems
+
+mergeItems
+▸ Protected mergeItems (partialItems, «destructured»): PersistentVolumeClaim []
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+partialItems
+PersistentVolumeClaim []
+
+
+«destructured»
+MergeItemsOptions
+
+
+
+Returns
+PersistentVolumeClaim []
+Inherited from
+KubeObjectStore.mergeItems
+
+patch
+▸ patch (item, patch): Promise<PersistentVolumeClaim >
+Parameters
+
+Returns
+Promise<PersistentVolumeClaim >
+Inherited from
+KubeObjectStore.patch
+
+pickOnlySelected
+▸ pickOnlySelected (items): PersistentVolumeClaim []
+Parameters
+
+Returns
+PersistentVolumeClaim []
+Inherited from
+KubeObjectStore.pickOnlySelected
+
+reloadAll
+▸ reloadAll (opts?): Promise<undefined | PersistentVolumeClaim []>
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+opts?
+Object
+
+
+opts.force?
+boolean
+
+
+opts.merge?
+boolean
+
+
+opts.namespaces?
+string[]
+
+
+
+Returns
+Promise<undefined | PersistentVolumeClaim []>
+Inherited from
+KubeObjectStore.reloadAll
+
+remove
+▸ remove (item): Promise<void>
+Parameters
+
+Returns
+Promise<void>
+Inherited from
+KubeObjectStore.remove
+
+removeItem
+▸ Protected removeItem (item, request): Promise<void>
+Parameters
+
+Returns
+Promise<void>
+Inherited from
+KubeObjectStore.removeItem
+
+removeItems
+▸ removeItems (items): Promise<void>
+Parameters
+
+Returns
+Promise<void>
+Inherited from
+KubeObjectStore.removeItems
+
+removeSelectedItems
+▸ removeSelectedItems (): Promise<void>
+Returns
+Promise<void>
+Inherited from
+KubeObjectStore.removeSelectedItems
+
+reset
+▸ reset (): void
+Returns
+void
+Inherited from
+KubeObjectStore.reset
+
+resetOnError
+▸ Protected resetOnError (error): void
+Parameters
+
+
+
+Name
+Type
+
+
+
+
+error
+any
+
+
+
+Returns
+void
+Inherited from
+KubeObjectStore.resetOnError
+
+resetSelection
+▸ resetSelection (): void
+Returns
+void
+Inherited from
+KubeObjectStore.resetSelection
+
+select
+▸ select (item): void
+Parameters
+
+Returns
+void
+Inherited from
+KubeObjectStore.select
+
+sortItems
+▸ Protected sortItems (items?, sorting?, order?): PersistentVolumeClaim []
+Return items sorted by the given ordering functions. If two elements of
+items are sorted to the same "index" then the next sorting function is used
+to determine where to place them relative to each other. Once the sorting
+functions have been all exhausted then the order is unchanged (ie a stable sort).
+Parameters
+
+
+
+Name
+Type
+Description
+
+
+
+
+items?
+PersistentVolumeClaim []
+the items to be sorted (default: the current items in this store)
+
+
+sorting?
+(item: PersistentVolumeClaim ) => any[]
+list of functions to determine sort order (default: sorting by name)
+
+
+order?
+"asc" | "desc"
+whether to sort from least to greatest ("asc" (default)) or vice-versa ("desc")
+
+
+
+Returns
+PersistentVolumeClaim []
+Inherited from
+KubeObjectStore.sortItems
+
+subscribe
+▸ subscribe («destructured»?): Disposer
+Parameters
+
+Returns
+Disposer
+Inherited from
+KubeObjectStore.subscribe
+
+toggleSelection
+▸ toggleSelection (item): void
+Parameters
+
+Returns
+void
+Inherited from
+KubeObjectStore.toggleSelection
+
+toggleSelectionAll
+▸ toggleSelectionAll (visibleItems?): void
+Parameters
+
+Returns
+void
+Inherited from
+KubeObjectStore.toggleSelectionAll
+
+unselect
+▸ unselect (item): void
+Parameters
+
+Returns
+void
+Inherited from
+KubeObjectStore.unselect
+
+update
+▸ update (item, data): Promise<PersistentVolumeClaim >
+Parameters
+
+Returns
+Promise<PersistentVolumeClaim >
+Inherited from
+KubeObjectStore.update
+
+updateFromEventsBuffer
+▸ Protected updateFromEventsBuffer (): void
+Returns
+void
+Inherited from
+KubeObjectStore.updateFromEventsBuffer
+
+updateItem
+▸ Protected updateItem (item, request): Promise<PersistentVolumeClaim >
+Parameters
+
+Returns
+Promise<PersistentVolumeClaim >
+Inherited from
+KubeObjectStore.updateItem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.LensExtension/index.html b/master/extensions/api/classes/Renderer.LensExtension/index.html
similarity index 98%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.LensExtension/index.html
rename to master/extensions/api/classes/Renderer.LensExtension/index.html
index eb39320077..e03c44ad4a 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.LensExtension/index.html
+++ b/master/extensions/api/classes/Renderer.LensExtension/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1113,7 +1113,7 @@
Class: LensExtension
-Renderer .LensExtensionsRendererApi .LensExtension
+Renderer .LensExtension
Hierarchy
LensExtension <LensRendererExtensionDependencies>
@@ -1195,7 +1195,7 @@
LensExtension .constructor
Properties
additionalCategoryColumns
-• additionalCategoryColumns : AdditionalCategoryColumnRegistration []
+• additionalCategoryColumns : AdditionalCategoryColumnRegistration []
appPreferenceTabs
• appPreferenceTabs : AppPreferenceTabRegistration[]
@@ -1238,7 +1238,7 @@
LensExtension .isBundled
kubeObjectDetailItems
-• kubeObjectDetailItems : KubeObjectDetailRegistration <KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>>[]
+• kubeObjectDetailItems : KubeObjectDetailRegistration <KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>>[]
kubeObjectHandlers
• kubeObjectHandlers : KubeObjectHandlerRegistration []
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.HPAStore/index.html b/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.HPAStore/index.html
deleted file mode 100644
index da1a2d7fd0..0000000000
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.HPAStore/index.html
+++ /dev/null
@@ -1,2354 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Class: HPAStore - Lens Extension Development
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Class: HPAStore
-LensExtensionsRendererApi .K8sApi .HPAStore
-Hierarchy
-
-↳ HPAStore
-Table of contents
-Constructors
-
-Properties
-
-Accessors
-
-Methods
-
-Constructors
-constructor
-• new HPAStore (dependencies, api, opts?)
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-dependencies
-KubeObjectStoreDependencies
-
-
-api
-HorizontalPodAutoscalerApi
-
-
-opts?
-KubeObjectStoreOptions
-
-
-
-Inherited from
-KubeObjectStore<HorizontalPodAutoscaler, HorizontalPodAutoscalerApi>.constructor
-Properties
-api
-• Readonly api : HorizontalPodAutoscalerApi
-Inherited from
-KubeObjectStore.api
-
-bufferSize
-• Readonly bufferSize : number
-Inherited from
-KubeObjectStore.bufferSize
-
-defaultSorting
-• Protected defaultSorting : (item: HorizontalPodAutoscaler ) => string
-Type declaration
-▸ (item): string
-Parameters
-
-Returns
-string
-Inherited from
-KubeObjectStore.defaultSorting
-
-dependencies
-• Protected Readonly dependencies : KubeObjectStoreDependencies
-Inherited from
-KubeObjectStore.dependencies
-
-eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , HorizontalPodAutoscalerStatus, HorizontalPodAutoscalerSpec>>>
-Inherited from
-KubeObjectStore.eventsBuffer
-
-failedLoading
-• failedLoading : boolean
-Inherited from
-KubeObjectStore.failedLoading
-
-isLoaded
-• isLoaded : boolean
-Inherited from
-KubeObjectStore.isLoaded
-
-isLoading
-• isLoading : boolean
-Inherited from
-KubeObjectStore.isLoading
-
-items
-• items : IObservableArray<HorizontalPodAutoscaler >
-Inherited from
-KubeObjectStore.items
-
-limit
-• Readonly limit : undefined | number
-Inherited from
-KubeObjectStore.limit
-
-selectedItemsIds
-• selectedItemsIds : ObservableSet<string>
-Inherited from
-KubeObjectStore.selectedItemsIds
-Accessors
-contextItems
-• get contextItems (): K[]
-Returns
-K[]
-Inherited from
-KubeObjectStore.contextItems
-
-query
-• get query (): KubeApiQueryParams
-Returns
-KubeApiQueryParams
-Inherited from
-KubeObjectStore.query
-
-selectedItems
-• get selectedItems (): Item[]
-Returns
-Item[]
-Inherited from
-KubeObjectStore.selectedItems
-Methods
-[iterator]
-▸ [iterator] (): Generator<HorizontalPodAutoscaler , void, undefined>
-Returns
-Generator<HorizontalPodAutoscaler , void, undefined>
-Inherited from
-KubeObjectStore.__@iterator@916
-
-bindWatchEventsUpdater
-▸ Protected bindWatchEventsUpdater (delay?): void
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-delay?
-number
-
-
-
-Returns
-void
-Inherited from
-KubeObjectStore.bindWatchEventsUpdater
-
-create
-▸ create (params, data?): Promise<HorizontalPodAutoscaler >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-params
-Object
-
-
-params.name
-string
-
-
-params.namespace?
-string
-
-
-data?
-PartialObjectDeep<HorizontalPodAutoscaler >
-
-
-
-Returns
-Promise<HorizontalPodAutoscaler >
-Inherited from
-KubeObjectStore.create
-
-createItem
-▸ Protected createItem (params, data?): Promise<null | HorizontalPodAutoscaler >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-params
-Object
-
-
-params.name
-string
-
-
-params.namespace?
-string
-
-
-data?
-PartialObjectDeep<HorizontalPodAutoscaler >
-
-
-
-Returns
-Promise<null | HorizontalPodAutoscaler >
-Inherited from
-KubeObjectStore.createItem
-
-filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): HorizontalPodAutoscaler []
-Parameters
-
-Returns
-HorizontalPodAutoscaler []
-Inherited from
-KubeObjectStore.filterItemsOnLoad
-
-getAllByNs
-▸ getAllByNs (namespace, strict?): HorizontalPodAutoscaler []
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-namespace
-string | string[]
-
-
-strict?
-boolean
-
-
-
-Returns
-HorizontalPodAutoscaler []
-Inherited from
-KubeObjectStore.getAllByNs
-
-getById
-▸ getById (id): undefined | HorizontalPodAutoscaler
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-id
-string
-
-
-
-Returns
-undefined | HorizontalPodAutoscaler
-Inherited from
-KubeObjectStore.getById
-
-getByLabel
-▸ getByLabel (labels): HorizontalPodAutoscaler []
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-labels
-string[] | Partial<Record<string, string>>
-
-
-
-Returns
-HorizontalPodAutoscaler []
-Inherited from
-KubeObjectStore.getByLabel
-
-getByName
-▸ getByName (name, namespace?): undefined | HorizontalPodAutoscaler
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-name
-string
-
-
-namespace?
-string
-
-
-
-Returns
-undefined | HorizontalPodAutoscaler
-Inherited from
-KubeObjectStore.getByName
-
-getByPath
-▸ getByPath (path): undefined | HorizontalPodAutoscaler
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-path
-string
-
-
-
-Returns
-undefined | HorizontalPodAutoscaler
-Inherited from
-KubeObjectStore.getByPath
-
-getIndexById
-▸ getIndexById (id): number
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-id
-string
-
-
-
-Returns
-number
-Inherited from
-KubeObjectStore.getIndexById
-
-getItems
-▸ getItems (): HorizontalPodAutoscaler []
-Returns
-HorizontalPodAutoscaler []
-Inherited from
-KubeObjectStore.getItems
-
-getTotalCount
-▸ getTotalCount (): number
-Returns
-number
-Inherited from
-KubeObjectStore.getTotalCount
-
-isSelected
-▸ isSelected (item): boolean
-Parameters
-
-Returns
-boolean
-Inherited from
-KubeObjectStore.isSelected
-
-isSelectedAll
-▸ isSelectedAll (visibleItems?): boolean
-Parameters
-
-Returns
-boolean
-Inherited from
-KubeObjectStore.isSelectedAll
-
-load
-▸ load (params): Promise<HorizontalPodAutoscaler >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-params
-Object
-
-
-params.name
-string
-
-
-params.namespace?
-string
-
-
-
-Returns
-Promise<HorizontalPodAutoscaler >
-Inherited from
-KubeObjectStore.load
-
-loadAll
-▸ loadAll («destructured»?): Promise<undefined | HorizontalPodAutoscaler []>
-Parameters
-
-Returns
-Promise<undefined | HorizontalPodAutoscaler []>
-Inherited from
-KubeObjectStore.loadAll
-
-loadFromPath
-▸ loadFromPath (resourcePath): Promise<HorizontalPodAutoscaler >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-resourcePath
-string
-
-
-
-Returns
-Promise<HorizontalPodAutoscaler >
-Inherited from
-KubeObjectStore.loadFromPath
-
-loadItem
-▸ Protected loadItem (params): Promise<null | HorizontalPodAutoscaler >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-params
-Object
-
-
-params.name
-string
-
-
-params.namespace?
-string
-
-
-
-Returns
-Promise<null | HorizontalPodAutoscaler >
-Inherited from
-KubeObjectStore.loadItem
-
-loadItems
-▸ Protected loadItems («destructured»): Promise<HorizontalPodAutoscaler []>
-Parameters
-
-Returns
-Promise<HorizontalPodAutoscaler []>
-Inherited from
-KubeObjectStore.loadItems
-
-mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): HorizontalPodAutoscaler []
-Parameters
-
-Returns
-HorizontalPodAutoscaler []
-Inherited from
-KubeObjectStore.mergeItems
-
-patch
-▸ patch (item, patch): Promise<HorizontalPodAutoscaler >
-Parameters
-
-Returns
-Promise<HorizontalPodAutoscaler >
-Inherited from
-KubeObjectStore.patch
-
-pickOnlySelected
-▸ pickOnlySelected (items): HorizontalPodAutoscaler []
-Parameters
-
-Returns
-HorizontalPodAutoscaler []
-Inherited from
-KubeObjectStore.pickOnlySelected
-
-reloadAll
-▸ reloadAll (opts?): Promise<undefined | HorizontalPodAutoscaler []>
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-opts?
-Object
-
-
-opts.force?
-boolean
-
-
-opts.merge?
-boolean
-
-
-opts.namespaces?
-string[]
-
-
-
-Returns
-Promise<undefined | HorizontalPodAutoscaler []>
-Inherited from
-KubeObjectStore.reloadAll
-
-remove
-▸ remove (item): Promise<void>
-Parameters
-
-Returns
-Promise<void>
-Inherited from
-KubeObjectStore.remove
-
-removeItem
-▸ Protected removeItem (item, request): Promise<void>
-Parameters
-
-Returns
-Promise<void>
-Inherited from
-KubeObjectStore.removeItem
-
-removeItems
-▸ removeItems (items): Promise<void>
-Parameters
-
-Returns
-Promise<void>
-Inherited from
-KubeObjectStore.removeItems
-
-removeSelectedItems
-▸ removeSelectedItems (): Promise<void>
-Returns
-Promise<void>
-Inherited from
-KubeObjectStore.removeSelectedItems
-
-reset
-▸ reset (): void
-Returns
-void
-Inherited from
-KubeObjectStore.reset
-
-resetOnError
-▸ Protected resetOnError (error): void
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-error
-any
-
-
-
-Returns
-void
-Inherited from
-KubeObjectStore.resetOnError
-
-resetSelection
-▸ resetSelection (): void
-Returns
-void
-Inherited from
-KubeObjectStore.resetSelection
-
-select
-▸ select (item): void
-Parameters
-
-Returns
-void
-Inherited from
-KubeObjectStore.select
-
-sortItems
-▸ Protected sortItems (items?, sorting?, order?): HorizontalPodAutoscaler []
-Return items sorted by the given ordering functions. If two elements of
-items are sorted to the same "index" then the next sorting function is used
-to determine where to place them relative to each other. Once the sorting
-functions have been all exhausted then the order is unchanged (ie a stable sort).
-Parameters
-
-
-
-Name
-Type
-Description
-
-
-
-
-items?
-HorizontalPodAutoscaler []
-the items to be sorted (default: the current items in this store)
-
-
-sorting?
-(item: HorizontalPodAutoscaler ) => any[]
-list of functions to determine sort order (default: sorting by name)
-
-
-order?
-"asc" | "desc"
-whether to sort from least to greatest ("asc" (default)) or vice-versa ("desc")
-
-
-
-Returns
-HorizontalPodAutoscaler []
-Inherited from
-KubeObjectStore.sortItems
-
-subscribe
-▸ subscribe («destructured»?): Disposer
-Parameters
-
-Returns
-Disposer
-Inherited from
-KubeObjectStore.subscribe
-
-toggleSelection
-▸ toggleSelection (item): void
-Parameters
-
-Returns
-void
-Inherited from
-KubeObjectStore.toggleSelection
-
-toggleSelectionAll
-▸ toggleSelectionAll (visibleItems?): void
-Parameters
-
-Returns
-void
-Inherited from
-KubeObjectStore.toggleSelectionAll
-
-unselect
-▸ unselect (item): void
-Parameters
-
-Returns
-void
-Inherited from
-KubeObjectStore.unselect
-
-update
-▸ update (item, data): Promise<HorizontalPodAutoscaler >
-Parameters
-
-Returns
-Promise<HorizontalPodAutoscaler >
-Inherited from
-KubeObjectStore.update
-
-updateFromEventsBuffer
-▸ Protected updateFromEventsBuffer (): void
-Returns
-void
-Inherited from
-KubeObjectStore.updateFromEventsBuffer
-
-updateItem
-▸ Protected updateItem (item, request): Promise<HorizontalPodAutoscaler >
-Parameters
-
-Returns
-Promise<HorizontalPodAutoscaler >
-Inherited from
-KubeObjectStore.updateItem
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.PodDisruptionBudgetsStore/index.html b/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.PodDisruptionBudgetsStore/index.html
deleted file mode 100644
index e303726b03..0000000000
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.PodDisruptionBudgetsStore/index.html
+++ /dev/null
@@ -1,2354 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Class: PodDisruptionBudgetsStore - Lens Extension Development
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Class: PodDisruptionBudgetsStore
-LensExtensionsRendererApi .K8sApi .PodDisruptionBudgetsStore
-Hierarchy
-
-↳ PodDisruptionBudgetsStore
-Table of contents
-Constructors
-
-Properties
-
-Accessors
-
-Methods
-
-Constructors
-constructor
-• new PodDisruptionBudgetsStore (dependencies, api, opts?)
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-dependencies
-KubeObjectStoreDependencies
-
-
-api
-PodDisruptionBudgetApi
-
-
-opts?
-KubeObjectStoreOptions
-
-
-
-Inherited from
-KubeObjectStore<PodDisruptionBudget, PodDisruptionBudgetApi>.constructor
-Properties
-api
-• Readonly api : PodDisruptionBudgetApi
-Inherited from
-KubeObjectStore.api
-
-bufferSize
-• Readonly bufferSize : number
-Inherited from
-KubeObjectStore.bufferSize
-
-defaultSorting
-• Protected defaultSorting : (item: PodDisruptionBudget ) => string
-Type declaration
-▸ (item): string
-Parameters
-
-Returns
-string
-Inherited from
-KubeObjectStore.defaultSorting
-
-dependencies
-• Protected Readonly dependencies : KubeObjectStoreDependencies
-Inherited from
-KubeObjectStore.dependencies
-
-eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , V1Beta1PodDisruptionBudgetStatus | V1PodDisruptionBudgetStatus, PodDisruptionBudgetSpec>>>
-Inherited from
-KubeObjectStore.eventsBuffer
-
-failedLoading
-• failedLoading : boolean
-Inherited from
-KubeObjectStore.failedLoading
-
-isLoaded
-• isLoaded : boolean
-Inherited from
-KubeObjectStore.isLoaded
-
-isLoading
-• isLoading : boolean
-Inherited from
-KubeObjectStore.isLoading
-
-items
-• items : IObservableArray<PodDisruptionBudget >
-Inherited from
-KubeObjectStore.items
-
-limit
-• Readonly limit : undefined | number
-Inherited from
-KubeObjectStore.limit
-
-selectedItemsIds
-• selectedItemsIds : ObservableSet<string>
-Inherited from
-KubeObjectStore.selectedItemsIds
-Accessors
-contextItems
-• get contextItems (): K[]
-Returns
-K[]
-Inherited from
-KubeObjectStore.contextItems
-
-query
-• get query (): KubeApiQueryParams
-Returns
-KubeApiQueryParams
-Inherited from
-KubeObjectStore.query
-
-selectedItems
-• get selectedItems (): Item[]
-Returns
-Item[]
-Inherited from
-KubeObjectStore.selectedItems
-Methods
-[iterator]
-▸ [iterator] (): Generator<PodDisruptionBudget , void, undefined>
-Returns
-Generator<PodDisruptionBudget , void, undefined>
-Inherited from
-KubeObjectStore.__@iterator@916
-
-bindWatchEventsUpdater
-▸ Protected bindWatchEventsUpdater (delay?): void
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-delay?
-number
-
-
-
-Returns
-void
-Inherited from
-KubeObjectStore.bindWatchEventsUpdater
-
-create
-▸ create (params, data?): Promise<PodDisruptionBudget >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-params
-Object
-
-
-params.name
-string
-
-
-params.namespace?
-string
-
-
-data?
-PartialObjectDeep<PodDisruptionBudget >
-
-
-
-Returns
-Promise<PodDisruptionBudget >
-Inherited from
-KubeObjectStore.create
-
-createItem
-▸ Protected createItem (params, data?): Promise<null | PodDisruptionBudget >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-params
-Object
-
-
-params.name
-string
-
-
-params.namespace?
-string
-
-
-data?
-PartialObjectDeep<PodDisruptionBudget >
-
-
-
-Returns
-Promise<null | PodDisruptionBudget >
-Inherited from
-KubeObjectStore.createItem
-
-filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): PodDisruptionBudget []
-Parameters
-
-Returns
-PodDisruptionBudget []
-Inherited from
-KubeObjectStore.filterItemsOnLoad
-
-getAllByNs
-▸ getAllByNs (namespace, strict?): PodDisruptionBudget []
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-namespace
-string | string[]
-
-
-strict?
-boolean
-
-
-
-Returns
-PodDisruptionBudget []
-Inherited from
-KubeObjectStore.getAllByNs
-
-getById
-▸ getById (id): undefined | PodDisruptionBudget
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-id
-string
-
-
-
-Returns
-undefined | PodDisruptionBudget
-Inherited from
-KubeObjectStore.getById
-
-getByLabel
-▸ getByLabel (labels): PodDisruptionBudget []
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-labels
-string[] | Partial<Record<string, string>>
-
-
-
-Returns
-PodDisruptionBudget []
-Inherited from
-KubeObjectStore.getByLabel
-
-getByName
-▸ getByName (name, namespace?): undefined | PodDisruptionBudget
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-name
-string
-
-
-namespace?
-string
-
-
-
-Returns
-undefined | PodDisruptionBudget
-Inherited from
-KubeObjectStore.getByName
-
-getByPath
-▸ getByPath (path): undefined | PodDisruptionBudget
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-path
-string
-
-
-
-Returns
-undefined | PodDisruptionBudget
-Inherited from
-KubeObjectStore.getByPath
-
-getIndexById
-▸ getIndexById (id): number
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-id
-string
-
-
-
-Returns
-number
-Inherited from
-KubeObjectStore.getIndexById
-
-getItems
-▸ getItems (): PodDisruptionBudget []
-Returns
-PodDisruptionBudget []
-Inherited from
-KubeObjectStore.getItems
-
-getTotalCount
-▸ getTotalCount (): number
-Returns
-number
-Inherited from
-KubeObjectStore.getTotalCount
-
-isSelected
-▸ isSelected (item): boolean
-Parameters
-
-Returns
-boolean
-Inherited from
-KubeObjectStore.isSelected
-
-isSelectedAll
-▸ isSelectedAll (visibleItems?): boolean
-Parameters
-
-Returns
-boolean
-Inherited from
-KubeObjectStore.isSelectedAll
-
-load
-▸ load (params): Promise<PodDisruptionBudget >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-params
-Object
-
-
-params.name
-string
-
-
-params.namespace?
-string
-
-
-
-Returns
-Promise<PodDisruptionBudget >
-Inherited from
-KubeObjectStore.load
-
-loadAll
-▸ loadAll («destructured»?): Promise<undefined | PodDisruptionBudget []>
-Parameters
-
-Returns
-Promise<undefined | PodDisruptionBudget []>
-Inherited from
-KubeObjectStore.loadAll
-
-loadFromPath
-▸ loadFromPath (resourcePath): Promise<PodDisruptionBudget >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-resourcePath
-string
-
-
-
-Returns
-Promise<PodDisruptionBudget >
-Inherited from
-KubeObjectStore.loadFromPath
-
-loadItem
-▸ Protected loadItem (params): Promise<null | PodDisruptionBudget >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-params
-Object
-
-
-params.name
-string
-
-
-params.namespace?
-string
-
-
-
-Returns
-Promise<null | PodDisruptionBudget >
-Inherited from
-KubeObjectStore.loadItem
-
-loadItems
-▸ Protected loadItems («destructured»): Promise<PodDisruptionBudget []>
-Parameters
-
-Returns
-Promise<PodDisruptionBudget []>
-Inherited from
-KubeObjectStore.loadItems
-
-mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): PodDisruptionBudget []
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-partialItems
-PodDisruptionBudget []
-
-
-«destructured»
-MergeItemsOptions
-
-
-
-Returns
-PodDisruptionBudget []
-Inherited from
-KubeObjectStore.mergeItems
-
-patch
-▸ patch (item, patch): Promise<PodDisruptionBudget >
-Parameters
-
-Returns
-Promise<PodDisruptionBudget >
-Inherited from
-KubeObjectStore.patch
-
-pickOnlySelected
-▸ pickOnlySelected (items): PodDisruptionBudget []
-Parameters
-
-Returns
-PodDisruptionBudget []
-Inherited from
-KubeObjectStore.pickOnlySelected
-
-reloadAll
-▸ reloadAll (opts?): Promise<undefined | PodDisruptionBudget []>
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-opts?
-Object
-
-
-opts.force?
-boolean
-
-
-opts.merge?
-boolean
-
-
-opts.namespaces?
-string[]
-
-
-
-Returns
-Promise<undefined | PodDisruptionBudget []>
-Inherited from
-KubeObjectStore.reloadAll
-
-remove
-▸ remove (item): Promise<void>
-Parameters
-
-Returns
-Promise<void>
-Inherited from
-KubeObjectStore.remove
-
-removeItem
-▸ Protected removeItem (item, request): Promise<void>
-Parameters
-
-Returns
-Promise<void>
-Inherited from
-KubeObjectStore.removeItem
-
-removeItems
-▸ removeItems (items): Promise<void>
-Parameters
-
-Returns
-Promise<void>
-Inherited from
-KubeObjectStore.removeItems
-
-removeSelectedItems
-▸ removeSelectedItems (): Promise<void>
-Returns
-Promise<void>
-Inherited from
-KubeObjectStore.removeSelectedItems
-
-reset
-▸ reset (): void
-Returns
-void
-Inherited from
-KubeObjectStore.reset
-
-resetOnError
-▸ Protected resetOnError (error): void
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-error
-any
-
-
-
-Returns
-void
-Inherited from
-KubeObjectStore.resetOnError
-
-resetSelection
-▸ resetSelection (): void
-Returns
-void
-Inherited from
-KubeObjectStore.resetSelection
-
-select
-▸ select (item): void
-Parameters
-
-Returns
-void
-Inherited from
-KubeObjectStore.select
-
-sortItems
-▸ Protected sortItems (items?, sorting?, order?): PodDisruptionBudget []
-Return items sorted by the given ordering functions. If two elements of
-items are sorted to the same "index" then the next sorting function is used
-to determine where to place them relative to each other. Once the sorting
-functions have been all exhausted then the order is unchanged (ie a stable sort).
-Parameters
-
-
-
-Name
-Type
-Description
-
-
-
-
-items?
-PodDisruptionBudget []
-the items to be sorted (default: the current items in this store)
-
-
-sorting?
-(item: PodDisruptionBudget ) => any[]
-list of functions to determine sort order (default: sorting by name)
-
-
-order?
-"asc" | "desc"
-whether to sort from least to greatest ("asc" (default)) or vice-versa ("desc")
-
-
-
-Returns
-PodDisruptionBudget []
-Inherited from
-KubeObjectStore.sortItems
-
-subscribe
-▸ subscribe («destructured»?): Disposer
-Parameters
-
-Returns
-Disposer
-Inherited from
-KubeObjectStore.subscribe
-
-toggleSelection
-▸ toggleSelection (item): void
-Parameters
-
-Returns
-void
-Inherited from
-KubeObjectStore.toggleSelection
-
-toggleSelectionAll
-▸ toggleSelectionAll (visibleItems?): void
-Parameters
-
-Returns
-void
-Inherited from
-KubeObjectStore.toggleSelectionAll
-
-unselect
-▸ unselect (item): void
-Parameters
-
-Returns
-void
-Inherited from
-KubeObjectStore.unselect
-
-update
-▸ update (item, data): Promise<PodDisruptionBudget >
-Parameters
-
-Returns
-Promise<PodDisruptionBudget >
-Inherited from
-KubeObjectStore.update
-
-updateFromEventsBuffer
-▸ Protected updateFromEventsBuffer (): void
-Returns
-void
-Inherited from
-KubeObjectStore.updateFromEventsBuffer
-
-updateItem
-▸ Protected updateItem (item, request): Promise<PodDisruptionBudget >
-Parameters
-
-Returns
-Promise<PodDisruptionBudget >
-Inherited from
-KubeObjectStore.updateItem
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.VolumeClaimStore/index.html b/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.VolumeClaimStore/index.html
deleted file mode 100644
index 608bd59547..0000000000
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.K8sApi.VolumeClaimStore/index.html
+++ /dev/null
@@ -1,2354 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Class: VolumeClaimStore - Lens Extension Development
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Class: VolumeClaimStore
-LensExtensionsRendererApi .K8sApi .VolumeClaimStore
-Hierarchy
-
-↳ VolumeClaimStore
-Table of contents
-Constructors
-
-Properties
-
-Accessors
-
-Methods
-
-Constructors
-constructor
-• new VolumeClaimStore (dependencies, api, opts?)
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-dependencies
-KubeObjectStoreDependencies
-
-
-api
-PersistentVolumeClaimApi
-
-
-opts?
-KubeObjectStoreOptions
-
-
-
-Inherited from
-KubeObjectStore<PersistentVolumeClaim, PersistentVolumeClaimApi>.constructor
-Properties
-api
-• Readonly api : PersistentVolumeClaimApi
-Inherited from
-KubeObjectStore.api
-
-bufferSize
-• Readonly bufferSize : number
-Inherited from
-KubeObjectStore.bufferSize
-
-defaultSorting
-• Protected defaultSorting : (item: PersistentVolumeClaim ) => string
-Type declaration
-▸ (item): string
-Parameters
-
-Returns
-string
-Inherited from
-KubeObjectStore.defaultSorting
-
-dependencies
-• Protected Readonly dependencies : KubeObjectStoreDependencies
-Inherited from
-KubeObjectStore.dependencies
-
-eventsBuffer
-• Protected Readonly eventsBuffer : IObservableArray<IKubeWatchEvent<KubeJsonApiData <NamespaceScopedMetadata , PersistentVolumeClaimStatus, PersistentVolumeClaimSpec>>>
-Inherited from
-KubeObjectStore.eventsBuffer
-
-failedLoading
-• failedLoading : boolean
-Inherited from
-KubeObjectStore.failedLoading
-
-isLoaded
-• isLoaded : boolean
-Inherited from
-KubeObjectStore.isLoaded
-
-isLoading
-• isLoading : boolean
-Inherited from
-KubeObjectStore.isLoading
-
-items
-• items : IObservableArray<PersistentVolumeClaim >
-Inherited from
-KubeObjectStore.items
-
-limit
-• Readonly limit : undefined | number
-Inherited from
-KubeObjectStore.limit
-
-selectedItemsIds
-• selectedItemsIds : ObservableSet<string>
-Inherited from
-KubeObjectStore.selectedItemsIds
-Accessors
-contextItems
-• get contextItems (): K[]
-Returns
-K[]
-Inherited from
-KubeObjectStore.contextItems
-
-query
-• get query (): KubeApiQueryParams
-Returns
-KubeApiQueryParams
-Inherited from
-KubeObjectStore.query
-
-selectedItems
-• get selectedItems (): Item[]
-Returns
-Item[]
-Inherited from
-KubeObjectStore.selectedItems
-Methods
-[iterator]
-▸ [iterator] (): Generator<PersistentVolumeClaim , void, undefined>
-Returns
-Generator<PersistentVolumeClaim , void, undefined>
-Inherited from
-KubeObjectStore.__@iterator@916
-
-bindWatchEventsUpdater
-▸ Protected bindWatchEventsUpdater (delay?): void
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-delay?
-number
-
-
-
-Returns
-void
-Inherited from
-KubeObjectStore.bindWatchEventsUpdater
-
-create
-▸ create (params, data?): Promise<PersistentVolumeClaim >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-params
-Object
-
-
-params.name
-string
-
-
-params.namespace?
-string
-
-
-data?
-PartialObjectDeep<PersistentVolumeClaim >
-
-
-
-Returns
-Promise<PersistentVolumeClaim >
-Inherited from
-KubeObjectStore.create
-
-createItem
-▸ Protected createItem (params, data?): Promise<null | PersistentVolumeClaim >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-params
-Object
-
-
-params.name
-string
-
-
-params.namespace?
-string
-
-
-data?
-PartialObjectDeep<PersistentVolumeClaim >
-
-
-
-Returns
-Promise<null | PersistentVolumeClaim >
-Inherited from
-KubeObjectStore.createItem
-
-filterItemsOnLoad
-▸ Protected filterItemsOnLoad (items): PersistentVolumeClaim []
-Parameters
-
-Returns
-PersistentVolumeClaim []
-Inherited from
-KubeObjectStore.filterItemsOnLoad
-
-getAllByNs
-▸ getAllByNs (namespace, strict?): PersistentVolumeClaim []
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-namespace
-string | string[]
-
-
-strict?
-boolean
-
-
-
-Returns
-PersistentVolumeClaim []
-Inherited from
-KubeObjectStore.getAllByNs
-
-getById
-▸ getById (id): undefined | PersistentVolumeClaim
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-id
-string
-
-
-
-Returns
-undefined | PersistentVolumeClaim
-Inherited from
-KubeObjectStore.getById
-
-getByLabel
-▸ getByLabel (labels): PersistentVolumeClaim []
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-labels
-string[] | Partial<Record<string, string>>
-
-
-
-Returns
-PersistentVolumeClaim []
-Inherited from
-KubeObjectStore.getByLabel
-
-getByName
-▸ getByName (name, namespace?): undefined | PersistentVolumeClaim
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-name
-string
-
-
-namespace?
-string
-
-
-
-Returns
-undefined | PersistentVolumeClaim
-Inherited from
-KubeObjectStore.getByName
-
-getByPath
-▸ getByPath (path): undefined | PersistentVolumeClaim
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-path
-string
-
-
-
-Returns
-undefined | PersistentVolumeClaim
-Inherited from
-KubeObjectStore.getByPath
-
-getIndexById
-▸ getIndexById (id): number
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-id
-string
-
-
-
-Returns
-number
-Inherited from
-KubeObjectStore.getIndexById
-
-getItems
-▸ getItems (): PersistentVolumeClaim []
-Returns
-PersistentVolumeClaim []
-Inherited from
-KubeObjectStore.getItems
-
-getTotalCount
-▸ getTotalCount (): number
-Returns
-number
-Inherited from
-KubeObjectStore.getTotalCount
-
-isSelected
-▸ isSelected (item): boolean
-Parameters
-
-Returns
-boolean
-Inherited from
-KubeObjectStore.isSelected
-
-isSelectedAll
-▸ isSelectedAll (visibleItems?): boolean
-Parameters
-
-Returns
-boolean
-Inherited from
-KubeObjectStore.isSelectedAll
-
-load
-▸ load (params): Promise<PersistentVolumeClaim >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-params
-Object
-
-
-params.name
-string
-
-
-params.namespace?
-string
-
-
-
-Returns
-Promise<PersistentVolumeClaim >
-Inherited from
-KubeObjectStore.load
-
-loadAll
-▸ loadAll («destructured»?): Promise<undefined | PersistentVolumeClaim []>
-Parameters
-
-Returns
-Promise<undefined | PersistentVolumeClaim []>
-Inherited from
-KubeObjectStore.loadAll
-
-loadFromPath
-▸ loadFromPath (resourcePath): Promise<PersistentVolumeClaim >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-resourcePath
-string
-
-
-
-Returns
-Promise<PersistentVolumeClaim >
-Inherited from
-KubeObjectStore.loadFromPath
-
-loadItem
-▸ Protected loadItem (params): Promise<null | PersistentVolumeClaim >
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-params
-Object
-
-
-params.name
-string
-
-
-params.namespace?
-string
-
-
-
-Returns
-Promise<null | PersistentVolumeClaim >
-Inherited from
-KubeObjectStore.loadItem
-
-loadItems
-▸ Protected loadItems («destructured»): Promise<PersistentVolumeClaim []>
-Parameters
-
-Returns
-Promise<PersistentVolumeClaim []>
-Inherited from
-KubeObjectStore.loadItems
-
-mergeItems
-▸ Protected mergeItems (partialItems, «destructured»): PersistentVolumeClaim []
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-partialItems
-PersistentVolumeClaim []
-
-
-«destructured»
-MergeItemsOptions
-
-
-
-Returns
-PersistentVolumeClaim []
-Inherited from
-KubeObjectStore.mergeItems
-
-patch
-▸ patch (item, patch): Promise<PersistentVolumeClaim >
-Parameters
-
-Returns
-Promise<PersistentVolumeClaim >
-Inherited from
-KubeObjectStore.patch
-
-pickOnlySelected
-▸ pickOnlySelected (items): PersistentVolumeClaim []
-Parameters
-
-Returns
-PersistentVolumeClaim []
-Inherited from
-KubeObjectStore.pickOnlySelected
-
-reloadAll
-▸ reloadAll (opts?): Promise<undefined | PersistentVolumeClaim []>
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-opts?
-Object
-
-
-opts.force?
-boolean
-
-
-opts.merge?
-boolean
-
-
-opts.namespaces?
-string[]
-
-
-
-Returns
-Promise<undefined | PersistentVolumeClaim []>
-Inherited from
-KubeObjectStore.reloadAll
-
-remove
-▸ remove (item): Promise<void>
-Parameters
-
-Returns
-Promise<void>
-Inherited from
-KubeObjectStore.remove
-
-removeItem
-▸ Protected removeItem (item, request): Promise<void>
-Parameters
-
-Returns
-Promise<void>
-Inherited from
-KubeObjectStore.removeItem
-
-removeItems
-▸ removeItems (items): Promise<void>
-Parameters
-
-Returns
-Promise<void>
-Inherited from
-KubeObjectStore.removeItems
-
-removeSelectedItems
-▸ removeSelectedItems (): Promise<void>
-Returns
-Promise<void>
-Inherited from
-KubeObjectStore.removeSelectedItems
-
-reset
-▸ reset (): void
-Returns
-void
-Inherited from
-KubeObjectStore.reset
-
-resetOnError
-▸ Protected resetOnError (error): void
-Parameters
-
-
-
-Name
-Type
-
-
-
-
-error
-any
-
-
-
-Returns
-void
-Inherited from
-KubeObjectStore.resetOnError
-
-resetSelection
-▸ resetSelection (): void
-Returns
-void
-Inherited from
-KubeObjectStore.resetSelection
-
-select
-▸ select (item): void
-Parameters
-
-Returns
-void
-Inherited from
-KubeObjectStore.select
-
-sortItems
-▸ Protected sortItems (items?, sorting?, order?): PersistentVolumeClaim []
-Return items sorted by the given ordering functions. If two elements of
-items are sorted to the same "index" then the next sorting function is used
-to determine where to place them relative to each other. Once the sorting
-functions have been all exhausted then the order is unchanged (ie a stable sort).
-Parameters
-
-
-
-Name
-Type
-Description
-
-
-
-
-items?
-PersistentVolumeClaim []
-the items to be sorted (default: the current items in this store)
-
-
-sorting?
-(item: PersistentVolumeClaim ) => any[]
-list of functions to determine sort order (default: sorting by name)
-
-
-order?
-"asc" | "desc"
-whether to sort from least to greatest ("asc" (default)) or vice-versa ("desc")
-
-
-
-Returns
-PersistentVolumeClaim []
-Inherited from
-KubeObjectStore.sortItems
-
-subscribe
-▸ subscribe («destructured»?): Disposer
-Parameters
-
-Returns
-Disposer
-Inherited from
-KubeObjectStore.subscribe
-
-toggleSelection
-▸ toggleSelection (item): void
-Parameters
-
-Returns
-void
-Inherited from
-KubeObjectStore.toggleSelection
-
-toggleSelectionAll
-▸ toggleSelectionAll (visibleItems?): void
-Parameters
-
-Returns
-void
-Inherited from
-KubeObjectStore.toggleSelectionAll
-
-unselect
-▸ unselect (item): void
-Parameters
-
-Returns
-void
-Inherited from
-KubeObjectStore.unselect
-
-update
-▸ update (item, data): Promise<PersistentVolumeClaim >
-Parameters
-
-Returns
-Promise<PersistentVolumeClaim >
-Inherited from
-KubeObjectStore.update
-
-updateFromEventsBuffer
-▸ Protected updateFromEventsBuffer (): void
-Returns
-void
-Inherited from
-KubeObjectStore.updateFromEventsBuffer
-
-updateItem
-▸ Protected updateItem (item, request): Promise<PersistentVolumeClaim >
-Parameters
-
-Returns
-Promise<PersistentVolumeClaim >
-Inherited from
-KubeObjectStore.updateItem
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Navigation.PageParam/index.html b/master/extensions/api/classes/Renderer.Navigation.PageParam/index.html
similarity index 98%
rename from master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Navigation.PageParam/index.html
rename to master/extensions/api/classes/Renderer.Navigation.PageParam/index.html
index b69a61a57a..547a2b8c5f 100644
--- a/master/extensions/api/classes/Renderer.LensExtensionsRendererApi.Navigation.PageParam/index.html
+++ b/master/extensions/api/classes/Renderer.Navigation.PageParam/index.html
@@ -13,7 +13,7 @@
-
+
@@ -917,7 +917,7 @@
Class: PageParam<Value>
-LensExtensionsRendererApi .Navigation .PageParam
+Renderer .Navigation .PageParam
Type parameters
diff --git a/master/extensions/api/enums/Renderer.LensExtensionsRendererApi.Component.NotificationStatus/index.html b/master/extensions/api/enums/Renderer.Component.NotificationStatus/index.html
similarity index 98%
rename from master/extensions/api/enums/Renderer.LensExtensionsRendererApi.Component.NotificationStatus/index.html
rename to master/extensions/api/enums/Renderer.Component.NotificationStatus/index.html
index 0c40569014..0fe8a21bfe 100644
--- a/master/extensions/api/enums/Renderer.LensExtensionsRendererApi.Component.NotificationStatus/index.html
+++ b/master/extensions/api/enums/Renderer.Component.NotificationStatus/index.html
@@ -13,7 +13,7 @@
-
+
@@ -780,7 +780,7 @@
Enumeration: NotificationStatus
-LensExtensionsRendererApi .Component .NotificationStatus
+Renderer .Component .NotificationStatus
Table of contents
Enumeration Members
diff --git a/master/extensions/api/enums/Renderer.LensExtensionsRendererApi.Component.TooltipPosition/index.html b/master/extensions/api/enums/Renderer.Component.TooltipPosition/index.html
similarity index 99%
rename from master/extensions/api/enums/Renderer.LensExtensionsRendererApi.Component.TooltipPosition/index.html
rename to master/extensions/api/enums/Renderer.Component.TooltipPosition/index.html
index 0b24d14309..c2fd717967 100644
--- a/master/extensions/api/enums/Renderer.LensExtensionsRendererApi.Component.TooltipPosition/index.html
+++ b/master/extensions/api/enums/Renderer.Component.TooltipPosition/index.html
@@ -13,7 +13,7 @@
-
+
@@ -815,7 +815,7 @@
-LensExtensionsRendererApi .Component .TooltipPosition
+Renderer .Component .TooltipPosition
Table of contents
Enumeration Members
diff --git a/master/extensions/api/enums/Renderer.LensExtensionsRendererApi.K8sApi.KubeObjectStatusLevel/index.html b/master/extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/index.html
similarity index 98%
rename from master/extensions/api/enums/Renderer.LensExtensionsRendererApi.K8sApi.KubeObjectStatusLevel/index.html
rename to master/extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/index.html
index c68ecc3ef2..69f3c73944 100644
--- a/master/extensions/api/enums/Renderer.LensExtensionsRendererApi.K8sApi.KubeObjectStatusLevel/index.html
+++ b/master/extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/index.html
@@ -13,7 +13,7 @@
-
+
@@ -780,7 +780,7 @@
Enumeration: KubeObjectStatusLevel
-LensExtensionsRendererApi .K8sApi .KubeObjectStatusLevel
+Renderer .K8sApi .KubeObjectStatusLevel
Table of contents
Enumeration Members
diff --git a/master/extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/index.html b/master/extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/index.html
index 0bf46e9848..55a40d7f7c 100644
--- a/master/extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/index.html
+++ b/master/extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/index.html
@@ -798,7 +798,7 @@
Properties
displayColumns
-• Optional Readonly displayColumns : CategoryColumnRegistration []
+• Optional Readonly displayColumns : CategoryColumnRegistration []
These are the columns used for displaying entities when in the catalog.
If this is not provided then some default columns will be used, similar in
scope to the columns in the "Browse" view.
diff --git a/master/extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/index.html b/master/extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/index.html
index d72fe2c072..469946589d 100644
--- a/master/extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/index.html
+++ b/master/extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/index.html
@@ -774,7 +774,7 @@
Properties
Icon
-• Icon : ComponentType<IconProps >
+• Icon : ComponentType<IconProps >
diff --git a/master/extensions/api/interfaces/Common.Types.KubeObjectContextMenuItem/index.html b/master/extensions/api/interfaces/Common.Types.KubeObjectContextMenuItem/index.html
index fb3a673b6f..dae486e4c9 100644
--- a/master/extensions/api/interfaces/Common.Types.KubeObjectContextMenuItem/index.html
+++ b/master/extensions/api/interfaces/Common.Types.KubeObjectContextMenuItem/index.html
@@ -790,13 +790,13 @@
Properties
icon
-• icon : string | BaseIconProps
+• icon : string | BaseIconProps
If the type is string then it is shorthand for BaseIconProps.material
This is required because this item can be either rendered as a context menu or as a toolbar in
the kube object details page.
onClick
-• onClick : (obj: KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>) => void
+• onClick : (obj: KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>) => void
Type declaration
▸ (obj): void
The action when clicked
@@ -811,7 +811,7 @@ the kube object details page.
obj
-KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
+KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
diff --git a/master/extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/index.html b/master/extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/index.html
index 32defc993a..418da2ff5a 100644
--- a/master/extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/index.html
+++ b/master/extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/index.html
@@ -785,7 +785,7 @@
T
-extends KubeObject = KubeObject
+extends KubeObject = KubeObject
@@ -796,7 +796,7 @@
Properties
Details
-• Details : ComponentType<KubeObjectDetailsProps <T>>
+• Details : ComponentType<KubeObjectDetailsProps <T>>
diff --git a/master/extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/index.html b/master/extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/index.html
index d86831fd87..cd82b44f94 100644
--- a/master/extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/index.html
+++ b/master/extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/index.html
@@ -813,7 +813,7 @@
T
-extends KubeObject = KubeObject
+extends KubeObject = KubeObject
diff --git a/master/extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/index.html b/master/extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/index.html
index 9f3aa4b37c..00d6489c49 100644
--- a/master/extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/index.html
+++ b/master/extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/index.html
@@ -804,9 +804,9 @@
• kind : string
resolve
-• resolve : (object: KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>) => KubeObjectStatus
+• resolve : (object: KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>) => KubeObjectStatus
Type declaration
-▸ (object): KubeObjectStatus
+▸ (object): KubeObjectStatus
Parameters
Returns
-KubeObjectStatus
+KubeObjectStatus
visible
• Optional visible : IComputedValue<boolean>
diff --git a/master/extensions/api/interfaces/Common.Types.PageRegistration/index.html b/master/extensions/api/interfaces/Common.Types.PageRegistration/index.html
index a28cc6eda8..05c52643ca 100644
--- a/master/extensions/api/interfaces/Common.Types.PageRegistration/index.html
+++ b/master/extensions/api/interfaces/Common.Types.PageRegistration/index.html
@@ -809,7 +809,7 @@
When not provided, first registered page without "id" would be used for page-menus without target.pageId for same extension
params
-• Optional params : PageParams <string | Omit<PageParamInit <any>, "name" | "prefix">>
+• Optional params : PageParams <string | Omit<PageParamInit <any>, "name" | "prefix">>
diff --git a/master/extensions/api/interfaces/Common.Types.RegisteredPage/index.html b/master/extensions/api/interfaces/Common.Types.RegisteredPage/index.html
index 3ea802b9a9..dd0cff098c 100644
--- a/master/extensions/api/interfaces/Common.Types.RegisteredPage/index.html
+++ b/master/extensions/api/interfaces/Common.Types.RegisteredPage/index.html
@@ -815,7 +815,7 @@
• id : string
params
-• params : PageParams <PageParam <any>>
+• params : PageParams <PageParam <any>>
url
• url : string
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.Catalog.CatalogEntityRegistry/index.html b/master/extensions/api/interfaces/Main.Catalog.CatalogEntityRegistry/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.Catalog.CatalogEntityRegistry/index.html
rename to master/extensions/api/interfaces/Main.Catalog.CatalogEntityRegistry/index.html
index 1e33744913..f400272d28 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.Catalog.CatalogEntityRegistry/index.html
+++ b/master/extensions/api/interfaces/Main.Catalog.CatalogEntityRegistry/index.html
@@ -13,7 +13,7 @@
-
+
@@ -766,7 +766,7 @@
Interface: CatalogEntityRegistry
-LensExtensionsMainApi .Catalog .CatalogEntityRegistry
+Main .Catalog .CatalogEntityRegistry
Table of contents
Methods
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.BaseKubeJsonApiObjectMetadata/index.html b/master/extensions/api/interfaces/Main.K8sApi.BaseKubeJsonApiObjectMetadata/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.BaseKubeJsonApiObjectMetadata/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.BaseKubeJsonApiObjectMetadata/index.html
index cfab34a31f..8be30eb869 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.BaseKubeJsonApiObjectMetadata/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.BaseKubeJsonApiObjectMetadata/index.html
@@ -13,7 +13,7 @@
-
+
@@ -885,7 +885,7 @@
-LensExtensionsMainApi .K8sApi .BaseKubeJsonApiObjectMetadata
+Main .K8sApi .BaseKubeJsonApiObjectMetadata
Type parameters
@@ -1027,7 +1027,7 @@ objects are required to be scoped to a namespace - the value of this field for t
will be empty. Must be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces
ownerReferences
-• Optional ownerReferences : OwnerReference []
+• Optional ownerReferences : OwnerReference []
List of objects depended by this object. If ALL objects in the list have been deleted, this
object will be garbage collected. If this object is managed by a controller, then an entry in
this list will point to this controller, with the controller field set to true. There cannot
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IKubeApiCluster/index.html b/master/extensions/api/interfaces/Main.K8sApi.IKubeApiCluster/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IKubeApiCluster/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.IKubeApiCluster/index.html
index 0eb9fe9fa1..deb4a474c4 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IKubeApiCluster/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.IKubeApiCluster/index.html
@@ -13,7 +13,7 @@
-
+
@@ -766,7 +766,7 @@
Interface: IKubeApiCluster
-LensExtensionsMainApi .K8sApi .IKubeApiCluster
+Main .K8sApi .IKubeApiCluster
Deprecated
This type is unused
Table of contents
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.ILocalKubeApiConfig/index.html b/master/extensions/api/interfaces/Main.K8sApi.ILocalKubeApiConfig/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.ILocalKubeApiConfig/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.ILocalKubeApiConfig/index.html
index f4010076df..62deb635f4 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.ILocalKubeApiConfig/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.ILocalKubeApiConfig/index.html
@@ -13,7 +13,7 @@
-
+
@@ -766,7 +766,7 @@
Interface: ILocalKubeApiConfig
-LensExtensionsMainApi .K8sApi .ILocalKubeApiConfig
+Main .K8sApi .ILocalKubeApiConfig
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IPodContainer/index.html b/master/extensions/api/interfaces/Main.K8sApi.IPodContainer/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IPodContainer/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.IPodContainer/index.html
index 85c29757b8..e9f7681ebd 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IPodContainer/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.IPodContainer/index.html
@@ -13,7 +13,7 @@
-
+
@@ -913,7 +913,7 @@
Interface: IPodContainer
-LensExtensionsMainApi .K8sApi .IPodContainer
+Main .K8sApi .IPodContainer
A single application container that you want to run within a pod.
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IPodContainerStatus/index.html b/master/extensions/api/interfaces/Main.K8sApi.IPodContainerStatus/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IPodContainerStatus/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.IPodContainerStatus/index.html
index cb2ced5a1b..10c37401e7 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IPodContainerStatus/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.IPodContainerStatus/index.html
@@ -13,7 +13,7 @@
-
+
@@ -822,7 +822,7 @@
Interface: IPodContainerStatus
-LensExtensionsMainApi .K8sApi .IPodContainerStatus
+Main .K8sApi .IPodContainerStatus
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IRemoteKubeApiConfig/index.html b/master/extensions/api/interfaces/Main.K8sApi.IRemoteKubeApiConfig/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IRemoteKubeApiConfig/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.IRemoteKubeApiConfig/index.html
index a86e231d39..1b9f882293 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IRemoteKubeApiConfig/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.IRemoteKubeApiConfig/index.html
@@ -13,7 +13,7 @@
-
+
@@ -780,7 +780,7 @@
Interface: IRemoteKubeApiConfig
-LensExtensionsMainApi .K8sApi .IRemoteKubeApiConfig
+Main .K8sApi .IRemoteKubeApiConfig
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.ISecretRef/index.html b/master/extensions/api/interfaces/Main.K8sApi.ISecretRef/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.ISecretRef/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.ISecretRef/index.html
index f116373a8f..d3bcef45e6 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.ISecretRef/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.ISecretRef/index.html
@@ -13,7 +13,7 @@
-
+
@@ -773,7 +773,7 @@
Interface: ISecretRef
-LensExtensionsMainApi .K8sApi .ISecretRef
+Main .K8sApi .ISecretRef
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IgnoredKubeApiOptions/index.html b/master/extensions/api/interfaces/Main.K8sApi.IgnoredKubeApiOptions/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IgnoredKubeApiOptions/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.IgnoredKubeApiOptions/index.html
index b198716bef..040eac2e08 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.IgnoredKubeApiOptions/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.IgnoredKubeApiOptions/index.html
@@ -13,7 +13,7 @@
-
+
@@ -787,7 +787,7 @@
Interface: IgnoredKubeApiOptions
-LensExtensionsMainApi .K8sApi .IgnoredKubeApiOptions
+Main .K8sApi .IgnoredKubeApiOptions
Deprecated
This type is only present for backwards compatable typescript support
Table of contents
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeJsonApiData/index.html b/master/extensions/api/interfaces/Main.K8sApi.KubeJsonApiData/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeJsonApiData/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.KubeJsonApiData/index.html
index 41c136d334..3851e51dbe 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeJsonApiData/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.KubeJsonApiData/index.html
@@ -13,7 +13,7 @@
-
+
@@ -815,7 +815,7 @@
-LensExtensionsMainApi .K8sApi .KubeJsonApiData
+Main .K8sApi .KubeJsonApiData
Type parameters
@@ -827,7 +827,7 @@
Metadata
-extends KubeJsonApiObjectMetadata = KubeJsonApiObjectMetadata
+extends KubeJsonApiObjectMetadata = KubeJsonApiObjectMetadata
Status
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeObjectStoreLoadAllParams/index.html b/master/extensions/api/interfaces/Main.K8sApi.KubeObjectStoreLoadAllParams/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeObjectStoreLoadAllParams/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.KubeObjectStoreLoadAllParams/index.html
index b670787435..1b96635606 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeObjectStoreLoadAllParams/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.KubeObjectStoreLoadAllParams/index.html
@@ -13,7 +13,7 @@
-
+
@@ -787,7 +787,7 @@
Interface: KubeObjectStoreLoadAllParams
-LensExtensionsMainApi .K8sApi .KubeObjectStoreLoadAllParams
+Main .K8sApi .KubeObjectStoreLoadAllParams
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeObjectStoreLoadingParams/index.html b/master/extensions/api/interfaces/Main.K8sApi.KubeObjectStoreLoadingParams/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeObjectStoreLoadingParams/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.KubeObjectStoreLoadingParams/index.html
index f2f454008b..3b46a0dafe 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeObjectStoreLoadingParams/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.KubeObjectStoreLoadingParams/index.html
@@ -13,7 +13,7 @@
-
+
@@ -780,7 +780,7 @@
Interface: KubeObjectStoreLoadingParams
-LensExtensionsMainApi .K8sApi .KubeObjectStoreLoadingParams
+Main .K8sApi .KubeObjectStoreLoadingParams
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeObjectStoreSubscribeParams/index.html b/master/extensions/api/interfaces/Main.K8sApi.KubeObjectStoreSubscribeParams/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeObjectStoreSubscribeParams/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.KubeObjectStoreSubscribeParams/index.html
index 2946787a8d..e4832402fb 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeObjectStoreSubscribeParams/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.KubeObjectStoreSubscribeParams/index.html
@@ -13,7 +13,7 @@
-
+
@@ -773,7 +773,7 @@
Interface: KubeObjectStoreSubscribeParams
-LensExtensionsMainApi .K8sApi .KubeObjectStoreSubscribeParams
+Main .K8sApi .KubeObjectStoreSubscribeParams
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeStatusData/index.html b/master/extensions/api/interfaces/Main.K8sApi.KubeStatusData/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeStatusData/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.KubeStatusData/index.html
index bd3d26307e..5397ed28db 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.KubeStatusData/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.KubeStatusData/index.html
@@ -13,7 +13,7 @@
-
+
@@ -794,7 +794,7 @@
Interface: KubeStatusData
-LensExtensionsMainApi .K8sApi .KubeStatusData
+Main .K8sApi .KubeStatusData
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.OwnerReference/index.html b/master/extensions/api/interfaces/Main.K8sApi.OwnerReference/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.OwnerReference/index.html
rename to master/extensions/api/interfaces/Main.K8sApi.OwnerReference/index.html
index cc3deb5f86..1ed2380f63 100644
--- a/master/extensions/api/interfaces/Main.LensExtensionsMainApi.K8sApi.OwnerReference/index.html
+++ b/master/extensions/api/interfaces/Main.K8sApi.OwnerReference/index.html
@@ -13,7 +13,7 @@
-
+
@@ -801,7 +801,7 @@
Interface: OwnerReference
-LensExtensionsMainApi .K8sApi .OwnerReference
+Main .K8sApi .OwnerReference
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.AdditionalCategoryColumnRegistration/index.html b/master/extensions/api/interfaces/Renderer.Component.AdditionalCategoryColumnRegistration/index.html
similarity index 95%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.AdditionalCategoryColumnRegistration/index.html
rename to master/extensions/api/interfaces/Renderer.Component.AdditionalCategoryColumnRegistration/index.html
index b3973121e8..0c2c75e450 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.AdditionalCategoryColumnRegistration/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.AdditionalCategoryColumnRegistration/index.html
@@ -13,7 +13,7 @@
-
+
@@ -822,11 +822,11 @@
Interface: AdditionalCategoryColumnRegistration
-LensExtensionsRendererApi .Component .AdditionalCategoryColumnRegistration
+Renderer .Component .AdditionalCategoryColumnRegistration
This is the type used to declare new catalog category columns
Hierarchy
↳ AdditionalCategoryColumnRegistration
Table of contents
@@ -852,7 +852,7 @@
• id : string
This value MUST to be unique to your extension
Inherited from
-CategoryColumnRegistration .id
+CategoryColumnRegistration .id
kind
• kind : string
@@ -866,7 +866,7 @@
Default
50
Inherited from
-CategoryColumnRegistration .priority
+CategoryColumnRegistration .priority
renderCell
• renderCell : (entity: CatalogEntity <CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >) => ReactNode
@@ -891,7 +891,7 @@
Returns
ReactNode
Inherited from
-CategoryColumnRegistration .renderCell
+CategoryColumnRegistration .renderCell
searchFilter
• Optional searchFilter : (entity: CatalogEntity <CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >) => string | string[]
@@ -917,7 +917,7 @@ to determine if the current search string matches for this row.
Returns
string | string[]
Inherited from
-CategoryColumnRegistration .searchFilter
+CategoryColumnRegistration .searchFilter
sortCallback
• Optional sortCallback : (entity: CatalogEntity <CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >) => string | number | (string | number)[]
@@ -945,13 +945,13 @@ elements of the previous index.
Returns
string | number | (string | number)[]
Inherited from
-CategoryColumnRegistration .sortCallback
+CategoryColumnRegistration .sortCallback
titleProps
• titleProps : TitleCellProps
This function will be used to generate the columns title cell.
Inherited from
-CategoryColumnRegistration .titleProps
+CategoryColumnRegistration .titleProps
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.BadgeProps/index.html b/master/extensions/api/interfaces/Renderer.Component.BadgeProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.BadgeProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.BadgeProps/index.html
index a3b021af24..59eaf8f119 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.BadgeProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.BadgeProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -808,7 +808,7 @@
Interface: BadgeProps
-LensExtensionsRendererApi .Component .BadgeProps
+Renderer .Component .BadgeProps
Hierarchy
HTMLAttributes<HTMLDivElement>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.BarChartProps/index.html b/master/extensions/api/interfaces/Renderer.Component.BarChartProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.BarChartProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.BarChartProps/index.html
index fa83d45970..cb28288b1f 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.BarChartProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.BarChartProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -878,7 +878,7 @@
Interface: BarChartProps
-LensExtensionsRendererApi .Component .BarChartProps
+Renderer .Component .BarChartProps
Hierarchy
ChartProps
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.BaseIconProps/index.html b/master/extensions/api/interfaces/Renderer.Component.BaseIconProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.BaseIconProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.BaseIconProps/index.html
index aced6d31a7..48944a031e 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.BaseIconProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.BaseIconProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -864,12 +864,12 @@
Interface: BaseIconProps
-LensExtensionsRendererApi .Component .BaseIconProps
+Renderer .Component .BaseIconProps
Hierarchy
-↳ IconProps
+↳ IconProps
Table of contents
Properties
@@ -905,7 +905,7 @@
focusable
• Optional focusable : boolean
-Allow focus to the icon to show .active styles. Only applicable if interactive is true.
+Allow focus to the icon to show .active styles. Only applicable if interactive is true.
Default
true
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.ButtonProps/index.html b/master/extensions/api/interfaces/Renderer.Component.ButtonProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.ButtonProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.ButtonProps/index.html
index 46a0df535f..16cf304b09 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.ButtonProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.ButtonProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -857,7 +857,7 @@
-LensExtensionsRendererApi .Component .ButtonProps
+Renderer .Component .ButtonProps
Hierarchy
ButtonHTMLAttributes<any>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.CategoryColumnRegistration/index.html b/master/extensions/api/interfaces/Renderer.Component.CategoryColumnRegistration/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.CategoryColumnRegistration/index.html
rename to master/extensions/api/interfaces/Renderer.Component.CategoryColumnRegistration/index.html
index 7825e23ffa..4155bb65b8 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.CategoryColumnRegistration/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.CategoryColumnRegistration/index.html
@@ -13,7 +13,7 @@
-
+
@@ -808,12 +808,12 @@
Interface: CategoryColumnRegistration
-LensExtensionsRendererApi .Component .CategoryColumnRegistration
+Renderer .Component .CategoryColumnRegistration
Hierarchy
CategoryColumnRegistration
-↳ AdditionalCategoryColumnRegistration
+↳ AdditionalCategoryColumnRegistration
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.CheckboxProps/index.html b/master/extensions/api/interfaces/Renderer.Component.CheckboxProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.CheckboxProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.CheckboxProps/index.html
index d111fdecb9..1badc703ff 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.CheckboxProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.CheckboxProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -828,7 +828,7 @@
Interface: CheckboxProps
-LensExtensionsRendererApi .Component .CheckboxProps
+Renderer .Component .CheckboxProps
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.ConfirmDialogBooleanParams/index.html b/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/index.html
similarity index 97%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.ConfirmDialogBooleanParams/index.html
rename to master/extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/index.html
index 27d92ee850..1146df6f55 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.ConfirmDialogBooleanParams/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/index.html
@@ -13,7 +13,7 @@
-
+
@@ -808,12 +808,12 @@
Interface: ConfirmDialogBooleanParams
-LensExtensionsRendererApi .Component .ConfirmDialogBooleanParams
+Renderer .Component .ConfirmDialogBooleanParams
Hierarchy
ConfirmDialogBooleanParams
-↳ ConfirmDialogParams
+↳ ConfirmDialogParams
Table of contents
Properties
Properties
-• Optional cancelButtonProps : Partial<ButtonProps >
+• Optional cancelButtonProps : Partial<ButtonProps >
icon
• Optional icon : ReactNode
@@ -841,7 +841,7 @@
• message : ReactNode
-• Optional okButtonProps : Partial<ButtonProps >
+• Optional okButtonProps : Partial<ButtonProps >
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.ConfirmDialogParams/index.html b/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/index.html
similarity index 93%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.ConfirmDialogParams/index.html
rename to master/extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/index.html
index 32db33d306..e79d8ef0fb 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.ConfirmDialogParams/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/index.html
@@ -13,7 +13,7 @@
-
+
@@ -822,10 +822,10 @@
Interface: ConfirmDialogParams
-LensExtensionsRendererApi .Component .ConfirmDialogParams
+Renderer .Component .ConfirmDialogParams
Hierarchy
↳ ConfirmDialogParams
Table of contents
@@ -849,29 +849,29 @@
any
-• Optional cancelButtonProps : Partial<ButtonProps >
+• Optional cancelButtonProps : Partial<ButtonProps >
Inherited from
-ConfirmDialogBooleanParams .cancelButtonProps
+ConfirmDialogBooleanParams .cancelButtonProps
icon
• Optional icon : ReactNode
Inherited from
-ConfirmDialogBooleanParams .icon
+ConfirmDialogBooleanParams .icon
labelCancel
• Optional labelCancel : ReactNode
Inherited from
-ConfirmDialogBooleanParams .labelCancel
+ConfirmDialogBooleanParams .labelCancel
labelOk
• Optional labelOk : ReactNode
Inherited from
-ConfirmDialogBooleanParams .labelOk
+ConfirmDialogBooleanParams .labelOk
message
• message : ReactNode
Inherited from
-ConfirmDialogBooleanParams .message
+ConfirmDialogBooleanParams .message
ok
• Optional ok : () => any
@@ -881,9 +881,9 @@
any
-• Optional okButtonProps : Partial<ButtonProps >
+• Optional okButtonProps : Partial<ButtonProps >
Inherited from
-ConfirmDialogBooleanParams .okButtonProps
+ConfirmDialogBooleanParams .okButtonProps
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.ConfirmDialogProps/index.html b/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.ConfirmDialogProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/index.html
index e7397fb679..e220c0ce76 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.ConfirmDialogProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -843,10 +843,10 @@
Interface: ConfirmDialogProps
-LensExtensionsRendererApi .Component .ConfirmDialogProps
+Renderer .Component .ConfirmDialogProps
Hierarchy
↳ ConfirmDialogProps
Table of contents
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.CreateNotificationOptions/index.html b/master/extensions/api/interfaces/Renderer.Component.CreateNotificationOptions/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.CreateNotificationOptions/index.html
rename to master/extensions/api/interfaces/Renderer.Component.CreateNotificationOptions/index.html
index 55e34f02e7..d1abbf8f58 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.CreateNotificationOptions/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.CreateNotificationOptions/index.html
@@ -13,7 +13,7 @@
-
+
@@ -800,7 +800,7 @@
Interface: CreateNotificationOptions
-LensExtensionsRendererApi .Component .CreateNotificationOptions
+Renderer .Component .CreateNotificationOptions
Table of contents
Properties
Properties
id
-• Optional id : NotificationId
+• Optional id : NotificationId
timeout
• Optional timeout : number
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.CustomPlaceholderProps/index.html b/master/extensions/api/interfaces/Renderer.Component.CustomPlaceholderProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.CustomPlaceholderProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.CustomPlaceholderProps/index.html
index 19a67b8f82..6556761f96 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.CustomPlaceholderProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.CustomPlaceholderProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -733,7 +733,7 @@
Interface: CustomPlaceholderProps
-LensExtensionsRendererApi .Component .CustomPlaceholderProps
+Renderer .Component .CustomPlaceholderProps
Hierarchy
PlaceholderProps<NamespaceSelectFilterOption, true>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DialogProps/index.html b/master/extensions/api/interfaces/Renderer.Component.DialogProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DialogProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.DialogProps/index.html
index c8e47adbb9..15669c1020 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DialogProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.DialogProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -836,7 +836,7 @@
Interface: DialogProps
-LensExtensionsRendererApi .Component .DialogProps
+Renderer .Component .DialogProps
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerItemLabelsProps/index.html b/master/extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/index.html
similarity index 95%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerItemLabelsProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/index.html
index 3fa72e0e20..0c8c7bdb54 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerItemLabelsProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -808,10 +808,10 @@
Interface: DrawerItemLabelsProps
-LensExtensionsRendererApi .Component .DrawerItemLabelsProps
+Renderer .Component .DrawerItemLabelsProps
Hierarchy
↳ DrawerItemLabelsProps
Table of contents
@@ -828,7 +828,7 @@
hidden
• Optional hidden : boolean
Inherited from
-DrawerItemProps .hidden
+DrawerItemProps .hidden
labels
• labels : string[] | Partial<Record<string, string>>
@@ -836,12 +836,12 @@
labelsOnly
• Optional labelsOnly : boolean
Inherited from
-DrawerItemProps .labelsOnly
+DrawerItemProps .labelsOnly
name
• name : ReactNode
Inherited from
-DrawerItemProps .name
+DrawerItemProps .name
renderBooleans
• Optional renderBooleans : boolean
@@ -849,12 +849,12 @@
This prop is no longer used, you should stringify the booleans yourself.
This was only meant to be an internal prop anyway.
Inherited from
-DrawerItemProps .renderBooleans
+DrawerItemProps .renderBooleans
title
• Optional title : string
Inherited from
-DrawerItemProps .title
+DrawerItemProps .title
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerItemProps/index.html b/master/extensions/api/interfaces/Renderer.Component.DrawerItemProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerItemProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.DrawerItemProps/index.html
index 5b8b063676..90f8325851 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerItemProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.DrawerItemProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -801,13 +801,13 @@
Interface: DrawerItemProps
-LensExtensionsRendererApi .Component .DrawerItemProps
+Renderer .Component .DrawerItemProps
Hierarchy
HTMLAttributes<HTMLDivElement>
↳ DrawerItemProps
-↳↳ DrawerItemLabelsProps
+↳↳ DrawerItemLabelsProps
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerParamTogglerProps/index.html b/master/extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerParamTogglerProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/index.html
index 766e14095e..a4c6caf97b 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerParamTogglerProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -773,7 +773,7 @@
Interface: DrawerParamTogglerProps
-LensExtensionsRendererApi .Component .DrawerParamTogglerProps
+Renderer .Component .DrawerParamTogglerProps
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerProps/index.html b/master/extensions/api/interfaces/Renderer.Component.DrawerProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.DrawerProps/index.html
index e3e46f6cb2..4b39af2742 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.DrawerProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -850,7 +850,7 @@
Interface: DrawerProps
-LensExtensionsRendererApi .Component .DrawerProps
+Renderer .Component .DrawerProps
Table of contents
Properties
@@ -895,7 +895,7 @@
• open : boolean
position
-• Optional position : DrawerPosition
+• Optional position : DrawerPosition
size
• Optional size : string
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerTitleProps/index.html b/master/extensions/api/interfaces/Renderer.Component.DrawerTitleProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerTitleProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.DrawerTitleProps/index.html
index e2cad0149c..dd3dd1b264 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.DrawerTitleProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.DrawerTitleProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -787,7 +787,7 @@
Interface: DrawerTitleProps
-LensExtensionsRendererApi .Component .DrawerTitleProps
+Renderer .Component .DrawerTitleProps
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.IconDataFnArg/index.html b/master/extensions/api/interfaces/Renderer.Component.IconDataFnArg/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.IconDataFnArg/index.html
rename to master/extensions/api/interfaces/Renderer.Component.IconDataFnArg/index.html
index aa0ad8d161..faa8bb79a8 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.IconDataFnArg/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.IconDataFnArg/index.html
@@ -13,7 +13,7 @@
-
+
@@ -766,7 +766,7 @@
Interface: IconDataFnArg
-LensExtensionsRendererApi .Component .IconDataFnArg
+Renderer .Component .IconDataFnArg
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.IconProps/index.html b/master/extensions/api/interfaces/Renderer.Component.IconProps/index.html
similarity index 91%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.IconProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.IconProps/index.html
index 4856b5ab3c..7f19dc5b48 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.IconProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.IconProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -864,14 +864,14 @@
Interface: IconProps
-LensExtensionsRendererApi .Component .IconProps
+Renderer .Component .IconProps
Hierarchy
↳ IconProps
@@ -898,23 +898,23 @@
• Optional active : boolean
apply active-state styles
Inherited from
-BaseIconProps .active
+BaseIconProps .active
big
• Optional big : boolean
A pre-defined icon-size
Inherited from
-BaseIconProps .big
+BaseIconProps .big
data-testid
• Optional data-testid : string
Inherited from
-BaseIconProps .data-testid
+BaseIconProps .data-testid
disabled
• Optional disabled : boolean
Inherited from
-BaseIconProps .disabled
+BaseIconProps .disabled
focusable
• Optional focusable : boolean
@@ -922,54 +922,54 @@
Default
true
Inherited from
-BaseIconProps .focusable
+BaseIconProps .focusable
href
• Optional href : string
render icon as hyperlink
Inherited from
-BaseIconProps .href
+BaseIconProps .href
interactive
• Optional interactive : boolean
indicates that icon is interactive and highlight it on focus/hover
Inherited from
-BaseIconProps .interactive
+BaseIconProps .interactive
link
• Optional link : LocationDescriptor<unknown>
render icon as NavLink from react-router-dom
Inherited from
-BaseIconProps .link
+BaseIconProps .link
material
• Optional material : string
One of the names from https://material.io/icons/
Inherited from
-BaseIconProps .material
+BaseIconProps .material
size
• Optional size : string | number
The icon size (css units)
Inherited from
-BaseIconProps .size
+BaseIconProps .size
small
• Optional small : boolean
A pre-defined icon-size
Inherited from
-BaseIconProps .small
+BaseIconProps .small
smallest
• Optional smallest : boolean
A pre-defined icon-size
Inherited from
-BaseIconProps .smallest
+BaseIconProps .smallest
sticker
• Optional sticker : boolean
Inherited from
-BaseIconProps .sticker
+BaseIconProps .sticker
svg
• Optional svg : string
@@ -996,7 +996,7 @@
- wheel
- workloads
Inherited from
-BaseIconProps .svg
+BaseIconProps .svg
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeEventDetailsProps/index.html b/master/extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/index.html
similarity index 97%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeEventDetailsProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/index.html
index 9c57835742..e0df2ceeb4 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeEventDetailsProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -766,7 +766,7 @@
Interface: KubeEventDetailsProps
-LensExtensionsRendererApi .Component .KubeEventDetailsProps
+Renderer .Component .KubeEventDetailsProps
Table of contents
Properties
Properties
object
-• object : KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
+• object : KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeObjectDetailsProps/index.html b/master/extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeObjectDetailsProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/index.html
index 68402898c0..2f8a4de832 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeObjectDetailsProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -780,7 +780,7 @@
Interface: KubeObjectDetailsProps<Kube>
-LensExtensionsRendererApi .Component .KubeObjectDetailsProps
+Renderer .Component .KubeObjectDetailsProps
Type parameters
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeObjectListLayoutProps/index.html b/master/extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/index.html
similarity index 96%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeObjectListLayoutProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/index.html
index 8bf56866ca..147cbd3064 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeObjectListLayoutProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1025,7 +1025,7 @@
Interface: KubeObjectListLayoutProps<K, A, D>
-LensExtensionsRendererApi .Component .KubeObjectListLayoutProps
+Renderer .Component .KubeObjectListLayoutProps
Type parameters
@@ -1037,7 +1037,7 @@
K
-extends KubeObject
+extends KubeObject
A
@@ -1116,9 +1116,9 @@
Omit.customizeHeader
customizeRemoveDialog
-• Optional customizeRemoveDialog : (selectedItems: K[]) => Partial<ConfirmDialogParams >
+• Optional customizeRemoveDialog : (selectedItems: K[]) => Partial<ConfirmDialogParams >
Type declaration
-▸ (selectedItems): Partial<ConfirmDialogParams >
+▸ (selectedItems): Partial<ConfirmDialogParams >
Parameters
Returns
-Partial<ConfirmDialogParams >
+Partial<ConfirmDialogParams >
Inherited from
Omit.customizeRemoveDialog
customizeTableRowProps
-• Optional customizeTableRowProps : (item: K) => Partial<TableRowProps <K>>
+• Optional customizeTableRowProps : (item: K) => Partial<TableRowProps <K>>
Type declaration
-▸ (item): Partial<TableRowProps <K>>
+▸ (item): Partial<TableRowProps <K>>
Parameters
Returns
-Partial<TableRowProps <K>>
+Partial<TableRowProps <K>>
Inherited from
Omit.customizeTableRowProps
@@ -1317,9 +1317,9 @@
Omit.renderItemMenu
renderTableContents
-• renderTableContents : (item: K) => (ReactNode | TableCellProps )[]
+• renderTableContents : (item: K) => (ReactNode | TableCellProps )[]
Type declaration
-▸ (item): (ReactNode | TableCellProps )[]
+▸ (item): (ReactNode | TableCellProps )[]
Parameters
Returns
-(ReactNode | TableCellProps )[]
+(ReactNode | TableCellProps )[]
Inherited from
Omit.renderTableContents
-• Optional renderTableHeader : (undefined | null | TableCellProps )[]
+• Optional renderTableHeader : (undefined | null | TableCellProps )[]
Inherited from
Omit.renderTableHeader
@@ -1361,7 +1361,7 @@ If not provided, ResourceNames is used instead with a fallback to resource kind.
Omit.showHeader
sortingCallbacks
-• Optional sortingCallbacks : TableSortCallbacks <K>
+• Optional sortingCallbacks : TableSortCallbacks <K>
Inherited from
Omit.sortingCallbacks
@@ -1384,7 +1384,7 @@ If not provided, ResourceNames is used instead with a fallback to resource kind.
Omit.tableId
tableProps
-• Optional tableProps : Partial<TableProps <K>>
+• Optional tableProps : Partial<TableProps <K>>
Inherited from
Omit.tableProps
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeObjectMenuProps/index.html b/master/extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/index.html
similarity index 88%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeObjectMenuProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/index.html
index 81b76ecf83..7b1f0ef566 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeObjectMenuProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -975,7 +975,7 @@
-LensExtensionsRendererApi .Component .KubeObjectMenuProps
+Renderer .Component .KubeObjectMenuProps
Type parameters
Hierarchy
↳ KubeObjectMenuProps
Table of contents
@@ -1033,47 +1033,47 @@
animated
• Optional animated : boolean
Inherited from
-MenuActionsProps .animated
+MenuActionsProps .animated
autoCloseOnSelect
• Optional autoCloseOnSelect : boolean
Inherited from
-MenuActionsProps .autoCloseOnSelect
+MenuActionsProps .autoCloseOnSelect
autoFocus
• Optional autoFocus : boolean
Inherited from
-MenuActionsProps .autoFocus
+MenuActionsProps .autoFocus
children
• Optional children : ReactNode
Inherited from
-MenuActionsProps .children
+MenuActionsProps .children
className
• Optional className : string
Inherited from
-MenuActionsProps .className
+MenuActionsProps .className
closeOnClickItem
• Optional closeOnClickItem : boolean
Inherited from
-MenuActionsProps .closeOnClickItem
+MenuActionsProps .closeOnClickItem
closeOnClickOutside
• Optional closeOnClickOutside : boolean
Inherited from
-MenuActionsProps .closeOnClickOutside
+MenuActionsProps .closeOnClickOutside
• Optional closeOnScroll : boolean
Inherited from
-MenuActionsProps .closeOnScroll
+MenuActionsProps .closeOnScroll
data-testid
• Optional data-testid : string
Inherited from
-MenuActionsProps .data-testid
+MenuActionsProps .data-testid
editable
• Optional editable : boolean
@@ -1081,17 +1081,17 @@
htmlFor
• Optional htmlFor : string
Inherited from
-MenuActionsProps .htmlFor
+MenuActionsProps .htmlFor
id
• Optional id : string
Inherited from
-MenuActionsProps .id
+MenuActionsProps .id
isOpen
• Optional isOpen : boolean
Inherited from
-MenuActionsProps .isOpen
+MenuActionsProps .isOpen
object
• object : TKubeObject
@@ -1103,12 +1103,12 @@
Returns
void
Inherited from
-MenuActionsProps .onOpen
+MenuActionsProps .onOpen
position
-• Optional position : MenuPosition
+• Optional position : MenuPosition
Inherited from
-MenuActionsProps .position
+MenuActionsProps .position
removable
• Optional removable : boolean
@@ -1122,29 +1122,29 @@
Returns
void | Promise<void>
Inherited from
-MenuActionsProps .removeAction
+MenuActionsProps .removeAction
removeConfirmationMessage
• Optional removeConfirmationMessage : ReactNode | () => ReactNode
Deprecated
Provide your own remove <MenuItem> as part of the children passed to this component
Inherited from
-MenuActionsProps .removeConfirmationMessage
+MenuActionsProps .removeConfirmationMessage
toggleEvent
• Optional toggleEvent : "click" | "contextmenu"
Inherited from
-MenuActionsProps .toggleEvent
+MenuActionsProps .toggleEvent
• Optional toolbar : boolean
Inherited from
-MenuActionsProps .toolbar
+MenuActionsProps .toolbar
triggerIcon
-• Optional triggerIcon : ReactNode | IconProps & TooltipDecoratorProps
+• Optional triggerIcon : ReactNode | IconProps & TooltipDecoratorProps
Inherited from
-MenuActionsProps .triggerIcon
+MenuActionsProps .triggerIcon
updateAction
• Optional updateAction : () => void | Promise<void>
@@ -1155,26 +1155,26 @@
Returns
void | Promise<void>
Inherited from
-MenuActionsProps .updateAction
+MenuActionsProps .updateAction
usePortal
• Optional usePortal : boolean | HTMLElement
Inherited from
-MenuActionsProps .usePortal
+MenuActionsProps .usePortal
Methods
close
▸ Optional close (): void
Returns
void
Inherited from
-MenuActionsProps .close
+MenuActionsProps .close
open
▸ Optional open (): void
Returns
void
Inherited from
-MenuActionsProps .open
+MenuActionsProps .open
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeObjectMetaProps/index.html b/master/extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/index.html
similarity index 97%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeObjectMetaProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/index.html
index 38750e96b7..b500af04eb 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.KubeObjectMetaProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -773,7 +773,7 @@
-LensExtensionsRendererApi .Component .KubeObjectMetaProps
+Renderer .Component .KubeObjectMetaProps
Table of contents
Properties
Properties
hideFields
-• Optional hideFields : keyof BaseKubeJsonApiObjectMetadata <KubeObjectScope>[]
+• Optional hideFields : keyof BaseKubeJsonApiObjectMetadata <KubeObjectScope>[]
object
-• object : KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
+• object : KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.LineProgressProps/index.html b/master/extensions/api/interfaces/Renderer.Component.LineProgressProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.LineProgressProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.LineProgressProps/index.html
index 1ed4c75e4d..e336f9d9be 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.LineProgressProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.LineProgressProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -801,7 +801,7 @@
Interface: LineProgressProps
-LensExtensionsRendererApi .Component .LineProgressProps
+Renderer .Component .LineProgressProps
Hierarchy
HTMLProps<HTMLDivElement>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MainLayoutProps/index.html b/master/extensions/api/interfaces/Renderer.Component.MainLayoutProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MainLayoutProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.MainLayoutProps/index.html
index b08a7c1502..146f600204 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MainLayoutProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.MainLayoutProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -787,7 +787,7 @@
Interface: MainLayoutProps
-LensExtensionsRendererApi .Component .MainLayoutProps
+Renderer .Component .MainLayoutProps
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuActionsProps/index.html b/master/extensions/api/interfaces/Renderer.Component.MenuActionsProps/index.html
similarity index 97%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuActionsProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.MenuActionsProps/index.html
index 0a3813cb1e..ba450bede4 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuActionsProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.MenuActionsProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -947,13 +947,13 @@
-LensExtensionsRendererApi .Component .MenuActionsProps
+Renderer .Component .MenuActionsProps
Hierarchy
↳ MenuActionsProps
-↳↳ KubeObjectMenuProps
+↳↳ KubeObjectMenuProps
Table of contents
Properties
@@ -1051,7 +1051,7 @@
void
position
-• Optional position : MenuPosition
+• Optional position : MenuPosition
Inherited from
Partial.position
@@ -1078,7 +1078,7 @@
• Optional toolbar : boolean
triggerIcon
-• Optional triggerIcon : ReactNode | IconProps & TooltipDecoratorProps
+• Optional triggerIcon : ReactNode | IconProps & TooltipDecoratorProps
updateAction
• Optional updateAction : () => void | Promise<void>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuContextValue/index.html b/master/extensions/api/interfaces/Renderer.Component.MenuContextValue/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuContextValue/index.html
rename to master/extensions/api/interfaces/Renderer.Component.MenuContextValue/index.html
index 8b687ffddf..26fb78fc8f 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuContextValue/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.MenuContextValue/index.html
@@ -13,7 +13,7 @@
-
+
@@ -773,7 +773,7 @@
-LensExtensionsRendererApi .Component .MenuContextValue
+Renderer .Component .MenuContextValue
Table of contents
Properties
@@ -789,7 +789,7 @@
void
props
-• Readonly props : Readonly<MenuProps >
+• Readonly props : Readonly<MenuProps >
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuItemProps/index.html b/master/extensions/api/interfaces/Renderer.Component.MenuItemProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuItemProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.MenuItemProps/index.html
index 35defbc086..5e70a925d9 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuItemProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.MenuItemProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -801,7 +801,7 @@
-LensExtensionsRendererApi .Component .MenuItemProps
+Renderer .Component .MenuItemProps
Hierarchy
HTMLProps<any>
@@ -831,7 +831,7 @@
React.HTMLProps.href
icon
-• Optional icon : string | Partial<IconProps >
+• Optional icon : string | Partial<IconProps >
spacer
• Optional spacer : boolean
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuPosition/index.html b/master/extensions/api/interfaces/Renderer.Component.MenuPosition/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuPosition/index.html
rename to master/extensions/api/interfaces/Renderer.Component.MenuPosition/index.html
index fae5b3186e..1f483c3146 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuPosition/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.MenuPosition/index.html
@@ -13,7 +13,7 @@
-
+
@@ -787,7 +787,7 @@
-LensExtensionsRendererApi .Component .MenuPosition
+Renderer .Component .MenuPosition
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuProps/index.html b/master/extensions/api/interfaces/Renderer.Component.MenuProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.MenuProps/index.html
index 56756ef5fd..245cd04fb2 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.MenuProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -891,7 +891,7 @@
-LensExtensionsRendererApi .Component .MenuProps
+Renderer .Component .MenuProps
Table of contents
Properties
@@ -950,7 +950,7 @@
• Optional isOpen : boolean
position
-• Optional position : MenuPosition
+• Optional position : MenuPosition
toggleEvent
• Optional toggleEvent : "click" | "contextmenu"
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuStyle/index.html b/master/extensions/api/interfaces/Renderer.Component.MenuStyle/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuStyle/index.html
rename to master/extensions/api/interfaces/Renderer.Component.MenuStyle/index.html
index 31ec541e9f..cbad5732b3 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MenuStyle/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.MenuStyle/index.html
@@ -13,7 +13,7 @@
-
+
@@ -773,7 +773,7 @@
-LensExtensionsRendererApi .Component .MenuStyle
+Renderer .Component .MenuStyle
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MonacoEditorProps/index.html b/master/extensions/api/interfaces/Renderer.Component.MonacoEditorProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MonacoEditorProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.MonacoEditorProps/index.html
index 4e363c8681..bf2941cb3a 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.MonacoEditorProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.MonacoEditorProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -891,7 +891,7 @@
Interface: MonacoEditorProps
-LensExtensionsRendererApi .Component .MonacoEditorProps
+Renderer .Component .MonacoEditorProps
Table of contents
Properties
@@ -944,7 +944,7 @@
• Optional style : CSSProperties
theme
-• Optional theme : MonacoTheme
+• Optional theme : MonacoTheme
value
• value : string
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.NamespaceSelectProps/index.html b/master/extensions/api/interfaces/Renderer.Component.NamespaceSelectProps/index.html
similarity index 97%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.NamespaceSelectProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.NamespaceSelectProps/index.html
index 24ed5284ea..712300bdc9 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.NamespaceSelectProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.NamespaceSelectProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -829,7 +829,7 @@
Interface: NamespaceSelectProps<IsMulti>
-LensExtensionsRendererApi .Component .NamespaceSelectProps
+Renderer .Component .NamespaceSelectProps
Type parameters
Hierarchy
-Omit<SelectProps <string, { label: string ; value: string }, IsMulti>, "options" | "value">
+Omit<SelectProps <string, { label: string ; value: string }, IsMulti>, "options" | "value">
↳ NamespaceSelectProps
Table of contents
@@ -891,7 +891,7 @@
• Optional showIcons : boolean
sort
-• Optional sort : NamespaceSelectSort
+• Optional sort : NamespaceSelectSort
themeName
• Optional themeName : "dark" | "light" | "outlined" | "lens"
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.Notification/index.html b/master/extensions/api/interfaces/Renderer.Component.Notification/index.html
similarity index 97%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.Notification/index.html
rename to master/extensions/api/interfaces/Renderer.Component.Notification/index.html
index 4519b7f220..6b86b214c4 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.Notification/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.Notification/index.html
@@ -13,7 +13,7 @@
-
+
@@ -814,7 +814,7 @@
Interface: Notification
-LensExtensionsRendererApi .Component .Notification
+Renderer .Component .Notification
Table of contents
Properties
Properties
id
-• Optional id : NotificationId
+• Optional id : NotificationId
message
-• message : NotificationMessage
+• message : NotificationMessage
status
-• Optional status : NotificationStatus
+• Optional status : NotificationStatus
timeout
• Optional timeout : number
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.PieChartData/index.html b/master/extensions/api/interfaces/Renderer.Component.PieChartData/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.PieChartData/index.html
rename to master/extensions/api/interfaces/Renderer.Component.PieChartData/index.html
index 8480a37b14..be0e493eeb 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.PieChartData/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.PieChartData/index.html
@@ -13,7 +13,7 @@
-
+
@@ -773,7 +773,7 @@
Interface: PieChartData
-LensExtensionsRendererApi .Component .PieChartData
+Renderer .Component .PieChartData
Hierarchy
ChartData
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.PieChartProps/index.html b/master/extensions/api/interfaces/Renderer.Component.PieChartProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.PieChartProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.PieChartProps/index.html
index b65aa77a68..b1bfadd016 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.PieChartProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.PieChartProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -864,7 +864,7 @@
Interface: PieChartProps
-LensExtensionsRendererApi .Component .PieChartProps
+Renderer .Component .PieChartProps
Hierarchy
ChartProps
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.PodDetailsListProps/index.html b/master/extensions/api/interfaces/Renderer.Component.PodDetailsListProps/index.html
similarity index 97%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.PodDetailsListProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.PodDetailsListProps/index.html
index a80adc63f7..6360f40918 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.PodDetailsListProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.PodDetailsListProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -787,7 +787,7 @@
Interface: PodDetailsListProps
-LensExtensionsRendererApi .Component .PodDetailsListProps
+Renderer .Component .PodDetailsListProps
Table of contents
Properties
@@ -804,10 +804,10 @@
• Optional maxMemory : number
owner
-• owner : KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
+• owner : KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
pods
-• pods : Pod []
+• pods : Pod []
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.RadioGroupProps/index.html b/master/extensions/api/interfaces/Renderer.Component.RadioGroupProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.RadioGroupProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.RadioGroupProps/index.html
index c39b10afec..29d6011c9b 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.RadioGroupProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.RadioGroupProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -808,7 +808,7 @@
Interface: RadioGroupProps<T>
-LensExtensionsRendererApi .Component .RadioGroupProps
+Renderer .Component .RadioGroupProps
Type parameters
@@ -837,7 +837,7 @@
• Optional asButtons : boolean
children
-• children : SingleOrMany<ReactElement<RadioProps <T>, string | JSXElementConstructor<any>>>
+• children : SingleOrMany<ReactElement<RadioProps <T>, string | JSXElementConstructor<any>>>
className
• Optional className : string
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.RadioProps/index.html b/master/extensions/api/interfaces/Renderer.Component.RadioProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.RadioProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.RadioProps/index.html
index 1484842260..1e30ac773f 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.RadioProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.RadioProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -794,7 +794,7 @@
Interface: RadioProps<T>
-LensExtensionsRendererApi .Component .RadioProps
+Renderer .Component .RadioProps
Type parameters
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SearchInputProps/index.html b/master/extensions/api/interfaces/Renderer.Component.SearchInputProps/index.html
similarity index 97%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SearchInputProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.SearchInputProps/index.html
index 5b9ed3a12d..6c54896b9f 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SearchInputProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.SearchInputProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -919,10 +919,10 @@
-LensExtensionsRendererApi .Component .SearchInputProps
+Renderer .Component .SearchInputProps
Hierarchy
↳ SearchInputProps
Table of contents
@@ -979,12 +979,12 @@
InputProps.dirty
iconLeft
-• Optional iconLeft : IconData
+• Optional iconLeft : IconData
Inherited from
InputProps.iconLeft
iconRight
-• Optional iconRight : IconData
+• Optional iconRight : IconData
Inherited from
InputProps.iconRight
@@ -1002,7 +1002,7 @@
• Optional showClearIcon : boolean
-• Optional showErrorsAsTooltip : boolean | Omit<TooltipProps , "targetId">
+• Optional showErrorsAsTooltip : boolean | Omit<TooltipProps , "targetId">
Inherited from
InputProps.showErrorsAsTooltip
@@ -1022,7 +1022,7 @@
InputProps.trim
validators
-• Optional validators : SingleOrMany<InputValidator <boolean>>
+• Optional validators : SingleOrMany<InputValidator <boolean>>
Inherited from
InputProps.validators
Methods
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SelectOption/index.html b/master/extensions/api/interfaces/Renderer.Component.SelectOption/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SelectOption/index.html
rename to master/extensions/api/interfaces/Renderer.Component.SelectOption/index.html
index 6a1f8e3ff3..c1fa87a117 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SelectOption/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.SelectOption/index.html
@@ -13,7 +13,7 @@
-
+
@@ -801,7 +801,7 @@
Interface: SelectOption<Value>
-LensExtensionsRendererApi .Component .SelectOption
+Renderer .Component .SelectOption
Type parameters
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SelectProps/index.html b/master/extensions/api/interfaces/Renderer.Component.SelectProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SelectProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.SelectProps/index.html
index dd5b6969fb..fa7ac6070c 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SelectProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.SelectProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -822,7 +822,7 @@
Interface: SelectProps<Value, Option, IsMulti, Group>
-LensExtensionsRendererApi .Component .SelectProps
+Renderer .Component .SelectProps
Type parameters
@@ -838,7 +838,7 @@
Option
-extends SelectOption <Value>
+extends SelectOption <Value>
IsMulti
@@ -886,7 +886,7 @@
• Optional menuClass : string
options
-• options : OptionsOrGroups<Option, Group> | LegacyAutoConvertedOptions
+• options : OptionsOrGroups<Option, Group> | LegacyAutoConvertedOptions
themeName
• Optional themeName : "dark" | "light" | "outlined" | "lens"
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SettingLayoutProps/index.html b/master/extensions/api/interfaces/Renderer.Component.SettingLayoutProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SettingLayoutProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.SettingLayoutProps/index.html
index e8d9ed77ad..d99fcf2b01 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SettingLayoutProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.SettingLayoutProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -815,7 +815,7 @@
Interface: SettingLayoutProps
-LensExtensionsRendererApi .Component .SettingLayoutProps
+Renderer .Component .SettingLayoutProps
Hierarchy
DOMAttributes<any>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SliderProps/index.html b/master/extensions/api/interfaces/Renderer.Component.SliderProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SliderProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.SliderProps/index.html
index d88032d7d4..706e338156 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SliderProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.SliderProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -800,7 +800,7 @@
Interface: SliderProps
-LensExtensionsRendererApi .Component .SliderProps
+Renderer .Component .SliderProps
Hierarchy
Omit<MaterialSliderProps, "onChange">
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SpinnerProps/index.html b/master/extensions/api/interfaces/Renderer.Component.SpinnerProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SpinnerProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.SpinnerProps/index.html
index 8111e6a7e7..f615804af4 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SpinnerProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.SpinnerProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -780,7 +780,7 @@
Interface: SpinnerProps
-LensExtensionsRendererApi .Component .SpinnerProps
+Renderer .Component .SpinnerProps
Hierarchy
HTMLProps<any>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.StatusBrickProps/index.html b/master/extensions/api/interfaces/Renderer.Component.StatusBrickProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.StatusBrickProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.StatusBrickProps/index.html
index c483558a06..c943e2dd88 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.StatusBrickProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.StatusBrickProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -733,7 +733,7 @@
Interface: StatusBrickProps
-LensExtensionsRendererApi .Component .StatusBrickProps
+Renderer .Component .StatusBrickProps
Hierarchy
HTMLAttributes<HTMLDivElement>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.StepperProps/index.html b/master/extensions/api/interfaces/Renderer.Component.StepperProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.StepperProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.StepperProps/index.html
index 2d88b76c61..13abd12480 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.StepperProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.StepperProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -780,7 +780,7 @@
Interface: StepperProps
-LensExtensionsRendererApi .Component .StepperProps
+Renderer .Component .StepperProps
Hierarchy
HTMLProps<any>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SubTitleProps/index.html b/master/extensions/api/interfaces/Renderer.Component.SubTitleProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SubTitleProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.SubTitleProps/index.html
index 58790b1be8..63feb8c479 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SubTitleProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.SubTitleProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -794,7 +794,7 @@
Interface: SubTitleProps
-LensExtensionsRendererApi .Component .SubTitleProps
+Renderer .Component .SubTitleProps
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SwitchProps/index.html b/master/extensions/api/interfaces/Renderer.Component.SwitchProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SwitchProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.SwitchProps/index.html
index 44eb88b89d..7e0b0855ff 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SwitchProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.SwitchProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -773,7 +773,7 @@
Interface: SwitchProps
-LensExtensionsRendererApi .Component .SwitchProps
+Renderer .Component .SwitchProps
Hierarchy
Omit<HTMLProps<HTMLInputElement>, "onChange">
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SwitcherProps/index.html b/master/extensions/api/interfaces/Renderer.Component.SwitcherProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SwitcherProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.SwitcherProps/index.html
index dd9561eb5e..b3a9240f9c 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.SwitcherProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.SwitcherProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -794,7 +794,7 @@
Interface: SwitcherProps
-LensExtensionsRendererApi .Component .SwitcherProps
+Renderer .Component .SwitcherProps
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TabLayoutProps/index.html b/master/extensions/api/interfaces/Renderer.Component.TabLayoutProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TabLayoutProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.TabLayoutProps/index.html
index b54aa6ae13..395bef74cb 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TabLayoutProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.TabLayoutProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -794,7 +794,7 @@
Interface: TabLayoutProps
-LensExtensionsRendererApi .Component .TabLayoutProps
+Renderer .Component .TabLayoutProps
Table of contents
Properties
@@ -818,7 +818,7 @@
• Optional scrollable : boolean
tabs
-• Optional tabs : TabLayoutRoute []
+• Optional tabs : TabLayoutRoute []
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TabLayoutRoute/index.html b/master/extensions/api/interfaces/Renderer.Component.TabLayoutRoute/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TabLayoutRoute/index.html
rename to master/extensions/api/interfaces/Renderer.Component.TabLayoutRoute/index.html
index 367d046e09..3bb9e33aab 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TabLayoutRoute/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.TabLayoutRoute/index.html
@@ -13,7 +13,7 @@
-
+
@@ -801,7 +801,7 @@
Interface: TabLayoutRoute
-LensExtensionsRendererApi .Component .TabLayoutRoute
+Renderer .Component .TabLayoutRoute
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TabProps/index.html b/master/extensions/api/interfaces/Renderer.Component.TabProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TabProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.TabProps/index.html
index 1ca6a3d266..84696588c9 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TabProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.TabProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -822,7 +822,7 @@
Interface: TabProps<D>
-LensExtensionsRendererApi .Component .TabProps
+Renderer .Component .TabProps
Type parameters
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableCellProps/index.html b/master/extensions/api/interfaces/Renderer.Component.TableCellProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableCellProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.TableCellProps/index.html
index 91a3ecaa5b..b2ef4e9227 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableCellProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.TableCellProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -863,7 +863,7 @@
Interface: TableCellProps
-LensExtensionsRendererApi .Component .TableCellProps
+Renderer .Component .TableCellProps
Hierarchy
DOMAttributes<HTMLDivElement>
@@ -893,7 +893,7 @@
indicator, might come from parent , don't use this prop outside (!)
_sorting
-• Optional _sorting : Partial<TableSortParams >
+• Optional _sorting : Partial<TableSortParams >
checkbox
• Optional checkbox : boolean
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableHeadProps/index.html b/master/extensions/api/interfaces/Renderer.Component.TableHeadProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableHeadProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.TableHeadProps/index.html
index 2238449312..b08d387eaf 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableHeadProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.TableHeadProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -801,7 +801,7 @@
Interface: TableHeadProps
-LensExtensionsRendererApi .Component .TableHeadProps
+Renderer .Component .TableHeadProps
Hierarchy
DOMAttributes<HTMLDivElement>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableProps/index.html b/master/extensions/api/interfaces/Renderer.Component.TableProps/index.html
similarity index 95%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.TableProps/index.html
index 61ca571235..173a98b75a 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.TableProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -913,7 +913,7 @@
Interface: TableProps<Item>
-LensExtensionsRendererApi .Component .TableProps
+Renderer .Component .TableProps
Type parameters
@@ -994,9 +994,9 @@
number
getTableRow
-• Optional getTableRow : (uid: string) => undefined | null | ReactElement<TableRowProps <Item>, string | JSXElementConstructor<any>>
+• Optional getTableRow : (uid: string) => undefined | null | ReactElement<TableRowProps <Item>, string | JSXElementConstructor<any>>
Type declaration
-▸ (uid): undefined | null | ReactElement<TableRowProps <Item>, string | JSXElementConstructor<any>>
+▸ (uid): undefined | null | ReactElement<TableRowProps <Item>, string | JSXElementConstructor<any>>
Parameters
Returns
-undefined | null | ReactElement<TableRowProps <Item>, string | JSXElementConstructor<any>>
+undefined | null | ReactElement<TableRowProps <Item>, string | JSXElementConstructor<any>>
items
• Optional items : Item[]
@@ -1022,7 +1022,7 @@
• Optional noItems : ReactNode
onSort
-• Optional onSort : (params: TableSortParams ) => void
+• Optional onSort : (params: TableSortParams ) => void
Type declaration
▸ (params): void
Parameters
@@ -1036,7 +1036,7 @@
params
-TableSortParams
+TableSortParams
@@ -1044,9 +1044,9 @@
void
renderRow
-• Optional renderRow : (item: Item) => undefined | null | ReactElement<TableRowProps <Item>, string | JSXElementConstructor<any>>
+• Optional renderRow : (item: Item) => undefined | null | ReactElement<TableRowProps <Item>, string | JSXElementConstructor<any>>
Type declaration
-▸ (item): undefined | null | ReactElement<TableRowProps <Item>, string | JSXElementConstructor<any>>
+▸ (item): undefined | null | ReactElement<TableRowProps <Item>, string | JSXElementConstructor<any>>
Parameters
Returns
-undefined | null | ReactElement<TableRowProps <Item>, string | JSXElementConstructor<any>>
+undefined | null | ReactElement<TableRowProps <Item>, string | JSXElementConstructor<any>>
rowLineHeight
• Optional rowLineHeight : number
@@ -1083,13 +1083,13 @@
• Optional selectedItemId : string
sortByDefault
-• Optional sortByDefault : Partial<TableSortParams >
+• Optional sortByDefault : Partial<TableSortParams >
sortSyncWithUrl
• Optional sortSyncWithUrl : boolean
sortable
-• Optional sortable : TableSortCallbacks <Item>
+• Optional sortable : TableSortCallbacks <Item>
Define sortable callbacks for every column in
Sort Item
argument in the callback is an object, provided in
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableRowProps/index.html b/master/extensions/api/interfaces/Renderer.Component.TableRowProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableRowProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.TableRowProps/index.html
index 1f31575788..ea22de2439 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableRowProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.TableRowProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -829,7 +829,7 @@
Interface: TableRowProps<Item>
-LensExtensionsRendererApi .Component .TableRowProps
+Renderer .Component .TableRowProps
Type parameters
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableSortParams/index.html b/master/extensions/api/interfaces/Renderer.Component.TableSortParams/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableSortParams/index.html
rename to master/extensions/api/interfaces/Renderer.Component.TableSortParams/index.html
index 3681f12999..17538b0678 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TableSortParams/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.TableSortParams/index.html
@@ -13,7 +13,7 @@
-
+
@@ -773,7 +773,7 @@
Interface: TableSortParams
-LensExtensionsRendererApi .Component .TableSortParams
+Renderer .Component .TableSortParams
Table of contents
Properties
Properties
orderBy
-• orderBy : TableOrderBy
+• orderBy : TableOrderBy
sortBy
• sortBy : string
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TabsProps/index.html b/master/extensions/api/interfaces/Renderer.Component.TabsProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TabsProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.TabsProps/index.html
index 3385446678..a78c6f9636 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TabsProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.TabsProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -849,7 +849,7 @@
Interface: TabsProps<D>
-LensExtensionsRendererApi .Component .TabsProps
+Renderer .Component .TabsProps
Type parameters
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TooltipContentFormatters/index.html b/master/extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TooltipContentFormatters/index.html
rename to master/extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/index.html
index ef0d87bbec..9c9be6e1c9 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TooltipContentFormatters/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/index.html
@@ -13,7 +13,7 @@
-
+
@@ -794,7 +794,7 @@
Interface: TooltipContentFormatters
-LensExtensionsRendererApi .Component .TooltipContentFormatters
+Renderer .Component .TooltipContentFormatters
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TooltipDecoratorProps/index.html b/master/extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TooltipDecoratorProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/index.html
index 3da70ae676..6050b0b8b9 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TooltipDecoratorProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -787,7 +787,7 @@
-LensExtensionsRendererApi .Component .TooltipDecoratorProps
+Renderer .Component .TooltipDecoratorProps
Table of contents
Properties
@@ -804,7 +804,7 @@
• Optional id : string
-• Optional tooltip : ReactNode | Omit<TooltipProps , "targetId">
+• Optional tooltip : ReactNode | Omit<TooltipProps , "targetId">
• Optional tooltipOverrideDisabled : boolean
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TooltipProps/index.html b/master/extensions/api/interfaces/Renderer.Component.TooltipProps/index.html
similarity index 97%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TooltipProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.TooltipProps/index.html
index b6ef10bafd..6536c2bc7e 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.TooltipProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.TooltipProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -829,7 +829,7 @@
-LensExtensionsRendererApi .Component .TooltipProps
+Renderer .Component .TooltipProps
Table of contents
Properties
@@ -852,13 +852,13 @@
• Optional className : IClassName
-• Optional formatters : TooltipContentFormatters
+• Optional formatters : TooltipContentFormatters
offset
• Optional offset : number
preferredPositions
-• Optional preferredPositions : TooltipPosition | TooltipPosition []
+• Optional preferredPositions : TooltipPosition | TooltipPosition []
style
• Optional style : CSSProperties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.WizardCommonProps/index.html b/master/extensions/api/interfaces/Renderer.Component.WizardCommonProps/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.WizardCommonProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.WizardCommonProps/index.html
index 113da752f6..a4f452da1c 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.WizardCommonProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.WizardCommonProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -808,7 +808,7 @@
Interface: WizardCommonProps<D>
-LensExtensionsRendererApi .Component .WizardCommonProps
+Renderer .Component .WizardCommonProps
Type parameters
@@ -826,8 +826,8 @@
-↳ WizardProps
-↳ WizardStepProps
+↳ WizardProps
+↳ WizardStepProps
Table of contents
Properties
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.WizardLayoutProps/index.html b/master/extensions/api/interfaces/Renderer.Component.WizardLayoutProps/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.WizardLayoutProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.WizardLayoutProps/index.html
index 177d9bc434..05ecd0b822 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.WizardLayoutProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.WizardLayoutProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -815,7 +815,7 @@
Interface: WizardLayoutProps
-LensExtensionsRendererApi .Component .WizardLayoutProps
+Renderer .Component .WizardLayoutProps
Hierarchy
DOMAttributes<any>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.WizardProps/index.html b/master/extensions/api/interfaces/Renderer.Component.WizardProps/index.html
similarity index 94%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.WizardProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.WizardProps/index.html
index 233ff1948a..b63e9c0650 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.WizardProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.WizardProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -850,7 +850,7 @@
Interface: WizardProps<D>
-LensExtensionsRendererApi .Component .WizardProps
+Renderer .Component .WizardProps
Type parameters
Hierarchy
↳ WizardProps
Table of contents
@@ -886,7 +886,7 @@
Properties
children
-• Optional children : ReactElement<WizardStepProps <D>, string | JSXElementConstructor<any>> | ReactElement<WizardStepProps <D>, string | JSXElementConstructor<any>>[]
+• Optional children : ReactElement<WizardStepProps <D>, string | JSXElementConstructor<any>> | ReactElement<WizardStepProps <D>, string | JSXElementConstructor<any>>[]
className
• Optional className : string
@@ -894,7 +894,7 @@
data
• Optional data : Partial<D>
Inherited from
-WizardCommonProps .data
+WizardCommonProps .data
done
• Optional done : () => void
@@ -903,7 +903,7 @@
Returns
void
Inherited from
-WizardCommonProps .done
+WizardCommonProps .done
• Optional header : ReactNode
@@ -911,7 +911,7 @@
hideSteps
• Optional hideSteps : boolean
Inherited from
-WizardCommonProps .hideSteps
+WizardCommonProps .hideSteps
onChange
• Optional onChange : (step: number) => void
@@ -942,7 +942,7 @@
Returns
void
Inherited from
-WizardCommonProps .reset
+WizardCommonProps .reset
save
• Optional save : (data: Partial<D>, callback?: () => void) => void
@@ -970,7 +970,7 @@
Returns
void
Inherited from
-WizardCommonProps .save
+WizardCommonProps .save
step
• Optional step : number
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.WizardStepProps/index.html b/master/extensions/api/interfaces/Renderer.Component.WizardStepProps/index.html
similarity index 96%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.WizardStepProps/index.html
rename to master/extensions/api/interfaces/Renderer.Component.WizardStepProps/index.html
index 6c86a3bb4d..ae63f6b9cc 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Component.WizardStepProps/index.html
+++ b/master/extensions/api/interfaces/Renderer.Component.WizardStepProps/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1004,7 +1004,7 @@
Interface: WizardStepProps<D>
-LensExtensionsRendererApi .Component .WizardStepProps
+Renderer .Component .WizardStepProps
Type parameters
Hierarchy
↳ WizardStepProps
Table of contents
@@ -1082,7 +1082,7 @@
data
• Optional data : Partial<D>
Inherited from
-WizardCommonProps .data
+WizardCommonProps .data
disabledNext
• Optional disabledNext : boolean
@@ -1094,7 +1094,7 @@
Returns
void
Inherited from
-WizardCommonProps .done
+WizardCommonProps .done
first
• Optional first : () => void
@@ -1112,7 +1112,7 @@
hideSteps
• Optional hideSteps : boolean
Inherited from
-WizardCommonProps .hideSteps
+WizardCommonProps .hideSteps
isFirst
• Optional isFirst : () => boolean
@@ -1171,7 +1171,7 @@
Returns
void
Inherited from
-WizardCommonProps .reset
+WizardCommonProps .reset
save
• Optional save : (data: Partial<D>, callback?: () => void) => void
@@ -1199,7 +1199,7 @@
Returns
void
Inherited from
-WizardCommonProps .save
+WizardCommonProps .save
• Optional scrollable : boolean
@@ -1223,7 +1223,7 @@
• Optional waiting : boolean
wizard
-• Optional wizard : Wizard <D>
+• Optional wizard : Wizard <D>
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.K8sApi.IKubeApiCluster/index.html b/master/extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.K8sApi.IKubeApiCluster/index.html
rename to master/extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/index.html
index 38badf3181..adc9b3f12d 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.K8sApi.IKubeApiCluster/index.html
+++ b/master/extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/index.html
@@ -13,7 +13,7 @@
-
+
@@ -766,7 +766,7 @@
Interface: IKubeApiCluster
-LensExtensionsRendererApi .K8sApi .IKubeApiCluster
+Renderer .K8sApi .IKubeApiCluster
Deprecated
This type is unused
Table of contents
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.K8sApi.IgnoredKubeApiOptions/index.html b/master/extensions/api/interfaces/Renderer.K8sApi.IgnoredKubeApiOptions/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.K8sApi.IgnoredKubeApiOptions/index.html
rename to master/extensions/api/interfaces/Renderer.K8sApi.IgnoredKubeApiOptions/index.html
index a342ea8e2c..c0595d57b9 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.K8sApi.IgnoredKubeApiOptions/index.html
+++ b/master/extensions/api/interfaces/Renderer.K8sApi.IgnoredKubeApiOptions/index.html
@@ -13,7 +13,7 @@
-
+
@@ -787,7 +787,7 @@
Interface: IgnoredKubeApiOptions
-LensExtensionsRendererApi .K8sApi .IgnoredKubeApiOptions
+Renderer .K8sApi .IgnoredKubeApiOptions
Deprecated
This type is only present for backwards compatable typescript support
Table of contents
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.K8sApi.KubeObjectStatus/index.html b/master/extensions/api/interfaces/Renderer.K8sApi.KubeObjectStatus/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.K8sApi.KubeObjectStatus/index.html
rename to master/extensions/api/interfaces/Renderer.K8sApi.KubeObjectStatus/index.html
index 60232c5a4b..ad085085c7 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.K8sApi.KubeObjectStatus/index.html
+++ b/master/extensions/api/interfaces/Renderer.K8sApi.KubeObjectStatus/index.html
@@ -13,7 +13,7 @@
-
+
@@ -780,7 +780,7 @@
Interface: KubeObjectStatus
-LensExtensionsRendererApi .K8sApi .KubeObjectStatus
+Renderer .K8sApi .KubeObjectStatus
Copyright (c) OpenLens Authors. All rights reserved.
Licensed under MIT License. See LICENSE in root directory for more information.
Table of contents
@@ -792,7 +792,7 @@ Licensed under MIT License. See LICENSE in root directory for more information.<
Properties
level
-• level : KubeObjectStatusLevel
+• level : KubeObjectStatusLevel
text
• text : string
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Navigation.PageParamInit/index.html b/master/extensions/api/interfaces/Renderer.Navigation.PageParamInit/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Navigation.PageParamInit/index.html
rename to master/extensions/api/interfaces/Renderer.Navigation.PageParamInit/index.html
index 89df7e3447..c4cd3fe1ea 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Navigation.PageParamInit/index.html
+++ b/master/extensions/api/interfaces/Renderer.Navigation.PageParamInit/index.html
@@ -13,7 +13,7 @@
-
+
@@ -814,7 +814,7 @@
Interface: PageParamInit<Value>
-LensExtensionsRendererApi .Navigation .PageParamInit
+Renderer .Navigation .PageParamInit
Type parameters
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Navigation.URLParams/index.html b/master/extensions/api/interfaces/Renderer.Navigation.URLParams/index.html
similarity index 99%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Navigation.URLParams/index.html
rename to master/extensions/api/interfaces/Renderer.Navigation.URLParams/index.html
index 33cfd9e4c8..3e8557d357 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Navigation.URLParams/index.html
+++ b/master/extensions/api/interfaces/Renderer.Navigation.URLParams/index.html
@@ -13,7 +13,7 @@
-
+
@@ -787,7 +787,7 @@
Interface: URLParams<P, Q>
-LensExtensionsRendererApi .Navigation .URLParams
+Renderer .Navigation .URLParams
Type parameters
diff --git a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Theme.LensTheme/index.html b/master/extensions/api/interfaces/Renderer.Theme.LensTheme/index.html
similarity index 98%
rename from master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Theme.LensTheme/index.html
rename to master/extensions/api/interfaces/Renderer.Theme.LensTheme/index.html
index 1c7ecd7ca3..0401e573d4 100644
--- a/master/extensions/api/interfaces/Renderer.LensExtensionsRendererApi.Theme.LensTheme/index.html
+++ b/master/extensions/api/interfaces/Renderer.Theme.LensTheme/index.html
@@ -13,7 +13,7 @@
-
+
@@ -815,7 +815,7 @@
Interface: LensTheme
-LensExtensionsRendererApi .Theme .LensTheme
+Renderer .Theme .LensTheme
Table of contents
Properties
@@ -842,7 +842,7 @@
• Optional isDefault : boolean
monacoTheme
-• monacoTheme : MonacoTheme
+• monacoTheme : MonacoTheme
name
• name : string
diff --git a/master/extensions/api/modules/Common.Catalog/index.html b/master/extensions/api/modules/Common.Catalog/index.html
index 7757f54e43..37d8cce361 100644
--- a/master/extensions/api/modules/Common.Catalog/index.html
+++ b/master/extensions/api/modules/Common.Catalog/index.html
@@ -981,7 +981,7 @@
References
CategoryColumnRegistration
-Re-exports CategoryColumnRegistration
+Re-exports CategoryColumnRegistration
Type Aliases
Ƭ AddMenuFilter : (menu: CatalogEntityAddMenu ) => any
diff --git a/master/extensions/api/modules/Main.LensExtensionsMainApi.Catalog/index.html b/master/extensions/api/modules/Main.Catalog/index.html
similarity index 98%
rename from master/extensions/api/modules/Main.LensExtensionsMainApi.Catalog/index.html
rename to master/extensions/api/modules/Main.Catalog/index.html
index 338f644f55..a10507dfdb 100644
--- a/master/extensions/api/modules/Main.LensExtensionsMainApi.Catalog/index.html
+++ b/master/extensions/api/modules/Main.Catalog/index.html
@@ -13,7 +13,7 @@
-
+
@@ -780,11 +780,13 @@
Namespace: Catalog
-Main .LensExtensionsMainApi .Catalog
+Main .Catalog
+Copyright (c) OpenLens Authors. All rights reserved.
+Licensed under MIT License. See LICENSE in root directory for more information.
Table of contents
Interfaces
Variables
@@ -796,7 +798,7 @@
• Const catalogCategories : CatalogCategoryRegistry
catalogEntities
-• Const catalogEntities : CatalogEntityRegistry
+• Const catalogEntities : CatalogEntityRegistry
diff --git a/master/extensions/api/modules/Main.LensExtensionsMainApi.K8sApi/index.html b/master/extensions/api/modules/Main.K8sApi/index.html
similarity index 82%
rename from master/extensions/api/modules/Main.LensExtensionsMainApi.K8sApi/index.html
rename to master/extensions/api/modules/Main.K8sApi/index.html
index 811f28a2bf..735f2647c4 100644
--- a/master/extensions/api/modules/Main.LensExtensionsMainApi.K8sApi/index.html
+++ b/master/extensions/api/modules/Main.K8sApi/index.html
@@ -13,7 +13,7 @@
-
+
@@ -981,61 +981,61 @@
Namespace: K8sApi
-Main .LensExtensionsMainApi .K8sApi
+Main .K8sApi
Table of contents
Classes
Interfaces
Type Aliases
@@ -1211,11 +1211,11 @@
Object_1
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object_1> = KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object_1> = KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
Data
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data> = KubeJsonApiDataFor<Object_1>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data> = KubeJsonApiDataFor<Object_1>
@@ -1239,7 +1239,7 @@
• KubeJsonApi : (config: JsonApiConfig, reqInit?: RequestInit) => KubeJsonApi & { forCluster: CreateKubeJsonApiForCluster }
NodesApi
-• NodesApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => NodeApi
+• NodesApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => NodeApi
Type declaration
• new NodesApi (opts?)
Parameters
@@ -1253,13 +1253,13 @@
opts?
-DerivedKubeApiOptions & IgnoredKubeApiOptions
+DerivedKubeApiOptions & IgnoredKubeApiOptions
PersistentVolumeClaimsApi
-• PersistentVolumeClaimsApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => PersistentVolumeClaimApi
+• PersistentVolumeClaimsApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => PersistentVolumeClaimApi
Type declaration
• new PersistentVolumeClaimsApi (opts?)
Parameters
@@ -1273,13 +1273,13 @@
opts?
-DerivedKubeApiOptions & IgnoredKubeApiOptions
+DerivedKubeApiOptions & IgnoredKubeApiOptions
PodsApi
-• PodsApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => PodApi
+• PodsApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => PodApi
Type declaration
• new PodsApi (opts?)
Parameters
@@ -1293,7 +1293,7 @@
opts?
-DerivedKubeApiOptions & IgnoredKubeApiOptions
+DerivedKubeApiOptions & IgnoredKubeApiOptions
@@ -1338,7 +1338,7 @@
Object
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
Api
@@ -1346,7 +1346,7 @@
Data
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
@@ -1361,7 +1361,7 @@
cluster
-ILocalKubeApiConfig
+ILocalKubeApiConfig
kubeClass
@@ -1387,11 +1387,11 @@
Object
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
Data
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
@@ -1406,7 +1406,7 @@
cluster
-ILocalKubeApiConfig
+ILocalKubeApiConfig
kubeClass
@@ -1434,7 +1434,7 @@
Object
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
Api
@@ -1442,7 +1442,7 @@
Data
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
@@ -1457,7 +1457,7 @@
config
-IRemoteKubeApiConfig
+IRemoteKubeApiConfig
kubeClass
@@ -1483,11 +1483,11 @@
Object
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
Data
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
@@ -1502,7 +1502,7 @@
config
-IRemoteKubeApiConfig
+IRemoteKubeApiConfig
kubeClass
diff --git a/master/extensions/api/modules/Main.LensExtensionsMainApi/index.html b/master/extensions/api/modules/Main.LensExtensionsMainApi/index.html
deleted file mode 100644
index c41a1b1749..0000000000
--- a/master/extensions/api/modules/Main.LensExtensionsMainApi/index.html
+++ /dev/null
@@ -1,842 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Namespace: LensExtensionsMainApi - Lens Extension Development
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Namespace: LensExtensionsMainApi
-Main .LensExtensionsMainApi
-Table of contents
-Namespaces
-
-Classes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/master/extensions/api/modules/Main.LensExtensionsMainApi.Navigation/index.html b/master/extensions/api/modules/Main.Navigation/index.html
similarity index 99%
rename from master/extensions/api/modules/Main.LensExtensionsMainApi.Navigation/index.html
rename to master/extensions/api/modules/Main.Navigation/index.html
index 285f8c51ce..0fc1956bd5 100644
--- a/master/extensions/api/modules/Main.LensExtensionsMainApi.Navigation/index.html
+++ b/master/extensions/api/modules/Main.Navigation/index.html
@@ -13,7 +13,7 @@
-
+
@@ -766,7 +766,7 @@
Namespace: Navigation
-Main .LensExtensionsMainApi .Navigation
+Main .Navigation
Table of contents
Functions
opts?
-CreateNotificationOptions
+CreateNotificationOptions
@@ -1751,16 +1751,16 @@
Ƭ SyncValidationMessage : React.ReactNode | (value: string, props?: InputProps ) => React.ReactNode
TableCellElem
-Ƭ TableCellElem : React.ReactElement<TableCellProps >
+Ƭ TableCellElem : React.ReactElement<TableCellProps >
TableHeadElem
-Ƭ TableHeadElem : React.ReactElement<TableHeadProps >
+Ƭ TableHeadElem : React.ReactElement<TableHeadProps >
TableOrderBy
Ƭ TableOrderBy : "asc" | "desc"
TableRowElem
-Ƭ TableRowElem <Item>: React.ReactElement<TableRowProps <Item>>
+Ƭ TableRowElem <Item>: React.ReactElement<TableRowProps <Item>>
Type parameters
-• Const MenuContext : React.Context<MenuContextValue | null>
+• Const MenuContext : React.Context<MenuContextValue | null>
Notifications
• Const Notifications : Object
@@ -1970,7 +1970,7 @@
props
-PropsWithChildren<BadgeProps & TooltipDecoratorProps >
+PropsWithChildren<BadgeProps & TooltipDecoratorProps >
context?
@@ -1994,7 +1994,7 @@
props
-PropsWithChildren<BarChartProps >
+PropsWithChildren<BarChartProps >
context?
@@ -2018,7 +2018,7 @@
props
-PropsWithChildren<ButtonProps & TooltipDecoratorProps >
+PropsWithChildren<ButtonProps & TooltipDecoratorProps >
context?
@@ -2042,7 +2042,7 @@
«destructured»
-CheckboxProps
+CheckboxProps
@@ -2062,7 +2062,7 @@
props
-PropsWithChildren<ConfirmDialogProps >
+PropsWithChildren<ConfirmDialogProps >
context?
@@ -2086,7 +2086,7 @@
props
-PropsWithChildren<DialogProps >
+PropsWithChildren<DialogProps >
context?
@@ -2110,7 +2110,7 @@
props
-PropsWithChildren<DrawerProps >
+PropsWithChildren<DrawerProps >
context?
@@ -2134,7 +2134,7 @@
«destructured»
-DrawerItemProps
+DrawerItemProps
@@ -2154,7 +2154,7 @@
props
-DrawerItemLabelsProps
+DrawerItemLabelsProps
@@ -2174,7 +2174,7 @@
«destructured»
-DrawerTitleProps
+DrawerTitleProps
@@ -2216,7 +2216,7 @@
props
-PropsWithChildren<IconProps & TooltipDecoratorProps >
+PropsWithChildren<IconProps & TooltipDecoratorProps >
context?
@@ -2240,7 +2240,7 @@
props
-PropsWithChildren<KubeEventDetailsProps >
+PropsWithChildren<KubeEventDetailsProps >
context?
@@ -2288,7 +2288,7 @@
K
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, K>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, K>
A
@@ -2296,7 +2296,7 @@
D
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, D> = KubeJsonApiDataFor<K>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, D> = KubeJsonApiDataFor<K>
@@ -2311,7 +2311,7 @@
props
-KubeObjectListLayoutProps <K, A, D>
+KubeObjectListLayoutProps <K, A, D>
@@ -2331,7 +2331,7 @@
T
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, T>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, T>
@@ -2346,7 +2346,7 @@
props
-KubeObjectMenuProps <T>
+KubeObjectMenuProps <T>
@@ -2366,7 +2366,7 @@
props
-PropsWithChildren<KubeObjectMetaProps >
+PropsWithChildren<KubeObjectMetaProps >
context?
@@ -2390,7 +2390,7 @@
props
-PropsWithChildren<LineProgressProps & TooltipDecoratorProps >
+PropsWithChildren<LineProgressProps & TooltipDecoratorProps >
context?
@@ -2414,7 +2414,7 @@
props
-PropsWithChildren<MainLayoutProps >
+PropsWithChildren<MainLayoutProps >
context?
@@ -2438,7 +2438,7 @@
props
-PropsWithChildren<MenuProps >
+PropsWithChildren<MenuProps >
context?
@@ -2462,7 +2462,7 @@
props
-PropsWithChildren<MenuActionsProps >
+PropsWithChildren<MenuActionsProps >
context?
@@ -2487,7 +2487,7 @@
props
-MonacoEditorProps & RefAttributes<MonacoEditorRef>
+MonacoEditorProps & RefAttributes<MonacoEditorRef>
@@ -2522,7 +2522,7 @@
props
-NamespaceSelectProps <IsMulti>
+NamespaceSelectProps <IsMulti>
@@ -2566,7 +2566,7 @@
props
-PropsWithChildren<PieChartProps >
+PropsWithChildren<PieChartProps >
context?
@@ -2590,7 +2590,7 @@
props
-PropsWithChildren<PodDetailsListProps >
+PropsWithChildren<PodDetailsListProps >
context?
@@ -2627,7 +2627,7 @@
«destructured»
-RadioProps <T>
+RadioProps <T>
@@ -2660,7 +2660,7 @@
«destructured»
-RadioGroupProps <T>
+RadioGroupProps <T>
@@ -2680,7 +2680,7 @@
props
-PropsWithChildren<SearchInputProps >
+PropsWithChildren<SearchInputProps >
context?
@@ -2708,7 +2708,7 @@
Option
-extends SelectOption <Value, Option>
+extends SelectOption <Value, Option>
IsMulti
@@ -2731,7 +2731,7 @@
props
-SelectProps <Value, Option, IsMulti, Group>
+SelectProps <Value, Option, IsMulti, Group>
@@ -2751,7 +2751,7 @@
props
-PropsWithChildren<StatusBrickProps & TooltipDecoratorProps >
+PropsWithChildren<StatusBrickProps & TooltipDecoratorProps >
context?
@@ -2775,7 +2775,7 @@
props
-Partial<MenuProps >
+Partial<MenuProps >
@@ -2795,7 +2795,7 @@
«destructured»
-SwitchProps
+SwitchProps
@@ -2817,7 +2817,7 @@
«destructured»
-SwitcherProps
+SwitcherProps
@@ -2837,7 +2837,7 @@
props
-PropsWithChildren<TabLayoutProps >
+PropsWithChildren<TabLayoutProps >
context?
@@ -2874,7 +2874,7 @@
props
-TableProps <Item>
+TableProps <Item>
@@ -3014,7 +3014,7 @@
boolean
onMultiSelectFor
-▸ onMultiSelectFor <Value, Option, Group>(collection): SelectProps <Value, Option, true, Group>["onChange"]
+▸ onMultiSelectFor <Value, Option, Group>(collection): SelectProps <Value, Option, true, Group>["onChange"]
Type parameters
@@ -3030,7 +3030,7 @@
Option
-extends SelectOption <Value, Option>
+extends SelectOption <Value, Option>
Group
@@ -3054,7 +3054,7 @@
Returns
-SelectProps <Value, Option, true, Group>["onChange"]
+SelectProps <Value, Option, true, Group>["onChange"]
showDetails
▸ showDetails (selfLink, resetSelected?): void
@@ -3109,7 +3109,7 @@ valid if one of the input validators matches the input
AsyncInputValidator
-▸ withTooltip <TargetProps>(Target): React.FunctionComponent<TargetProps & TooltipDecoratorProps >
+▸ withTooltip <TargetProps>(Target): React.FunctionComponent<TargetProps & TooltipDecoratorProps >
Type parameters
@@ -3134,12 +3134,12 @@ valid if one of the input validators matches the input
Target
-TargetProps extends Pick<TooltipDecoratorProps , "id" | "children"> ? FunctionComponent<TargetProps> : never
+TargetProps extends Pick<TooltipDecoratorProps , "id" | "children"> ? FunctionComponent<TargetProps> : never
Returns
-React.FunctionComponent<TargetProps & TooltipDecoratorProps >
+React.FunctionComponent<TargetProps & TooltipDecoratorProps >
diff --git a/master/extensions/api/modules/Renderer.LensExtensionsRendererApi.K8sApi/index.html b/master/extensions/api/modules/Renderer.K8sApi/index.html
similarity index 82%
rename from master/extensions/api/modules/Renderer.LensExtensionsRendererApi.K8sApi/index.html
rename to master/extensions/api/modules/Renderer.K8sApi/index.html
index 4a21645c83..24953bbe0b 100644
--- a/master/extensions/api/modules/Renderer.LensExtensionsRendererApi.K8sApi/index.html
+++ b/master/extensions/api/modules/Renderer.K8sApi/index.html
@@ -13,7 +13,7 @@
-
+
@@ -1540,7 +1540,7 @@
Namespace: K8sApi
-Renderer .LensExtensionsRendererApi .K8sApi
+Renderer .K8sApi
Table of contents
References
Enumerations
Classes
Interfaces
Type Aliases
@@ -1702,154 +1702,154 @@
References
-Re-exports BaseKubeJsonApiObjectMetadata
+Re-exports BaseKubeJsonApiObjectMetadata
ClusterRole
-Re-exports ClusterRole
+Re-exports ClusterRole
ClusterRoleBinding
-Re-exports ClusterRoleBinding
+Re-exports ClusterRoleBinding
-Re-exports ClusterScopedMetadata
+Re-exports ClusterScopedMetadata
ConfigMap
-Re-exports ConfigMap
+Re-exports ConfigMap
CronJob
-Re-exports CronJob
+Re-exports CronJob
CustomResourceDefinition
-Re-exports CustomResourceDefinition
+Re-exports CustomResourceDefinition
DaemonSet
-Re-exports DaemonSet
+Re-exports DaemonSet
Deployment
-Re-exports Deployment
+Re-exports Deployment
Endpoint
-Re-exports Endpoint
+Re-exports Endpoint
HorizontalPodAutoscaler
-Re-exports HorizontalPodAutoscaler
+Re-exports HorizontalPodAutoscaler
HorizontalPodAutoscalerStore
-Renames and re-exports HPAStore
+Renames and re-exports HPAStore
ILocalKubeApiConfig
-Re-exports ILocalKubeApiConfig
+Re-exports ILocalKubeApiConfig
IPodContainer
-Re-exports IPodContainer
+Re-exports IPodContainer
IPodContainerStatus
-Re-exports IPodContainerStatus
+Re-exports IPodContainerStatus
IRemoteKubeApiConfig
-Re-exports IRemoteKubeApiConfig
+Re-exports IRemoteKubeApiConfig
ISecretRef
-Re-exports ISecretRef
+Re-exports ISecretRef
Ingress
-Re-exports Ingress
+Re-exports Ingress
Job
-Re-exports Job
+Re-exports Job
JsonPatch
-Re-exports JsonPatch
+Re-exports JsonPatch
KubeEvent
-Re-exports KubeEvent
+Re-exports KubeEvent
KubeJsonApiData
-Re-exports KubeJsonApiData
+Re-exports KubeJsonApiData
-Re-exports KubeJsonApiObjectMetadata
+Re-exports KubeJsonApiObjectMetadata
KubeObject
-Re-exports KubeObject
+Re-exports KubeObject
-Re-exports KubeObjectMetadata
+Re-exports KubeObjectMetadata
KubeObjectStoreLoadAllParams
-Re-exports KubeObjectStoreLoadAllParams
+Re-exports KubeObjectStoreLoadAllParams
KubeObjectStoreLoadingParams
-Re-exports KubeObjectStoreLoadingParams
+Re-exports KubeObjectStoreLoadingParams
KubeObjectStoreSubscribeParams
-Re-exports KubeObjectStoreSubscribeParams
+Re-exports KubeObjectStoreSubscribeParams
KubeStatus
-Re-exports KubeStatus
+Re-exports KubeStatus
KubeStatusData
-Re-exports KubeStatusData
+Re-exports KubeStatusData
LimitRange
-Re-exports LimitRange
+Re-exports LimitRange
Namespace
-Re-exports Namespace
+Re-exports Namespace
-Re-exports NamespaceScopedMetadata
+Re-exports NamespaceScopedMetadata
NetworkPolicy
-Re-exports NetworkPolicy
+Re-exports NetworkPolicy
Node
-Re-exports Node
+Re-exports Node
OwnerReference
-Re-exports OwnerReference
+Re-exports OwnerReference
PersistentVolume
-Re-exports PersistentVolume
+Re-exports PersistentVolume
PersistentVolumeClaim
-Re-exports PersistentVolumeClaim
+Re-exports PersistentVolumeClaim
Pod
-Re-exports Pod
+Re-exports Pod
PodDisruptionBudget
-Re-exports PodDisruptionBudget
+Re-exports PodDisruptionBudget
PriorityClass
-Re-exports PriorityClass
+Re-exports PriorityClass
ReplicaSet
-Re-exports ReplicaSet
+Re-exports ReplicaSet
ResourceQuota
-Re-exports ResourceQuota
+Re-exports ResourceQuota
Role
-Re-exports Role
+Re-exports Role
RoleBinding
-Re-exports RoleBinding
+Re-exports RoleBinding
Secret
-Re-exports Secret
+Re-exports Secret
Service
-Re-exports Service
+Re-exports Service
ServiceAccount
-Re-exports ServiceAccount
+Re-exports ServiceAccount
StatefulSet
-Re-exports StatefulSet
+Re-exports StatefulSet
StorageClass
-Re-exports StorageClass
+Re-exports StorageClass
Type Aliases
DeploymentApi
Ƭ DeploymentApi : InternalDeploymentApi
@@ -1870,7 +1870,7 @@
Object
-extends KubeObject = KubeObject
+extends KubeObject = KubeObject
Data
@@ -1912,7 +1912,7 @@
IngressApi
-• IngressApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => IngressApi
+• IngressApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => IngressApi
Type declaration
• new IngressApi (opts?)
Parameters
@@ -1926,7 +1926,7 @@
opts?
-DerivedKubeApiOptions & IgnoredKubeApiOptions
+DerivedKubeApiOptions & IgnoredKubeApiOptions
@@ -1946,11 +1946,11 @@
Object_1
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object_1> = KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object_1> = KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown>
Data
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data> = KubeJsonApiDataFor<Object_1>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data> = KubeJsonApiDataFor<Object_1>
@@ -1974,7 +1974,7 @@
• KubeJsonApi : (config: JsonApiConfig, reqInit?: RequestInit) => KubeJsonApi & { forCluster: CreateKubeJsonApiForCluster }
NodesApi
-• NodesApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => NodeApi
+• NodesApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => NodeApi
Type declaration
• new NodesApi (opts?)
Parameters
@@ -1988,13 +1988,13 @@
opts?
-DerivedKubeApiOptions & IgnoredKubeApiOptions
+DerivedKubeApiOptions & IgnoredKubeApiOptions
PersistentVolumeClaimsApi
-• PersistentVolumeClaimsApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => PersistentVolumeClaimApi
+• PersistentVolumeClaimsApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => PersistentVolumeClaimApi
Type declaration
• new PersistentVolumeClaimsApi (opts?)
Parameters
@@ -2008,13 +2008,13 @@
opts?
-DerivedKubeApiOptions & IgnoredKubeApiOptions
+DerivedKubeApiOptions & IgnoredKubeApiOptions
PodsApi
-• PodsApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => PodApi
+• PodsApi : (opts?: DerivedKubeApiOptions & IgnoredKubeApiOptions ) => PodApi
Type declaration
• new PodsApi (opts?)
Parameters
@@ -2028,7 +2028,7 @@
opts?
-DerivedKubeApiOptions & IgnoredKubeApiOptions
+DerivedKubeApiOptions & IgnoredKubeApiOptions
@@ -2166,7 +2166,7 @@
Object
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
Api
@@ -2174,7 +2174,7 @@
Data
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
@@ -2189,7 +2189,7 @@
cluster
-ILocalKubeApiConfig
+ILocalKubeApiConfig
kubeClass
@@ -2215,11 +2215,11 @@
Object
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
Data
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
@@ -2234,7 +2234,7 @@
cluster
-ILocalKubeApiConfig
+ILocalKubeApiConfig
kubeClass
@@ -2262,7 +2262,7 @@
Object
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
Api
@@ -2270,7 +2270,7 @@
Data
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
@@ -2285,7 +2285,7 @@
config
-IRemoteKubeApiConfig
+IRemoteKubeApiConfig
kubeClass
@@ -2311,11 +2311,11 @@
Object
-extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
+extends KubeObject <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Object>
Data
-extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
+extends KubeJsonApiData <KubeObjectMetadata <KubeObjectScope>, unknown, unknown, Data>
@@ -2330,7 +2330,7 @@
config
-IRemoteKubeApiConfig
+IRemoteKubeApiConfig
kubeClass
diff --git a/master/extensions/api/modules/Renderer.LensExtensionsRendererApi/index.html b/master/extensions/api/modules/Renderer.LensExtensionsRendererApi/index.html
deleted file mode 100644
index 9afc0db5cc..0000000000
--- a/master/extensions/api/modules/Renderer.LensExtensionsRendererApi/index.html
+++ /dev/null
@@ -1,843 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Namespace: LensExtensionsRendererApi - Lens Extension Development
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Namespace: LensExtensionsRendererApi
-Renderer .LensExtensionsRendererApi
-Table of contents
-Namespaces
-
-Classes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/master/extensions/api/modules/Renderer.LensExtensionsRendererApi.Navigation/index.html b/master/extensions/api/modules/Renderer.Navigation/index.html
similarity index 97%
rename from master/extensions/api/modules/Renderer.LensExtensionsRendererApi.Navigation/index.html
rename to master/extensions/api/modules/Renderer.Navigation/index.html
index dfae9ebd00..62b6d74343 100644
--- a/master/extensions/api/modules/Renderer.LensExtensionsRendererApi.Navigation/index.html
+++ b/master/extensions/api/modules/Renderer.Navigation/index.html
@@ -13,7 +13,7 @@
-
+
@@ -815,16 +815,16 @@
Namespace: Navigation
-Renderer .LensExtensionsRendererApi .Navigation
+Renderer .Navigation
Table of contents
Classes
Interfaces
Functions
Functions
createPageParam
-▸ createPageParam <Value>(init): PageParam <Value>
+▸ createPageParam <Value>(init): PageParam <Value>
Type parameters
Returns
-PageParam <Value>
+PageParam <Value>
getDetailsUrl
▸ getDetailsUrl (selfLink, resetSelected?, mergeGlobals?): string
diff --git a/master/extensions/api/modules/Renderer.LensExtensionsRendererApi.Theme/index.html b/master/extensions/api/modules/Renderer.Theme/index.html
similarity index 98%
rename from master/extensions/api/modules/Renderer.LensExtensionsRendererApi.Theme/index.html
rename to master/extensions/api/modules/Renderer.Theme/index.html
index a8d88451f2..2ecaed2feb 100644
--- a/master/extensions/api/modules/Renderer.LensExtensionsRendererApi.Theme/index.html
+++ b/master/extensions/api/modules/Renderer.Theme/index.html
@@ -13,7 +13,7 @@
-
+
@@ -800,11 +800,11 @@
Namespace: Theme
-Renderer .LensExtensionsRendererApi .Theme
+Renderer .Theme
Table of contents
Interfaces
Variables
diff --git a/master/extensions/api/modules/Renderer/index.html b/master/extensions/api/modules/Renderer/index.html
index c3ec3468b8..728694dac8 100644
--- a/master/extensions/api/modules/Renderer/index.html
+++ b/master/extensions/api/modules/Renderer/index.html
@@ -727,28 +727,8 @@
-
- Variables
-
-
-
-
-
-
-
-
-
-
-
- Variables
-
-
-
-
-
-
-
- LensExtensions
+
+ Classes
@@ -776,37 +756,17 @@
Table of contents
Namespaces
-Variables
+Classes
-Variables
-LensExtensions
-• Const LensExtensions : Object
-Exports for virtual package "@k8slens/extensions" for renderer-process.
-All exporting names available in global runtime scope:
-e.g. Devtools -> Console -> window.LensExtensions (renderer)
-Type declaration
-
diff --git a/master/search/search_index.json b/master/search/search_index.json
index c1e7f0a2f5..c7e4175557 100644
--- a/master/search/search_index.json
+++ b/master/search/search_index.json
@@ -1 +1 @@
-{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Lens Extension API # Customize and enhance the Lens experience with the Lens Extension API. Use the extension API to create menus or page content. The same extension API was used to create many of Lens's core features. To install your first extension you should goto the extension page in lens. This documentation describes: How to build, run, test, and publish an extension. How to take full advantage of the Lens Extension API. Where to find guides and code samples to help get you started. What Extensions Can Do # Here are some examples of what you can achieve with the Extension API: Add custom components & views in the UI - Extending the Lens Workbench For an overview of the Lens Extension API, refer to the Common Capabilities page. Extension Guides Overview also includes a list of code samples and guides that illustrate various ways of using the Lens Extension API. How to Build Extensions # Here is what each section of the Lens Extension API docs can help you with: Getting Started teaches fundamental concepts for building extensions with the Hello World sample. Extension Capabilities dissects Lens's Extension API into smaller categories and points you to more detailed topics. Extension Guides includes guides and code samples that explain specific usages of Lens Extension API. Testing and Publishing includes in-depth guides on various extension development topics, such as testing and publishing extensions. API Reference contains exhaustive references for the Lens Extension API, Contribution Points, and many other topics. What's New # Just like Lens itself, the extension API updates on a monthly cadence, rolling out new features with every release. Keep up with Lens and the Lens Extension API by reviewing the release notes . Important changes since Lens v4 # Lens has undergone major design improvements in v5, which have resulted in several large changes to the extension API. Workspaces are gone, and the catalog is introduced for containing clusters, as well as other items, including custom entities. Lens has migrated from using mobx 5 to mobx 6 for internal state management, and this may have ramifications for extension implementations. Although the API retains many components from v4, given these changes, extensions written for Lens v4 are not compatible with the Lens v5 extension API. See the Lens v4 to v5 extension migration notes on getting old extensions working in Lens v5. Looking for Help # If you have questions for extension development, try asking on the Lens Dev Slack . It's a public chatroom for Lens developers, where Lens team members chime in from time to time. To provide feedback on the documentation or issues with the Lens Extension API, create new issues at lensapp/lens . Please use the labels area/documentation and/or area/extension . Downloading Lens # Download Lens for macOS, Windows, or Linux.","title":"Overview"},{"location":"#lens-extension-api","text":"Customize and enhance the Lens experience with the Lens Extension API. Use the extension API to create menus or page content. The same extension API was used to create many of Lens's core features. To install your first extension you should goto the extension page in lens. This documentation describes: How to build, run, test, and publish an extension. How to take full advantage of the Lens Extension API. Where to find guides and code samples to help get you started.","title":"Lens Extension API"},{"location":"#what-extensions-can-do","text":"Here are some examples of what you can achieve with the Extension API: Add custom components & views in the UI - Extending the Lens Workbench For an overview of the Lens Extension API, refer to the Common Capabilities page. Extension Guides Overview also includes a list of code samples and guides that illustrate various ways of using the Lens Extension API.","title":"What Extensions Can Do"},{"location":"#how-to-build-extensions","text":"Here is what each section of the Lens Extension API docs can help you with: Getting Started teaches fundamental concepts for building extensions with the Hello World sample. Extension Capabilities dissects Lens's Extension API into smaller categories and points you to more detailed topics. Extension Guides includes guides and code samples that explain specific usages of Lens Extension API. Testing and Publishing includes in-depth guides on various extension development topics, such as testing and publishing extensions. API Reference contains exhaustive references for the Lens Extension API, Contribution Points, and many other topics.","title":"How to Build Extensions"},{"location":"#whats-new","text":"Just like Lens itself, the extension API updates on a monthly cadence, rolling out new features with every release. Keep up with Lens and the Lens Extension API by reviewing the release notes .","title":"What's New"},{"location":"#important-changes-since-lens-v4","text":"Lens has undergone major design improvements in v5, which have resulted in several large changes to the extension API. Workspaces are gone, and the catalog is introduced for containing clusters, as well as other items, including custom entities. Lens has migrated from using mobx 5 to mobx 6 for internal state management, and this may have ramifications for extension implementations. Although the API retains many components from v4, given these changes, extensions written for Lens v4 are not compatible with the Lens v5 extension API. See the Lens v4 to v5 extension migration notes on getting old extensions working in Lens v5.","title":"Important changes since Lens v4"},{"location":"#looking-for-help","text":"If you have questions for extension development, try asking on the Lens Dev Slack . It's a public chatroom for Lens developers, where Lens team members chime in from time to time. To provide feedback on the documentation or issues with the Lens Extension API, create new issues at lensapp/lens . Please use the labels area/documentation and/or area/extension .","title":"Looking for Help"},{"location":"#downloading-lens","text":"Download Lens for macOS, Windows, or Linux.","title":"Downloading Lens"},{"location":"architecture/decisions/","text":"Architecture Decision Records #","title":"Architecture Decision Records"},{"location":"architecture/decisions/#architecture-decision-records","text":"","title":"Architecture Decision Records"},{"location":"extensions/extension-migration/","text":"Lens v4 to v5 Extension Migration Notes # Lens v5 inspects the version of the extension to ensure it is compatible. The package.json for your extension must have an \"engines\" field specifying the lens version that your extension is targeted for, e.g: \"engines\": { \"lens\": \"^5.0.0-beta.7\" }, Note that Lens v5 supports all the range semantics that semver provides. Types and components have been reorganized, many have been grouped by process ( Main and Renderer ) plus those not specific to a process ( Common ). For example the LensMainExtension class is now referred to by Main.LensExtension . See the API Reference for the new organization. The globalPageMenus field of the Renderer extension class (now Renderer.LensExtension ) is removed. Global pages can still be made accessible via the application menus and the status bar, as well as from the newly added Welcome menu. The clusterFeatures field of the Renderer extension class (now Renderer.LensExtension ) is removed. Cluster features can still be implemented but Lens no longer dictates how a feature's lifecycle (install/upgrade/uninstall) is managed. Renderer.K8sApi.ResourceStack provides the functionality to input and apply kubernetes resources to a cluster. It is up to the extension developer to manage the lifecycle. It could be applied automatically to a cluster by the extension or the end-user could be expected to install it, etc. from the cluster Settings page. Lens v5 now relies on mobx 6 for state management. Extensions that use mobx will need to be modified to work with mobx 6. See Migrating from Mobx 4/5 for specific details. For an example of an existing extension that is compatible with Lens v5 see the Lens Resource Map Extension","title":"Lens v4 to v5 Extension Migration Notes"},{"location":"extensions/extension-migration/#lens-v4-to-v5-extension-migration-notes","text":"Lens v5 inspects the version of the extension to ensure it is compatible. The package.json for your extension must have an \"engines\" field specifying the lens version that your extension is targeted for, e.g: \"engines\": { \"lens\": \"^5.0.0-beta.7\" }, Note that Lens v5 supports all the range semantics that semver provides. Types and components have been reorganized, many have been grouped by process ( Main and Renderer ) plus those not specific to a process ( Common ). For example the LensMainExtension class is now referred to by Main.LensExtension . See the API Reference for the new organization. The globalPageMenus field of the Renderer extension class (now Renderer.LensExtension ) is removed. Global pages can still be made accessible via the application menus and the status bar, as well as from the newly added Welcome menu. The clusterFeatures field of the Renderer extension class (now Renderer.LensExtension ) is removed. Cluster features can still be implemented but Lens no longer dictates how a feature's lifecycle (install/upgrade/uninstall) is managed. Renderer.K8sApi.ResourceStack provides the functionality to input and apply kubernetes resources to a cluster. It is up to the extension developer to manage the lifecycle. It could be applied automatically to a cluster by the extension or the end-user could be expected to install it, etc. from the cluster Settings page. Lens v5 now relies on mobx 6 for state management. Extensions that use mobx will need to be modified to work with mobx 6. See Migrating from Mobx 4/5 for specific details. For an example of an existing extension that is compatible with Lens v5 see the Lens Resource Map Extension","title":"Lens v4 to v5 Extension Migration Notes"},{"location":"extensions/api/","text":"Extension API Reference # APIs # Common Main Renderer","title":"API Reference"},{"location":"extensions/api/#extension-api-reference","text":"","title":"Extension API Reference"},{"location":"extensions/api/#apis","text":"Common Main Renderer","title":"APIs"},{"location":"extensions/api/modules/","text":"@k8slens/extensions # Table of contents # Namespaces # Common Main Renderer","title":"@k8slens/extensions"},{"location":"extensions/api/modules/#k8slensextensions","text":"","title":"@k8slens/extensions"},{"location":"extensions/api/modules/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/#namespaces","text":"Common Main Renderer","title":"Namespaces"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/","text":"Class: CatalogCategory # Common . Catalog .CatalogCategory Hierarchy # CatalogCategory_base \u21b3 CatalogCategory \u21b3\u21b3 KubernetesClusterCategory Table of contents # Constructors # constructor Properties # apiVersion filters kind metadata spec Methods # addMenuFilter filteredItems getBadge getId getName parseId Constructors # constructor # \u2022 new CatalogCategory () Inherited from # CatalogCategory_base.constructor Properties # apiVersion # \u2022 Readonly Abstract apiVersion : string The version of category that you are wanting to declare. Currently supported values: \"catalog.k8slens.dev/v1alpha1\" filters # \u2022 Protected Readonly filters : ObservableSet < AddMenuFilter > kind # \u2022 Readonly Abstract kind : string The kind of item you wish to declare. Currently supported values: \"CatalogCategory\" metadata # \u2022 Readonly Abstract metadata : CatalogCategoryMetadata The data about the category itself spec # \u2022 Readonly Abstract spec : CatalogCategorySpec The most important part of a category, as it is where entity versions are declared. Methods # addMenuFilter # \u25b8 addMenuFilter ( fn ): Disposer Add a filter for menu items of catalogAddMenu Parameters # Name Type Description fn AddMenuFilter The function that should return a truthy value if that menu item should be displayed Returns # Disposer A function to remove that filter filteredItems # \u25b8 filteredItems ( menuItems ): CatalogEntityAddMenu [] Filter menuItems according to the Category's set filters Parameters # Name Type Description menuItems CatalogEntityAddMenu [] menu items to filter Returns # CatalogEntityAddMenu [] filtered menu items getBadge # \u25b8 getBadge (): ReactNode Get the badge of this category. Defaults to no badge. The badge is displayed next to the Category name in the Catalog Category menu Returns # ReactNode getId # \u25b8 getId (): string Get the ID of this category Returns # string getName # \u25b8 getName (): string Get the name of this category Returns # string parseId # \u25b8 Static parseId ( id ): Object Parse a category ID into parts. Parameters # Name Type Description id string The id of a category is parse Returns # Object The group and kind parts of the ID Name Type group? string kind? string","title":"Class: CatalogCategory"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#class-catalogcategory","text":"Common . Catalog .CatalogCategory","title":"Class: CatalogCategory"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#hierarchy","text":"CatalogCategory_base \u21b3 CatalogCategory \u21b3\u21b3 KubernetesClusterCategory","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#properties","text":"apiVersion filters kind metadata spec","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#methods","text":"addMenuFilter filteredItems getBadge getId getName parseId","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#constructor","text":"\u2022 new CatalogCategory ()","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#apiversion","text":"\u2022 Readonly Abstract apiVersion : string The version of category that you are wanting to declare. Currently supported values: \"catalog.k8slens.dev/v1alpha1\"","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#filters","text":"\u2022 Protected Readonly filters : ObservableSet < AddMenuFilter >","title":"filters"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#kind","text":"\u2022 Readonly Abstract kind : string The kind of item you wish to declare. Currently supported values: \"CatalogCategory\"","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#metadata","text":"\u2022 Readonly Abstract metadata : CatalogCategoryMetadata The data about the category itself","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#spec","text":"\u2022 Readonly Abstract spec : CatalogCategorySpec The most important part of a category, as it is where entity versions are declared.","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#addmenufilter","text":"\u25b8 addMenuFilter ( fn ): Disposer Add a filter for menu items of catalogAddMenu","title":"addMenuFilter"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#filtereditems","text":"\u25b8 filteredItems ( menuItems ): CatalogEntityAddMenu [] Filter menuItems according to the Category's set filters","title":"filteredItems"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#getbadge","text":"\u25b8 getBadge (): ReactNode Get the badge of this category. Defaults to no badge. The badge is displayed next to the Category name in the Catalog Category menu","title":"getBadge"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#getid","text":"\u25b8 getId (): string Get the ID of this category","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#getname","text":"\u25b8 getName (): string Get the name of this category","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#parseid","text":"\u25b8 Static parseId ( id ): Object Parse a category ID into parts.","title":"parseId"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/","text":"Class: CatalogEntity # Common . Catalog .CatalogEntity Type parameters # Name Type Metadata extends CatalogEntityMetadata = CatalogEntityMetadata Status extends CatalogEntityStatus = CatalogEntityStatus Spec extends CatalogEntitySpec = CatalogEntitySpec Hierarchy # CatalogEntity \u21b3 KubernetesCluster \u21b3 GeneralEntity \u21b3 WebLink Implements # CatalogEntityKindData Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status Methods # getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen Constructors # constructor # \u2022 new CatalogEntity < Metadata , Status , Spec >( \u00abdestructured\u00bb ) Type parameters # Name Type Metadata extends CatalogEntityMetadata < Metadata > = CatalogEntityMetadata Status extends CatalogEntityStatus = CatalogEntityStatus Spec extends CatalogEntitySpec = CatalogEntitySpec Parameters # Name Type \u00abdestructured\u00bb CatalogEntityData < Metadata , Status , Spec > Properties # apiVersion # \u2022 Readonly Abstract apiVersion : string The group and version of this class. Implementation of # CatalogEntityKindData . apiVersion kind # \u2022 Readonly Abstract kind : string A DNS label name of the entity. Implementation of # CatalogEntityKindData . kind metadata # \u2022 metadata : Metadata spec # \u2022 spec : Spec status # \u2022 status : Status Methods # getId # \u25b8 getId (): string Get the UID of this entity Returns # string getName # \u25b8 getName (): string Get the name of this entity Returns # string getSource # \u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided Returns # string isEnabled # \u25b8 isEnabled (): boolean Get if this entity is enabled. Returns # boolean onContextMenuOpen # \u25b8 Optional onContextMenuOpen ( context ): void | Promise < void > Parameters # Name Type context CatalogEntityContextMenuContext Returns # void | Promise < void > onRun # \u25b8 Optional onRun ( context ): void | Promise < void > Parameters # Name Type context CatalogEntityActionContext Returns # void | Promise < void > onSettingsOpen # \u25b8 Optional onSettingsOpen ( context ): void | Promise < void > Parameters # Name Type context CatalogEntitySettingsContext Returns # void | Promise < void >","title":"Class: CatalogEntity"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#class-catalogentitymetadata-status-spec","text":"Common . Catalog .CatalogEntity","title":"Class: CatalogEntity<Metadata, Status, Spec>"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#type-parameters","text":"Name Type Metadata extends CatalogEntityMetadata = CatalogEntityMetadata Status extends CatalogEntityStatus = CatalogEntityStatus Spec extends CatalogEntitySpec = CatalogEntitySpec","title":"Type parameters"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#hierarchy","text":"CatalogEntity \u21b3 KubernetesCluster \u21b3 GeneralEntity \u21b3 WebLink","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#implements","text":"CatalogEntityKindData","title":"Implements"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#properties","text":"apiVersion kind metadata spec status","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#methods","text":"getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#constructor","text":"\u2022 new CatalogEntity < Metadata , Status , Spec >( \u00abdestructured\u00bb )","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#apiversion","text":"\u2022 Readonly Abstract apiVersion : string The group and version of this class.","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#kind","text":"\u2022 Readonly Abstract kind : string A DNS label name of the entity.","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#metadata","text":"\u2022 metadata : Metadata","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#spec","text":"\u2022 spec : Spec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#status","text":"\u2022 status : Status","title":"status"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#getid","text":"\u25b8 getId (): string Get the UID of this entity","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#getname","text":"\u25b8 getName (): string Get the name of this entity","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#getsource","text":"\u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided","title":"getSource"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#isenabled","text":"\u25b8 isEnabled (): boolean Get if this entity is enabled.","title":"isEnabled"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#oncontextmenuopen","text":"\u25b8 Optional onContextMenuOpen ( context ): void | Promise < void >","title":"onContextMenuOpen"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#onrun","text":"\u25b8 Optional onRun ( context ): void | Promise < void >","title":"onRun"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#onsettingsopen","text":"\u25b8 Optional onSettingsOpen ( context ): void | Promise < void >","title":"onSettingsOpen"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/","text":"Class: GeneralEntity # Common . Catalog .GeneralEntity Hierarchy # CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , GeneralEntitySpec > \u21b3 GeneralEntity Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status Methods # getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen Constructors # constructor # \u2022 new GeneralEntity ( \u00abdestructured\u00bb ) Parameters # Name Type \u00abdestructured\u00bb CatalogEntityData < CatalogEntityMetadata , CatalogEntityStatus , GeneralEntitySpec > Inherited from # CatalogEntity . constructor Properties # apiVersion # \u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class. Overrides # CatalogEntity . apiVersion kind # \u2022 Readonly kind : \"General\" A DNS label name of the entity. Overrides # CatalogEntity . kind metadata # \u2022 metadata : CatalogEntityMetadata Inherited from # CatalogEntity . metadata spec # \u2022 spec : GeneralEntitySpec Inherited from # CatalogEntity . spec status # \u2022 status : CatalogEntityStatus Inherited from # CatalogEntity . status Methods # getId # \u25b8 getId (): string Get the UID of this entity Returns # string Inherited from # CatalogEntity . getId getName # \u25b8 getName (): string Get the name of this entity Returns # string Inherited from # CatalogEntity . getName getSource # \u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided Returns # string Inherited from # CatalogEntity . getSource isEnabled # \u25b8 isEnabled (): boolean Get if this entity is enabled. Returns # boolean Inherited from # CatalogEntity . isEnabled onContextMenuOpen # \u25b8 Optional onContextMenuOpen ( context ): void | Promise < void > Parameters # Name Type context CatalogEntityContextMenuContext Returns # void | Promise < void > Inherited from # CatalogEntity . onContextMenuOpen onRun # \u25b8 onRun ( context ): Promise < void > Parameters # Name Type context CatalogEntityActionContext Returns # Promise < void > Overrides # CatalogEntity . onRun onSettingsOpen # \u25b8 Optional onSettingsOpen ( context ): void | Promise < void > Parameters # Name Type context CatalogEntitySettingsContext Returns # void | Promise < void > Inherited from # CatalogEntity . onSettingsOpen","title":"Class: GeneralEntity"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#class-generalentity","text":"Common . Catalog .GeneralEntity","title":"Class: GeneralEntity"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#hierarchy","text":"CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , GeneralEntitySpec > \u21b3 GeneralEntity","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#properties","text":"apiVersion kind metadata spec status","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#methods","text":"getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#constructor","text":"\u2022 new GeneralEntity ( \u00abdestructured\u00bb )","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#apiversion","text":"\u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class.","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#kind","text":"\u2022 Readonly kind : \"General\" A DNS label name of the entity.","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#metadata","text":"\u2022 metadata : CatalogEntityMetadata","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#spec","text":"\u2022 spec : GeneralEntitySpec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#status","text":"\u2022 status : CatalogEntityStatus","title":"status"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#getid","text":"\u25b8 getId (): string Get the UID of this entity","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#getname","text":"\u25b8 getName (): string Get the name of this entity","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#getsource","text":"\u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided","title":"getSource"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#isenabled","text":"\u25b8 isEnabled (): boolean Get if this entity is enabled.","title":"isEnabled"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#oncontextmenuopen","text":"\u25b8 Optional onContextMenuOpen ( context ): void | Promise < void >","title":"onContextMenuOpen"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#onrun","text":"\u25b8 onRun ( context ): Promise < void >","title":"onRun"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#onsettingsopen","text":"\u25b8 Optional onSettingsOpen ( context ): void | Promise < void >","title":"onSettingsOpen"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/","text":"Class: KubernetesCluster # Common . Catalog .KubernetesCluster Type parameters # Name Type Metadata extends KubernetesClusterMetadata = KubernetesClusterMetadata Status extends KubernetesClusterStatus = KubernetesClusterStatus Spec extends KubernetesClusterSpec = KubernetesClusterSpec Hierarchy # CatalogEntity < Metadata , Status , Spec > \u21b3 KubernetesCluster Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiVersion kind Methods # connect disconnect getId getName getSource isEnabled onContextMenuOpen onDetailsOpen onRun onSettingsOpen Constructors # constructor # \u2022 new KubernetesCluster < Metadata , Status , Spec >( \u00abdestructured\u00bb ) Type parameters # Name Type Metadata extends KubernetesClusterMetadata < Metadata > = KubernetesClusterMetadata Status extends KubernetesClusterStatus = KubernetesClusterStatus Spec extends KubernetesClusterSpec < Spec > = KubernetesClusterSpec Parameters # Name Type \u00abdestructured\u00bb CatalogEntityData < Metadata , Status , Spec > Inherited from # CatalogEntity . constructor Properties # apiVersion # \u2022 Readonly apiVersion : string The group and version of this class. Overrides # CatalogEntity . apiVersion kind # \u2022 Readonly kind : string A DNS label name of the entity. Overrides # CatalogEntity . kind metadata # \u2022 metadata : Metadata Inherited from # CatalogEntity . metadata spec # \u2022 spec : Spec Inherited from # CatalogEntity . spec status # \u2022 status : Status Inherited from # CatalogEntity . status apiVersion # \u25aa Static Readonly apiVersion : string kind # \u25aa Static Readonly kind : string Methods # connect # \u25b8 connect (): Promise < void > Returns # Promise < void > disconnect # \u25b8 disconnect (): Promise < void > Returns # Promise < void > getId # \u25b8 getId (): string Get the UID of this entity Returns # string Inherited from # CatalogEntity . getId getName # \u25b8 getName (): string Get the name of this entity Returns # string Inherited from # CatalogEntity . getName getSource # \u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided Returns # string Inherited from # CatalogEntity . getSource isEnabled # \u25b8 isEnabled (): boolean Get if this entity is enabled. Returns # boolean Inherited from # CatalogEntity . isEnabled onContextMenuOpen # \u25b8 onContextMenuOpen ( context ): void Parameters # Name Type context CatalogEntityContextMenuContext Returns # void Overrides # CatalogEntity . onContextMenuOpen onDetailsOpen # \u25b8 onDetailsOpen (): void Returns # void onRun # \u25b8 onRun ( context ): Promise < void > Parameters # Name Type context CatalogEntityActionContext Returns # Promise < void > Overrides # CatalogEntity . onRun onSettingsOpen # \u25b8 onSettingsOpen (): void Returns # void Overrides # CatalogEntity . onSettingsOpen","title":"Class: KubernetesCluster"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#class-kubernetesclustermetadata-status-spec","text":"Common . Catalog .KubernetesCluster","title":"Class: KubernetesCluster<Metadata, Status, Spec>"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#type-parameters","text":"Name Type Metadata extends KubernetesClusterMetadata = KubernetesClusterMetadata Status extends KubernetesClusterStatus = KubernetesClusterStatus Spec extends KubernetesClusterSpec = KubernetesClusterSpec","title":"Type parameters"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#hierarchy","text":"CatalogEntity < Metadata , Status , Spec > \u21b3 KubernetesCluster","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#properties","text":"apiVersion kind metadata spec status apiVersion kind","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#methods","text":"connect disconnect getId getName getSource isEnabled onContextMenuOpen onDetailsOpen onRun onSettingsOpen","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#constructor","text":"\u2022 new KubernetesCluster < Metadata , Status , Spec >( \u00abdestructured\u00bb )","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#apiversion","text":"\u2022 Readonly apiVersion : string The group and version of this class.","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#kind","text":"\u2022 Readonly kind : string A DNS label name of the entity.","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#metadata","text":"\u2022 metadata : Metadata","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#spec","text":"\u2022 spec : Spec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#status","text":"\u2022 status : Status","title":"status"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#apiversion_1","text":"\u25aa Static Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#kind_1","text":"\u25aa Static Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#connect","text":"\u25b8 connect (): Promise < void >","title":"connect"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#disconnect","text":"\u25b8 disconnect (): Promise < void >","title":"disconnect"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#getid","text":"\u25b8 getId (): string Get the UID of this entity","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#getname","text":"\u25b8 getName (): string Get the name of this entity","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#getsource","text":"\u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided","title":"getSource"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#isenabled","text":"\u25b8 isEnabled (): boolean Get if this entity is enabled.","title":"isEnabled"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#oncontextmenuopen","text":"\u25b8 onContextMenuOpen ( context ): void","title":"onContextMenuOpen"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#ondetailsopen","text":"\u25b8 onDetailsOpen (): void","title":"onDetailsOpen"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#onrun","text":"\u25b8 onRun ( context ): Promise < void >","title":"onRun"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#onsettingsopen","text":"\u25b8 onSettingsOpen (): void","title":"onSettingsOpen"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/","text":"Class: KubernetesClusterCategory # Common . Catalog .KubernetesClusterCategory Hierarchy # CatalogCategory \u21b3 KubernetesClusterCategory Table of contents # Constructors # constructor Properties # apiVersion filters kind metadata spec Methods # addMenuFilter filteredItems getBadge getId getName parseId Constructors # constructor # \u2022 new KubernetesClusterCategory () Inherited from # CatalogCategory . constructor Properties # apiVersion # \u2022 Readonly apiVersion : \"catalog.k8slens.dev/v1alpha1\" The version of category that you are wanting to declare. Currently supported values: \"catalog.k8slens.dev/v1alpha1\" Overrides # CatalogCategory . apiVersion filters # \u2022 Protected Readonly filters : ObservableSet < AddMenuFilter > Inherited from # CatalogCategory . filters kind # \u2022 Readonly kind : \"CatalogCategory\" The kind of item you wish to declare. Currently supported values: \"CatalogCategory\" Overrides # CatalogCategory . kind metadata # \u2022 metadata : Object The data about the category itself Type declaration # Name Type icon string name string Overrides # CatalogCategory . metadata spec # \u2022 spec : CatalogCategorySpec The most important part of a category, as it is where entity versions are declared. Overrides # CatalogCategory . spec Methods # addMenuFilter # \u25b8 addMenuFilter ( fn ): Disposer Add a filter for menu items of catalogAddMenu Parameters # Name Type Description fn AddMenuFilter The function that should return a truthy value if that menu item should be displayed Returns # Disposer A function to remove that filter Inherited from # CatalogCategory . addMenuFilter filteredItems # \u25b8 filteredItems ( menuItems ): CatalogEntityAddMenu [] Filter menuItems according to the Category's set filters Parameters # Name Type Description menuItems CatalogEntityAddMenu [] menu items to filter Returns # CatalogEntityAddMenu [] filtered menu items Inherited from # CatalogCategory . filteredItems getBadge # \u25b8 getBadge (): ReactNode Get the badge of this category. Defaults to no badge. The badge is displayed next to the Category name in the Catalog Category menu Returns # ReactNode Inherited from # CatalogCategory . getBadge getId # \u25b8 getId (): string Get the ID of this category Returns # string Inherited from # CatalogCategory . getId getName # \u25b8 getName (): string Get the name of this category Returns # string Inherited from # CatalogCategory . getName parseId # \u25b8 Static parseId ( id ): Object Parse a category ID into parts. Parameters # Name Type Description id string The id of a category is parse Returns # Object The group and kind parts of the ID Name Type group? string kind? string Inherited from # CatalogCategory . parseId","title":"Class: KubernetesClusterCategory"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#class-kubernetesclustercategory","text":"Common . Catalog .KubernetesClusterCategory","title":"Class: KubernetesClusterCategory"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#hierarchy","text":"CatalogCategory \u21b3 KubernetesClusterCategory","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#properties","text":"apiVersion filters kind metadata spec","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#methods","text":"addMenuFilter filteredItems getBadge getId getName parseId","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#constructor","text":"\u2022 new KubernetesClusterCategory ()","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#apiversion","text":"\u2022 Readonly apiVersion : \"catalog.k8slens.dev/v1alpha1\" The version of category that you are wanting to declare. Currently supported values: \"catalog.k8slens.dev/v1alpha1\"","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#filters","text":"\u2022 Protected Readonly filters : ObservableSet < AddMenuFilter >","title":"filters"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#kind","text":"\u2022 Readonly kind : \"CatalogCategory\" The kind of item you wish to declare. Currently supported values: \"CatalogCategory\"","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#metadata","text":"\u2022 metadata : Object The data about the category itself","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#spec","text":"\u2022 spec : CatalogCategorySpec The most important part of a category, as it is where entity versions are declared.","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#addmenufilter","text":"\u25b8 addMenuFilter ( fn ): Disposer Add a filter for menu items of catalogAddMenu","title":"addMenuFilter"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#filtereditems","text":"\u25b8 filteredItems ( menuItems ): CatalogEntityAddMenu [] Filter menuItems according to the Category's set filters","title":"filteredItems"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#getbadge","text":"\u25b8 getBadge (): ReactNode Get the badge of this category. Defaults to no badge. The badge is displayed next to the Category name in the Catalog Category menu","title":"getBadge"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#getid","text":"\u25b8 getId (): string Get the ID of this category","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#getname","text":"\u25b8 getName (): string Get the name of this category","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.KubernetesClusterCategory/#parseid","text":"\u25b8 Static parseId ( id ): Object Parse a category ID into parts.","title":"parseId"},{"location":"extensions/api/classes/Common.Catalog.WebLink/","text":"Class: WebLink # Common . Catalog .WebLink Hierarchy # CatalogEntity < CatalogEntityMetadata , WebLinkStatus , WebLinkSpec > \u21b3 WebLink Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiVersion kind Methods # getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen Constructors # constructor # \u2022 new WebLink ( \u00abdestructured\u00bb ) Parameters # Name Type \u00abdestructured\u00bb CatalogEntityData < CatalogEntityMetadata , WebLinkStatus , WebLinkSpec > Inherited from # CatalogEntity . constructor Properties # apiVersion # \u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class. Overrides # CatalogEntity . apiVersion kind # \u2022 Readonly kind : \"WebLink\" A DNS label name of the entity. Overrides # CatalogEntity . kind metadata # \u2022 metadata : CatalogEntityMetadata Inherited from # CatalogEntity . metadata spec # \u2022 spec : WebLinkSpec Inherited from # CatalogEntity . spec status # \u2022 status : WebLinkStatus Inherited from # CatalogEntity . status apiVersion # \u25aa Static Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" kind # \u25aa Static Readonly kind : \"WebLink\" Methods # getId # \u25b8 getId (): string Get the UID of this entity Returns # string Inherited from # CatalogEntity . getId getName # \u25b8 getName (): string Get the name of this entity Returns # string Inherited from # CatalogEntity . getName getSource # \u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided Returns # string Inherited from # CatalogEntity . getSource isEnabled # \u25b8 isEnabled (): boolean Get if this entity is enabled. Returns # boolean Inherited from # CatalogEntity . isEnabled onContextMenuOpen # \u25b8 onContextMenuOpen ( context ): void Parameters # Name Type context CatalogEntityContextMenuContext Returns # void Overrides # CatalogEntity . onContextMenuOpen onRun # \u25b8 onRun (): Promise < void > Returns # Promise < void > Overrides # CatalogEntity . onRun onSettingsOpen # \u25b8 Optional onSettingsOpen ( context ): void | Promise < void > Parameters # Name Type context CatalogEntitySettingsContext Returns # void | Promise < void > Inherited from # CatalogEntity . onSettingsOpen","title":"Class: WebLink"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#class-weblink","text":"Common . Catalog .WebLink","title":"Class: WebLink"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#hierarchy","text":"CatalogEntity < CatalogEntityMetadata , WebLinkStatus , WebLinkSpec > \u21b3 WebLink","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#properties","text":"apiVersion kind metadata spec status apiVersion kind","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#methods","text":"getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#constructor","text":"\u2022 new WebLink ( \u00abdestructured\u00bb )","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#apiversion","text":"\u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class.","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#kind","text":"\u2022 Readonly kind : \"WebLink\" A DNS label name of the entity.","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#metadata","text":"\u2022 metadata : CatalogEntityMetadata","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#spec","text":"\u2022 spec : WebLinkSpec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#status","text":"\u2022 status : WebLinkStatus","title":"status"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#apiversion_1","text":"\u25aa Static Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\"","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#kind_1","text":"\u25aa Static Readonly kind : \"WebLink\"","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#getid","text":"\u25b8 getId (): string Get the UID of this entity","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#getname","text":"\u25b8 getName (): string Get the name of this entity","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#getsource","text":"\u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided","title":"getSource"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#isenabled","text":"\u25b8 isEnabled (): boolean Get if this entity is enabled.","title":"isEnabled"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#oncontextmenuopen","text":"\u25b8 onContextMenuOpen ( context ): void","title":"onContextMenuOpen"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#onrun","text":"\u25b8 onRun (): Promise < void >","title":"onRun"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#onsettingsopen","text":"\u25b8 Optional onSettingsOpen ( context ): void | Promise < void >","title":"onSettingsOpen"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/","text":"Class: EventEmitter # Common . EventBus .EventEmitter Type parameters # Name Type D extends any [] Table of contents # Constructors # constructor Properties # listeners Methods # addListener emit removeAllListeners removeListener Constructors # constructor # \u2022 new EventEmitter < D >() Type parameters # Name Type D extends any [] Properties # listeners # \u2022 Protected listeners : [ EventEmitterCallback < D >, EventEmitterOptions ][] Methods # addListener # \u25b8 addListener ( callback , options? ): void Parameters # Name Type callback EventEmitterCallback < D > options? EventEmitterOptions Returns # void emit # \u25b8 emit ( ...data ): void Parameters # Name Type ...data D Returns # void removeAllListeners # \u25b8 removeAllListeners (): void Returns # void removeListener # \u25b8 removeListener ( callback ): void Parameters # Name Type callback EventEmitterCallback < D > Returns # void","title":"Class: EventEmitter"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#class-eventemitterd","text":"Common . EventBus .EventEmitter","title":"Class: EventEmitter<D>"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#type-parameters","text":"Name Type D extends any []","title":"Type parameters"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#properties","text":"listeners","title":"Properties"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#methods","text":"addListener emit removeAllListeners removeListener","title":"Methods"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#constructor","text":"\u2022 new EventEmitter < D >()","title":"constructor"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#listeners","text":"\u2022 Protected listeners : [ EventEmitterCallback < D >, EventEmitterOptions ][]","title":"listeners"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#addlistener","text":"\u25b8 addListener ( callback , options? ): void","title":"addListener"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#emit","text":"\u25b8 emit ( ...data ): void","title":"emit"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#removealllisteners","text":"\u25b8 removeAllListeners (): void","title":"removeAllListeners"},{"location":"extensions/api/classes/Common.EventBus.EventEmitter/#removelistener","text":"\u25b8 removeListener ( callback ): void","title":"removeListener"},{"location":"extensions/api/classes/Common.LensExtension/","text":"Class: LensExtension # Common .LensExtension Type parameters # Name Type Dependencies extends LensExtensionDependencies = LensExtensionDependencies Hierarchy # LensExtension \u21b3 LensExtension \u21b3 LensExtension Table of contents # Constructors # constructor Properties # id isBundled manifest manifestPath protocolHandlers Accessors # description isEnabled name sanitizedExtensionId version Methods # activate disable enable getExtensionFileFolder onActivate onDeactivate Constructors # constructor # \u2022 new LensExtension < Dependencies >( \u00abdestructured\u00bb ) Type parameters # Name Type Dependencies extends LensExtensionDependencies = LensExtensionDependencies Parameters # Name Type \u00abdestructured\u00bb InstalledExtension Properties # id # \u2022 Readonly id : string isBundled # \u2022 Readonly isBundled : boolean manifest # \u2022 Readonly manifest : LensExtensionManifest manifestPath # \u2022 Readonly manifestPath : string protocolHandlers # \u2022 protocolHandlers : ProtocolHandlerRegistration [] Accessors # description # \u2022 get description (): undefined | string Returns # undefined | string isEnabled # \u2022 get isEnabled (): boolean Returns # boolean name # \u2022 get name (): string Returns # string sanitizedExtensionId # \u2022 get sanitizedExtensionId (): string Returns # string version # \u2022 get version (): string Returns # string Methods # activate # \u25b8 activate (): Promise < void > Returns # Promise < void > disable # \u25b8 disable (): Promise < void > Returns # Promise < void > enable # \u25b8 enable (): Promise < void > Returns # Promise < void > getExtensionFileFolder # \u25b8 getExtensionFileFolder (): Promise < string > getExtensionFileFolder returns the path to an already created folder. This folder is for the sole use of this extension. Note: there is no security done on this folder, only obfuscation of the folder name. Returns # Promise < string > onActivate # \u25b8 Protected onActivate (): void | Promise < void > Returns # void | Promise < void > onDeactivate # \u25b8 Protected onDeactivate (): void | Promise < void > Returns # void | Promise < void >","title":"Class: LensExtension"},{"location":"extensions/api/classes/Common.LensExtension/#class-lensextensiondependencies","text":"Common .LensExtension","title":"Class: LensExtension<Dependencies>"},{"location":"extensions/api/classes/Common.LensExtension/#type-parameters","text":"Name Type Dependencies extends LensExtensionDependencies = LensExtensionDependencies","title":"Type parameters"},{"location":"extensions/api/classes/Common.LensExtension/#hierarchy","text":"LensExtension \u21b3 LensExtension \u21b3 LensExtension","title":"Hierarchy"},{"location":"extensions/api/classes/Common.LensExtension/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.LensExtension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.LensExtension/#properties","text":"id isBundled manifest manifestPath protocolHandlers","title":"Properties"},{"location":"extensions/api/classes/Common.LensExtension/#accessors","text":"description isEnabled name sanitizedExtensionId version","title":"Accessors"},{"location":"extensions/api/classes/Common.LensExtension/#methods","text":"activate disable enable getExtensionFileFolder onActivate onDeactivate","title":"Methods"},{"location":"extensions/api/classes/Common.LensExtension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.LensExtension/#constructor","text":"\u2022 new LensExtension < Dependencies >( \u00abdestructured\u00bb )","title":"constructor"},{"location":"extensions/api/classes/Common.LensExtension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.LensExtension/#id","text":"\u2022 Readonly id : string","title":"id"},{"location":"extensions/api/classes/Common.LensExtension/#isbundled","text":"\u2022 Readonly isBundled : boolean","title":"isBundled"},{"location":"extensions/api/classes/Common.LensExtension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest","title":"manifest"},{"location":"extensions/api/classes/Common.LensExtension/#manifestpath","text":"\u2022 Readonly manifestPath : string","title":"manifestPath"},{"location":"extensions/api/classes/Common.LensExtension/#protocolhandlers","text":"\u2022 protocolHandlers : ProtocolHandlerRegistration []","title":"protocolHandlers"},{"location":"extensions/api/classes/Common.LensExtension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Common.LensExtension/#description","text":"\u2022 get description (): undefined | string","title":"description"},{"location":"extensions/api/classes/Common.LensExtension/#isenabled","text":"\u2022 get isEnabled (): boolean","title":"isEnabled"},{"location":"extensions/api/classes/Common.LensExtension/#name","text":"\u2022 get name (): string","title":"name"},{"location":"extensions/api/classes/Common.LensExtension/#sanitizedextensionid","text":"\u2022 get sanitizedExtensionId (): string","title":"sanitizedExtensionId"},{"location":"extensions/api/classes/Common.LensExtension/#version","text":"\u2022 get version (): string","title":"version"},{"location":"extensions/api/classes/Common.LensExtension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.LensExtension/#activate","text":"\u25b8 activate (): Promise < void >","title":"activate"},{"location":"extensions/api/classes/Common.LensExtension/#disable","text":"\u25b8 disable (): Promise < void >","title":"disable"},{"location":"extensions/api/classes/Common.LensExtension/#enable","text":"\u25b8 enable (): Promise < void >","title":"enable"},{"location":"extensions/api/classes/Common.LensExtension/#getextensionfilefolder","text":"\u25b8 getExtensionFileFolder (): Promise < string > getExtensionFileFolder returns the path to an already created folder. This folder is for the sole use of this extension. Note: there is no security done on this folder, only obfuscation of the folder name.","title":"getExtensionFileFolder"},{"location":"extensions/api/classes/Common.LensExtension/#onactivate","text":"\u25b8 Protected onActivate (): void | Promise < void >","title":"onActivate"},{"location":"extensions/api/classes/Common.LensExtension/#ondeactivate","text":"\u25b8 Protected onDeactivate (): void | Promise < void >","title":"onDeactivate"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/","text":"Class: ExtensionStore # Common . Store .ExtensionStore Type parameters # Name Type T extends object Hierarchy # BaseStore < T > \u21b3 ExtensionStore Table of contents # Constructors # constructor Properties # displayName extension params Methods # cwd fromStore load loadExtension toJSON createInstance getInstance resetInstance Constructors # constructor # \u2022 new ExtensionStore < T >( \u00abdestructured\u00bb ) Type parameters # Name Type T extends object Parameters # Name Type \u00abdestructured\u00bb ExtensionStoreParams < T > Overrides # BaseStore.constructor Properties # displayName # \u2022 Readonly displayName : string Inherited from # BaseStore.displayName extension # \u2022 Protected Optional extension : LensExtension < LensExtensionDependencies > params # \u2022 Protected Readonly params : BaseStoreParams < T > Inherited from # BaseStore.params Methods # cwd # \u25b8 Protected cwd (): string Returns # string Overrides # BaseStore.cwd fromStore # \u25b8 Protected Abstract fromStore ( data ): void fromStore is called internally when a child class syncs with the file system. Note: This function must be synchronous. Parameters # Name Type Description data T the parsed information read from the stored JSON file Returns # void Inherited from # BaseStore.fromStore load # \u25b8 load (): void Returns # void Overrides # BaseStore.load loadExtension # \u25b8 loadExtension ( extension ): void Parameters # Name Type extension LensExtension < LensExtensionDependencies > Returns # void toJSON # \u25b8 Abstract toJSON (): T toJSON is called when syncing the store to the filesystem. It should produce a JSON serializable object representation of the current state. It is recommended that a round trip is valid. Namely, calling this.fromStore(this.toJSON()) shouldn't change the state. Returns # T Inherited from # BaseStore.toJSON createInstance # \u25b8 Static createInstance < T , R >( this , ...args ): T Deprecated This is a form of global shared state. Just call new Store(...) Type parameters # Name Type T T R extends any [] Parameters # Name Type this StaticThis < T , R > ...args R Returns # T getInstance # \u25b8 Static getInstance < T , R >( this , strict? ): T Deprecated This is a form of global shared state. Just call new Store(...) Type parameters # Name Type T T R extends any [] Parameters # Name Type this StaticThis < T , R > strict? true Returns # T \u25b8 Static getInstance < T , R >( this , strict ): undefined | T Type parameters # Name Type T T R extends any [] Parameters # Name Type this StaticThis < T , R > strict false Returns # undefined | T resetInstance # \u25b8 Static resetInstance (): void Deprecated This is a form of global shared state. Just call new Store(...) Returns # void","title":"Class: ExtensionStore"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#class-extensionstoret","text":"Common . Store .ExtensionStore","title":"Class: ExtensionStore<T>"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#type-parameters","text":"Name Type T extends object","title":"Type parameters"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#hierarchy","text":"BaseStore < T > \u21b3 ExtensionStore","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#properties","text":"displayName extension params","title":"Properties"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#methods","text":"cwd fromStore load loadExtension toJSON createInstance getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#constructor","text":"\u2022 new ExtensionStore < T >( \u00abdestructured\u00bb )","title":"constructor"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#displayname","text":"\u2022 Readonly displayName : string","title":"displayName"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#extension","text":"\u2022 Protected Optional extension : LensExtension < LensExtensionDependencies >","title":"extension"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#params","text":"\u2022 Protected Readonly params : BaseStoreParams < T >","title":"params"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#cwd","text":"\u25b8 Protected cwd (): string","title":"cwd"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#fromstore","text":"\u25b8 Protected Abstract fromStore ( data ): void fromStore is called internally when a child class syncs with the file system. Note: This function must be synchronous.","title":"fromStore"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#load","text":"\u25b8 load (): void","title":"load"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#loadextension","text":"\u25b8 loadExtension ( extension ): void","title":"loadExtension"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#tojson","text":"\u25b8 Abstract toJSON (): T toJSON is called when syncing the store to the filesystem. It should produce a JSON serializable object representation of the current state. It is recommended that a round trip is valid. Namely, calling this.fromStore(this.toJSON()) shouldn't change the state.","title":"toJSON"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#createinstance","text":"\u25b8 Static createInstance < T , R >( this , ...args ): T Deprecated This is a form of global shared state. Just call new Store(...)","title":"createInstance"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#getinstance","text":"\u25b8 Static getInstance < T , R >( this , strict? ): T Deprecated This is a form of global shared state. Just call new Store(...)","title":"getInstance"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#resetinstance","text":"\u25b8 Static resetInstance (): void Deprecated This is a form of global shared state. Just call new Store(...)","title":"resetInstance"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/","text":"Class: Ipc # Main . LensExtensionsMainApi .Ipc Hierarchy # IpcRegistrar \u21b3 Ipc Table of contents # Constructors # constructor Properties # [IpcPrefix] extension Methods # broadcast handle listen createInstance getInstance resetInstance Constructors # constructor # \u2022 new Ipc ( extension ) Parameters # Name Type extension LensExtension Overrides # IpcRegistrar.constructor Properties # [IpcPrefix] # \u2022 Readonly [IpcPrefix] : string Inherited from # IpcRegistrar.__@IpcPrefix@2189 extension # \u2022 Protected Readonly extension : LensExtension < LensExtensionDependencies > Inherited from # IpcRegistrar.extension Methods # broadcast # \u25b8 broadcast ( channel , ...args ): void Parameters # Name Type Description channel string The channel to broadcast to your whole extension, both main and renderer ...args any [] The arguments passed to all listeners Returns # void Inherited from # IpcRegistrar.broadcast handle # \u25b8 handle ( channel , handler ): void Declare a RPC over channel . Lens will cleanup when the extension is disabled or uninstalled Parameters # Name Type Description channel string The name of the RPC handler ( event : IpcMainInvokeEvent , ... args : any []) => any The remote procedure that is called Returns # void listen # \u25b8 listen ( channel , listener ): Disposer Listen for broadcasts within your extension Parameters # Name Type Description channel string The channel to listen for broadcasts on listener ( event : IpcRendererEvent , ... args : any []) => any The function that will be called with the arguments of the broadcast Returns # Disposer An optional disposer, Lens will cleanup when the extension is disabled or uninstalled even if this is not called createInstance # \u25b8 Static createInstance < T , R >( this , ...args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used. Type parameters # Name Type T extends Singleton < T > R extends any [] Parameters # Name Type Description this StaticThis < T , R > Implicit argument that is the child class type ...args R The constructor arguments for the child class Returns # T An instance of the child class Inherited from # IpcRegistrar.createInstance getInstance # \u25b8 Static getInstance < T , R >( this , strict? ): T Get the instance of the child class that was previously created. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description this StaticThis < T , R > Implicit argument that is the child class type strict? true If false will return undefined instead of throwing when an instance doesn't exist. Default: true Returns # T An instance of the child class Inherited from # IpcRegistrar.getInstance \u25b8 Static getInstance < T , R >( this , strict ): undefined | T Type parameters # Name Type T T R extends any [] Parameters # Name Type this StaticThis < T , R > strict false Returns # undefined | T Inherited from # IpcRegistrar.getInstance resetInstance # \u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that. Returns # void Inherited from # IpcRegistrar.resetInstance","title":"Class: Ipc"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#class-ipc","text":"Main . LensExtensionsMainApi .Ipc","title":"Class: Ipc"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#hierarchy","text":"IpcRegistrar \u21b3 Ipc","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#properties","text":"[IpcPrefix] extension","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#methods","text":"broadcast handle listen createInstance getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#constructor","text":"\u2022 new Ipc ( extension )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#ipcprefix","text":"\u2022 Readonly [IpcPrefix] : string","title":"[IpcPrefix]"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#extension","text":"\u2022 Protected Readonly extension : LensExtension < LensExtensionDependencies >","title":"extension"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#broadcast","text":"\u25b8 broadcast ( channel , ...args ): void","title":"broadcast"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#handle","text":"\u25b8 handle ( channel , handler ): void Declare a RPC over channel . Lens will cleanup when the extension is disabled or uninstalled","title":"handle"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#listen","text":"\u25b8 listen ( channel , listener ): Disposer Listen for broadcasts within your extension","title":"listen"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#createinstance","text":"\u25b8 Static createInstance < T , R >( this , ...args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used.","title":"createInstance"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#getinstance","text":"\u25b8 Static getInstance < T , R >( this , strict? ): T Get the instance of the child class that was previously created.","title":"getInstance"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.Ipc/#resetinstance","text":"\u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that.","title":"resetInstance"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/","text":"Class: ClusterRole # LensExtensionsMainApi . K8sApi .ClusterRole Hierarchy # KubeObject < ClusterScopedMetadata , void , void > \u21b3 ClusterRole Table of contents # Constructors # constructor Properties # aggregationRule apiVersion kind metadata rules spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCreationTimestamp getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getScopedName getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ClusterRole ( \u00abdestructured\u00bb ) Parameters # Name Type \u00abdestructured\u00bb ClusterRoleData Overrides # KubeObject . constructor Properties # aggregationRule # \u2022 Optional aggregationRule : AggregationRule apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : ClusterScopedMetadata Inherited from # KubeObject . metadata rules # \u2022 Optional rules : PolicyRule [] spec # \u2022 spec : void Inherited from # KubeObject . spec status # \u2022 Optional status : void Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string Overrides # KubeObject . apiBase kind # \u25aa Static kind : string Overrides # KubeObject . kind namespaced # \u25aa Static namespaced : boolean Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): undefined Returns # undefined Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : undefined ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : undefined ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getRules # \u25b8 getRules (): PolicyRule [] Returns # PolicyRule [] getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): ( undefined | string )[] Returns # ( undefined | string )[] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < ClusterRole > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ClusterRole"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#class-clusterrole","text":"LensExtensionsMainApi . K8sApi .ClusterRole","title":"Class: ClusterRole"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#hierarchy","text":"KubeObject < ClusterScopedMetadata , void , void > \u21b3 ClusterRole","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#properties","text":"aggregationRule apiVersion kind metadata rules spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#methods","text":"delete getAge getAnnotations getCreationTimestamp getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getScopedName getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#constructor","text":"\u2022 new ClusterRole ( \u00abdestructured\u00bb )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#aggregationrule","text":"\u2022 Optional aggregationRule : AggregationRule","title":"aggregationRule"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#metadata","text":"\u2022 metadata : ClusterScopedMetadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#rules","text":"\u2022 Optional rules : PolicyRule []","title":"rules"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#spec","text":"\u2022 spec : void","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#status","text":"\u2022 Optional status : void","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#apibase","text":"\u25aa Static apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#kind_1","text":"\u25aa Static kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#namespaced","text":"\u25aa Static namespaced : boolean","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getns","text":"\u25b8 getNs (): undefined","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : undefined ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getrules","text":"\u25b8 getRules (): PolicyRule []","title":"getRules"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#getsearchfields","text":"\u25b8 getSearchFields (): ( undefined | string )[]","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRole/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/","text":"Class: ClusterRoleBinding # LensExtensionsMainApi . K8sApi .ClusterRoleBinding Hierarchy # KubeObject < ClusterScopedMetadata , void , void > \u21b3 ClusterRoleBinding Table of contents # Constructors # constructor Properties # apiVersion kind metadata roleRef spec status subjects apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCreationTimestamp getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getSubjectNames getSubjects getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ClusterRoleBinding ( \u00abdestructured\u00bb ) Parameters # Name Type \u00abdestructured\u00bb ClusterRoleBindingData Overrides # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : ClusterScopedMetadata Inherited from # KubeObject . metadata roleRef # \u2022 roleRef : RoleRef spec # \u2022 spec : void Inherited from # KubeObject . spec status # \u2022 Optional status : void Inherited from # KubeObject . status subjects # \u2022 Optional subjects : Subject [] apiBase # \u25aa Static apiBase : string Overrides # KubeObject . apiBase kind # \u25aa Static kind : string Overrides # KubeObject . kind namespaced # \u25aa Static namespaced : boolean Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): undefined Returns # undefined Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : undefined ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : undefined ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): ( undefined | string )[] Returns # ( undefined | string )[] Inherited from # KubeObject . getSearchFields getSubjectNames # \u25b8 getSubjectNames (): string Returns # string getSubjects # \u25b8 getSubjects (): Subject [] Returns # Subject [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < ClusterRoleBinding > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ClusterRoleBinding"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#class-clusterrolebinding","text":"LensExtensionsMainApi . K8sApi .ClusterRoleBinding","title":"Class: ClusterRoleBinding"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#hierarchy","text":"KubeObject < ClusterScopedMetadata , void , void > \u21b3 ClusterRoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#properties","text":"apiVersion kind metadata roleRef spec status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#methods","text":"delete getAge getAnnotations getCreationTimestamp getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getSubjectNames getSubjects getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#constructor","text":"\u2022 new ClusterRoleBinding ( \u00abdestructured\u00bb )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#metadata","text":"\u2022 metadata : ClusterScopedMetadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#roleref","text":"\u2022 roleRef : RoleRef","title":"roleRef"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#spec","text":"\u2022 spec : void","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#status","text":"\u2022 Optional status : void","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#subjects","text":"\u2022 Optional subjects : Subject []","title":"subjects"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#apibase","text":"\u25aa Static apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#kind_1","text":"\u25aa Static kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#namespaced","text":"\u25aa Static namespaced : boolean","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getns","text":"\u25b8 getNs (): undefined","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : undefined ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getsearchfields","text":"\u25b8 getSearchFields (): ( undefined | string )[]","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getsubjectnames","text":"\u25b8 getSubjectNames (): string","title":"getSubjectNames"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#getsubjects","text":"\u25b8 getSubjects (): Subject []","title":"getSubjects"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ClusterRoleBinding/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/","text":"Class: ConfigMap # LensExtensionsMainApi . K8sApi .ConfigMap Hierarchy # KubeObject < NamespaceScopedMetadata , void , void > \u21b3 ConfigMap Table of contents # Constructors # constructor Properties # apiVersion binaryData data immutable kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCreationTimestamp getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ConfigMap ( \u00abdestructured\u00bb ) Parameters # Name Type \u00abdestructured\u00bb ConfigMapData Overrides # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion binaryData # \u2022 binaryData : Partial < Record < string , string >> data # \u2022 data : Partial < Record < string , string >> immutable # \u2022 Optional immutable : boolean kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : NamespaceScopedMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : void Inherited from # KubeObject . spec status # \u2022 Optional status : void Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string Overrides # KubeObject . apiBase kind # \u25aa Static kind : string Overrides # KubeObject . kind namespaced # \u25aa Static namespaced : boolean Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getKeys # \u25b8 getKeys (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < ConfigMap > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ConfigMap"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#class-configmap","text":"LensExtensionsMainApi . K8sApi .ConfigMap","title":"Class: ConfigMap"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#hierarchy","text":"KubeObject < NamespaceScopedMetadata , void , void > \u21b3 ConfigMap","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#properties","text":"apiVersion binaryData data immutable kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#methods","text":"delete getAge getAnnotations getCreationTimestamp getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#constructor","text":"\u2022 new ConfigMap ( \u00abdestructured\u00bb )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#binarydata","text":"\u2022 binaryData : Partial < Record < string , string >>","title":"binaryData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#data","text":"\u2022 data : Partial < Record < string , string >>","title":"data"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#immutable","text":"\u2022 Optional immutable : boolean","title":"immutable"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#metadata","text":"\u2022 metadata : NamespaceScopedMetadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#spec","text":"\u2022 spec : void","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#status","text":"\u2022 Optional status : void","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#apibase","text":"\u25aa Static apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#kind_1","text":"\u25aa Static kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#namespaced","text":"\u25aa Static namespaced : boolean","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getkeys","text":"\u25b8 getKeys (): string []","title":"getKeys"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.ConfigMap/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/","text":"Class: CronJob # LensExtensionsMainApi . K8sApi .CronJob Hierarchy # KubeObject < NamespaceScopedMetadata , CronJobStatus , CronJobSpec > \u21b3 CronJob Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCreationTimestamp getFinalizers getId getLabels getLastScheduleTime getName getNs getOwnerRefs getResourceVersion getSchedule getScopedName getSearchFields getSuspendFlag getTimeDiffFromNow isNeverRun isSuspend patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new CronJob ( data ) Parameters # Name Type data KubeJsonApiData < NamespaceScopedMetadata , CronJobStatus , CronJobSpec > Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : NamespaceScopedMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : CronJobSpec Inherited from # KubeObject . spec status # \u2022 Optional status : CronJobStatus Inherited from # KubeObject . status apiBase # \u25aa Static Readonly apiBase : \"/apis/batch/v1/cronjobs\" Overrides # KubeObject . apiBase kind # \u25aa Static Readonly kind : \"CronJob\" Overrides # KubeObject . kind namespaced # \u25aa Static Readonly namespaced : true Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getLastScheduleTime # \u25b8 getLastScheduleTime (): string Returns # string getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSchedule # \u25b8 getSchedule (): string Returns # string getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSuspendFlag # \u25b8 getSuspendFlag (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow isNeverRun # \u25b8 isNeverRun (): boolean Returns # boolean isSuspend # \u25b8 isSuspend (): undefined | boolean Returns # undefined | boolean patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < CronJob > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: CronJob"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#class-cronjob","text":"LensExtensionsMainApi . K8sApi .CronJob","title":"Class: CronJob"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#hierarchy","text":"KubeObject < NamespaceScopedMetadata , CronJobStatus , CronJobSpec > \u21b3 CronJob","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#methods","text":"delete getAge getAnnotations getCreationTimestamp getFinalizers getId getLabels getLastScheduleTime getName getNs getOwnerRefs getResourceVersion getSchedule getScopedName getSearchFields getSuspendFlag getTimeDiffFromNow isNeverRun isSuspend patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#constructor","text":"\u2022 new CronJob ( data )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#metadata","text":"\u2022 metadata : NamespaceScopedMetadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#spec","text":"\u2022 spec : CronJobSpec","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#status","text":"\u2022 Optional status : CronJobStatus","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#apibase","text":"\u25aa Static Readonly apiBase : \"/apis/batch/v1/cronjobs\"","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#kind_1","text":"\u25aa Static Readonly kind : \"CronJob\"","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#namespaced","text":"\u25aa Static Readonly namespaced : true","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getlastscheduletime","text":"\u25b8 getLastScheduleTime (): string","title":"getLastScheduleTime"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getschedule","text":"\u25b8 getSchedule (): string","title":"getSchedule"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#getsuspendflag","text":"\u25b8 getSuspendFlag (): string","title":"getSuspendFlag"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#isneverrun","text":"\u25b8 isNeverRun (): boolean","title":"isNeverRun"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#issuspend","text":"\u25b8 isSuspend (): undefined | boolean","title":"isSuspend"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CronJob/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/","text":"Class: CustomResourceDefinition # LensExtensionsMainApi . K8sApi .CustomResourceDefinition Hierarchy # KubeObject < ClusterScopedMetadata , CustomResourceDefinitionStatus , CustomResourceDefinitionSpec > \u21b3 CustomResourceDefinition Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getConditions getConversion getCreationTimestamp getFinalizers getGroup getId getLabels getName getNames getNs getOwnerRefs getPluralName getPreferedVersion getPrinterColumns getResourceApiBase getResourceKind getResourceTitle getResourceUrl getResourceVersion getScope getScopedName getSearchFields getStoredVersions getTimeDiffFromNow getValidation getVersion isNamespaced patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new CustomResourceDefinition ( data ) Parameters # Name Type data KubeJsonApiData < ClusterScopedMetadata , CustomResourceDefinitionStatus , CustomResourceDefinitionSpec > Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : ClusterScopedMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : CustomResourceDefinitionSpec Inherited from # KubeObject . spec status # \u2022 Optional status : CustomResourceDefinitionStatus Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string Overrides # KubeObject . apiBase kind # \u25aa Static kind : string Overrides # KubeObject . kind namespaced # \u25aa Static namespaced : boolean Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getConditions # \u25b8 getConditions (): { isReady : boolean ; lastTransitionTime? : string ; message? : string ; reason? : string ; status : \"True\" | \"False\" | \"Unknown\" ; tooltip : string ; type : string }[] Returns # { isReady : boolean ; lastTransitionTime? : string ; message? : string ; reason? : string ; status : \"True\" | \"False\" | \"Unknown\" ; tooltip : string ; type : string }[] getConversion # \u25b8 getConversion (): string Returns # string getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getGroup # \u25b8 getGroup (): string Returns # string getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNames # \u25b8 getNames (): CustomResourceDefinitionNames Returns # CustomResourceDefinitionNames getNs # \u25b8 getNs (): undefined Returns # undefined Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : undefined ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : undefined ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPluralName # \u25b8 getPluralName (): string Returns # string getPreferedVersion # \u25b8 getPreferedVersion (): CustomResourceDefinitionVersion Returns # CustomResourceDefinitionVersion getPrinterColumns # \u25b8 getPrinterColumns ( ignorePriority? ): AdditionalPrinterColumnsV1 [] Parameters # Name Type ignorePriority? boolean Returns # AdditionalPrinterColumnsV1 [] getResourceApiBase # \u25b8 getResourceApiBase (): string Returns # string getResourceKind # \u25b8 getResourceKind (): string Returns # string getResourceTitle # \u25b8 getResourceTitle (): string Returns # string getResourceUrl # \u25b8 getResourceUrl (): string Returns # string getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScope # \u25b8 getScope (): \"Cluster\" | \"Namespaced\" Returns # \"Cluster\" | \"Namespaced\" getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): ( undefined | string )[] Returns # ( undefined | string )[] Inherited from # KubeObject . getSearchFields getStoredVersions # \u25b8 getStoredVersions (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow getValidation # \u25b8 getValidation (): string Returns # string getVersion # \u25b8 getVersion (): string Returns # string isNamespaced # \u25b8 isNamespaced (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < CustomResourceDefinition > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: CustomResourceDefinition"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#class-customresourcedefinition","text":"LensExtensionsMainApi . K8sApi .CustomResourceDefinition","title":"Class: CustomResourceDefinition"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#hierarchy","text":"KubeObject < ClusterScopedMetadata , CustomResourceDefinitionStatus , CustomResourceDefinitionSpec > \u21b3 CustomResourceDefinition","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#methods","text":"delete getAge getAnnotations getConditions getConversion getCreationTimestamp getFinalizers getGroup getId getLabels getName getNames getNs getOwnerRefs getPluralName getPreferedVersion getPrinterColumns getResourceApiBase getResourceKind getResourceTitle getResourceUrl getResourceVersion getScope getScopedName getSearchFields getStoredVersions getTimeDiffFromNow getValidation getVersion isNamespaced patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#constructor","text":"\u2022 new CustomResourceDefinition ( data )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#metadata","text":"\u2022 metadata : ClusterScopedMetadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#spec","text":"\u2022 spec : CustomResourceDefinitionSpec","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#status","text":"\u2022 Optional status : CustomResourceDefinitionStatus","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#apibase","text":"\u25aa Static apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#kind_1","text":"\u25aa Static kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#namespaced","text":"\u25aa Static namespaced : boolean","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getconditions","text":"\u25b8 getConditions (): { isReady : boolean ; lastTransitionTime? : string ; message? : string ; reason? : string ; status : \"True\" | \"False\" | \"Unknown\" ; tooltip : string ; type : string }[]","title":"getConditions"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getconversion","text":"\u25b8 getConversion (): string","title":"getConversion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getgroup","text":"\u25b8 getGroup (): string","title":"getGroup"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getnames","text":"\u25b8 getNames (): CustomResourceDefinitionNames","title":"getNames"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getns","text":"\u25b8 getNs (): undefined","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : undefined ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getpluralname","text":"\u25b8 getPluralName (): string","title":"getPluralName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getpreferedversion","text":"\u25b8 getPreferedVersion (): CustomResourceDefinitionVersion","title":"getPreferedVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getprintercolumns","text":"\u25b8 getPrinterColumns ( ignorePriority? ): AdditionalPrinterColumnsV1 []","title":"getPrinterColumns"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getresourceapibase","text":"\u25b8 getResourceApiBase (): string","title":"getResourceApiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getresourcekind","text":"\u25b8 getResourceKind (): string","title":"getResourceKind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getresourcetitle","text":"\u25b8 getResourceTitle (): string","title":"getResourceTitle"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getresourceurl","text":"\u25b8 getResourceUrl (): string","title":"getResourceUrl"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getscope","text":"\u25b8 getScope (): \"Cluster\" | \"Namespaced\"","title":"getScope"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getsearchfields","text":"\u25b8 getSearchFields (): ( undefined | string )[]","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getstoredversions","text":"\u25b8 getStoredVersions (): string","title":"getStoredVersions"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getvalidation","text":"\u25b8 getValidation (): string","title":"getValidation"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#getversion","text":"\u25b8 getVersion (): string","title":"getVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#isnamespaced","text":"\u25b8 isNamespaced (): boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.CustomResourceDefinition/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/","text":"Class: DaemonSet # LensExtensionsMainApi . K8sApi .DaemonSet Hierarchy # KubeObject < NamespaceScopedMetadata , DaemonSetStatus , DaemonSetSpec > \u21b3 DaemonSet Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getCreationTimestamp getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new DaemonSet ( data ) Parameters # Name Type data KubeJsonApiData < NamespaceScopedMetadata , DaemonSetStatus , DaemonSetSpec > Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : NamespaceScopedMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : DaemonSetSpec Inherited from # KubeObject . spec status # \u2022 Optional status : DaemonSetStatus Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string Overrides # KubeObject . apiBase kind # \u25aa Static kind : string Overrides # KubeObject . kind namespaced # \u25aa Static namespaced : boolean Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAffinity # \u25b8 getAffinity (): undefined | Affinity Returns # undefined | Affinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getImages # \u25b8 getImages (): ( undefined | string )[] Returns # ( undefined | string )[] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): Toleration [] Returns # Toleration [] patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < DaemonSet > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: DaemonSet"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#class-daemonset","text":"LensExtensionsMainApi . K8sApi .DaemonSet","title":"Class: DaemonSet"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#hierarchy","text":"KubeObject < NamespaceScopedMetadata , DaemonSetStatus , DaemonSetSpec > \u21b3 DaemonSet","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getCreationTimestamp getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#constructor","text":"\u2022 new DaemonSet ( data )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#metadata","text":"\u2022 metadata : NamespaceScopedMetadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#spec","text":"\u2022 spec : DaemonSetSpec","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#status","text":"\u2022 Optional status : DaemonSetStatus","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#apibase","text":"\u25aa Static apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#kind_1","text":"\u25aa Static kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#namespaced","text":"\u25aa Static namespaced : boolean","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getaffinity","text":"\u25b8 getAffinity (): undefined | Affinity","title":"getAffinity"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getimages","text":"\u25b8 getImages (): ( undefined | string )[]","title":"getImages"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#gettolerations","text":"\u25b8 getTolerations (): Toleration []","title":"getTolerations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.DaemonSet/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/","text":"Class: Deployment # LensExtensionsMainApi . K8sApi .Deployment Hierarchy # KubeObject < NamespaceScopedMetadata , DeploymentStatus , DeploymentSpec > \u21b3 Deployment Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getConditions getConditionsText getCreationTimestamp getFinalizers getId getLabels getName getNodeSelectors getNs getOwnerRefs getReplicas getResourceVersion getScopedName getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Deployment ( data ) Parameters # Name Type data KubeJsonApiData < NamespaceScopedMetadata , DeploymentStatus , DeploymentSpec > Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : NamespaceScopedMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : DeploymentSpec Inherited from # KubeObject . spec status # \u2022 Optional status : DeploymentStatus Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string Overrides # KubeObject . apiBase kind # \u25aa Static kind : string Overrides # KubeObject . kind namespaced # \u25aa Static namespaced : boolean Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAffinity # \u25b8 getAffinity (): undefined | Affinity Returns # undefined | Affinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getConditions # \u25b8 getConditions ( activeOnly? ): BaseKubeObjectCondition [] Parameters # Name Type activeOnly? boolean Returns # BaseKubeObjectCondition [] getConditionsText # \u25b8 getConditionsText ( activeOnly? ): string Parameters # Name Type activeOnly? boolean Returns # string getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getReplicas # \u25b8 getReplicas (): number Returns # number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): Toleration [] Returns # Toleration [] patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < Deployment > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Deployment"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#class-deployment","text":"LensExtensionsMainApi . K8sApi .Deployment","title":"Class: Deployment"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#hierarchy","text":"KubeObject < NamespaceScopedMetadata , DeploymentStatus , DeploymentSpec > \u21b3 Deployment","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getConditions getConditionsText getCreationTimestamp getFinalizers getId getLabels getName getNodeSelectors getNs getOwnerRefs getReplicas getResourceVersion getScopedName getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#constructor","text":"\u2022 new Deployment ( data )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#metadata","text":"\u2022 metadata : NamespaceScopedMetadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#spec","text":"\u2022 spec : DeploymentSpec","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#status","text":"\u2022 Optional status : DeploymentStatus","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#apibase","text":"\u25aa Static apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#kind_1","text":"\u25aa Static kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#namespaced","text":"\u25aa Static namespaced : boolean","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getaffinity","text":"\u25b8 getAffinity (): undefined | Affinity","title":"getAffinity"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getconditions","text":"\u25b8 getConditions ( activeOnly? ): BaseKubeObjectCondition []","title":"getConditions"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getconditionstext","text":"\u25b8 getConditionsText ( activeOnly? ): string","title":"getConditionsText"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getreplicas","text":"\u25b8 getReplicas (): number","title":"getReplicas"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#gettolerations","text":"\u25b8 getTolerations (): Toleration []","title":"getTolerations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Deployment/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/","text":"Class: Endpoint # LensExtensionsMainApi . K8sApi .Endpoint Hierarchy # KubeObject < NamespaceScopedMetadata , void , void > \u21b3 Endpoint Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status subsets apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCreationTimestamp getEndpointSubsets getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getTimeDiffFromNow patch toPlainObject toString update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Endpoint ( \u00abdestructured\u00bb ) Parameters # Name Type \u00abdestructured\u00bb EndpointsData Overrides # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : NamespaceScopedMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : void Inherited from # KubeObject . spec status # \u2022 Optional status : void Inherited from # KubeObject . status subsets # \u2022 Optional subsets : EndpointSubset [] apiBase # \u25aa Static apiBase : string Overrides # KubeObject . apiBase kind # \u25aa Static kind : string Overrides # KubeObject . kind namespaced # \u25aa Static namespaced : boolean Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getEndpointSubsets # \u25b8 getEndpointSubsets (): Required < EndpointSubset >[] Returns # Required < EndpointSubset >[] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject toString # \u25b8 toString (): string Returns # string update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < Endpoint > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Endpoint"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#class-endpoint","text":"LensExtensionsMainApi . K8sApi .Endpoint","title":"Class: Endpoint"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#hierarchy","text":"KubeObject < NamespaceScopedMetadata , void , void > \u21b3 Endpoint","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#properties","text":"apiVersion kind metadata spec status subsets apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#methods","text":"delete getAge getAnnotations getCreationTimestamp getEndpointSubsets getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getTimeDiffFromNow patch toPlainObject toString update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#constructor","text":"\u2022 new Endpoint ( \u00abdestructured\u00bb )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#metadata","text":"\u2022 metadata : NamespaceScopedMetadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#spec","text":"\u2022 spec : void","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#status","text":"\u2022 Optional status : void","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#subsets","text":"\u2022 Optional subsets : EndpointSubset []","title":"subsets"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#apibase","text":"\u25aa Static apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#kind_1","text":"\u25aa Static kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#namespaced","text":"\u25aa Static namespaced : boolean","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getendpointsubsets","text":"\u25b8 getEndpointSubsets (): Required < EndpointSubset >[]","title":"getEndpointSubsets"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#tostring","text":"\u25b8 toString (): string","title":"toString"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Endpoint/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/","text":"Class: HorizontalPodAutoscaler # LensExtensionsMainApi . K8sApi .HorizontalPodAutoscaler Hierarchy # KubeObject < NamespaceScopedMetadata , HorizontalPodAutoscalerStatus , HorizontalPodAutoscalerSpec > \u21b3 HorizontalPodAutoscaler Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getConditions getCreationTimestamp getCurrentMetrics getFinalizers getId getLabels getMaxPods getMetrics getMinPods getName getNs getOwnerRefs getReadyConditions getReplicas getResourceVersion getScopedName getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new HorizontalPodAutoscaler ( data ) Parameters # Name Type data KubeJsonApiData < NamespaceScopedMetadata , HorizontalPodAutoscalerStatus , HorizontalPodAutoscalerSpec > Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : NamespaceScopedMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : HorizontalPodAutoscalerSpec Inherited from # KubeObject . spec status # \u2022 Optional status : HorizontalPodAutoscalerStatus Inherited from # KubeObject . status apiBase # \u25aa Static Readonly apiBase : \"/apis/autoscaling/v2/horizontalpodautoscalers\" Overrides # KubeObject . apiBase kind # \u25aa Static Readonly kind : \"HorizontalPodAutoscaler\" Overrides # KubeObject . kind namespaced # \u25aa Static Readonly namespaced : true Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getConditions # \u25b8 getConditions (): { isReady : boolean ; lastTransitionTime? : string ; message? : string ; reason? : string ; status : \"True\" | \"False\" | \"Unknown\" ; tooltip : string ; type : string }[] Returns # { isReady : boolean ; lastTransitionTime? : string ; message? : string ; reason? : string ; status : \"True\" | \"False\" | \"Unknown\" ; tooltip : string ; type : string }[] getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getCurrentMetrics # \u25b8 getCurrentMetrics (): HorizontalPodAutoscalerMetricStatus [] Returns # HorizontalPodAutoscalerMetricStatus [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getMaxPods # \u25b8 getMaxPods (): number Returns # number getMetrics # \u25b8 getMetrics (): HorizontalPodAutoscalerMetricSpec [] Returns # HorizontalPodAutoscalerMetricSpec [] getMinPods # \u25b8 getMinPods (): number Returns # number getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getReadyConditions # \u25b8 getReadyConditions (): { isReady : boolean ; lastTransitionTime? : string ; message? : string ; reason? : string ; status : \"True\" | \"False\" | \"Unknown\" ; tooltip : string ; type : string }[] Returns # { isReady : boolean ; lastTransitionTime? : string ; message? : string ; reason? : string ; status : \"True\" | \"False\" | \"Unknown\" ; tooltip : string ; type : string }[] getReplicas # \u25b8 getReplicas (): number Returns # number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < HorizontalPodAutoscaler > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: HorizontalPodAutoscaler"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#class-horizontalpodautoscaler","text":"LensExtensionsMainApi . K8sApi .HorizontalPodAutoscaler","title":"Class: HorizontalPodAutoscaler"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#hierarchy","text":"KubeObject < NamespaceScopedMetadata , HorizontalPodAutoscalerStatus , HorizontalPodAutoscalerSpec > \u21b3 HorizontalPodAutoscaler","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#methods","text":"delete getAge getAnnotations getConditions getCreationTimestamp getCurrentMetrics getFinalizers getId getLabels getMaxPods getMetrics getMinPods getName getNs getOwnerRefs getReadyConditions getReplicas getResourceVersion getScopedName getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#constructor","text":"\u2022 new HorizontalPodAutoscaler ( data )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#metadata","text":"\u2022 metadata : NamespaceScopedMetadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#spec","text":"\u2022 spec : HorizontalPodAutoscalerSpec","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#status","text":"\u2022 Optional status : HorizontalPodAutoscalerStatus","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#apibase","text":"\u25aa Static Readonly apiBase : \"/apis/autoscaling/v2/horizontalpodautoscalers\"","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#kind_1","text":"\u25aa Static Readonly kind : \"HorizontalPodAutoscaler\"","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#namespaced","text":"\u25aa Static Readonly namespaced : true","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getconditions","text":"\u25b8 getConditions (): { isReady : boolean ; lastTransitionTime? : string ; message? : string ; reason? : string ; status : \"True\" | \"False\" | \"Unknown\" ; tooltip : string ; type : string }[]","title":"getConditions"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getcurrentmetrics","text":"\u25b8 getCurrentMetrics (): HorizontalPodAutoscalerMetricStatus []","title":"getCurrentMetrics"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getmaxpods","text":"\u25b8 getMaxPods (): number","title":"getMaxPods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getmetrics","text":"\u25b8 getMetrics (): HorizontalPodAutoscalerMetricSpec []","title":"getMetrics"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getminpods","text":"\u25b8 getMinPods (): number","title":"getMinPods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getreadyconditions","text":"\u25b8 getReadyConditions (): { isReady : boolean ; lastTransitionTime? : string ; message? : string ; reason? : string ; status : \"True\" | \"False\" | \"Unknown\" ; tooltip : string ; type : string }[]","title":"getReadyConditions"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getreplicas","text":"\u25b8 getReplicas (): number","title":"getReplicas"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.HorizontalPodAutoscaler/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/","text":"Class: Ingress # LensExtensionsMainApi . K8sApi .Ingress Hierarchy # KubeObject < NamespaceScopedMetadata , IngressStatus , IngressSpec > \u21b3 Ingress Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCreationTimestamp getFinalizers getHosts getId getLabels getLoadBalancers getName getNs getOwnerRefs getPorts getResourceVersion getRoutes getRules getScopedName getSearchFields getServiceNamePort getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Ingress ( data ) Parameters # Name Type data KubeJsonApiData < NamespaceScopedMetadata , IngressStatus , IngressSpec > Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : NamespaceScopedMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : IngressSpec Inherited from # KubeObject . spec status # \u2022 Optional status : IngressStatus Inherited from # KubeObject . status apiBase # \u25aa Static Readonly apiBase : \"/apis/networking.k8s.io/v1/ingresses\" Overrides # KubeObject . apiBase kind # \u25aa Static Readonly kind : \"Ingress\" Overrides # KubeObject . kind namespaced # \u25aa Static Readonly namespaced : true Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getHosts # \u25b8 getHosts (): string [] Returns # string [] getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getLoadBalancers # \u25b8 getLoadBalancers (): ( undefined | string )[] Returns # ( undefined | string )[] getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPorts # \u25b8 getPorts (): string Returns # string getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getRoutes # \u25b8 getRoutes (): string [] Returns # string [] getRules # \u25b8 getRules (): IngressRule [] Returns # IngressRule [] getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getServiceNamePort # \u25b8 getServiceNamePort (): undefined | ExtensionsBackend Returns # undefined | ExtensionsBackend getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < Ingress > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Ingress"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#class-ingress","text":"LensExtensionsMainApi . K8sApi .Ingress","title":"Class: Ingress"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#hierarchy","text":"KubeObject < NamespaceScopedMetadata , IngressStatus , IngressSpec > \u21b3 Ingress","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#methods","text":"delete getAge getAnnotations getCreationTimestamp getFinalizers getHosts getId getLabels getLoadBalancers getName getNs getOwnerRefs getPorts getResourceVersion getRoutes getRules getScopedName getSearchFields getServiceNamePort getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#constructor","text":"\u2022 new Ingress ( data )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#metadata","text":"\u2022 metadata : NamespaceScopedMetadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#spec","text":"\u2022 spec : IngressSpec","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#status","text":"\u2022 Optional status : IngressStatus","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#apibase","text":"\u25aa Static Readonly apiBase : \"/apis/networking.k8s.io/v1/ingresses\"","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#kind_1","text":"\u25aa Static Readonly kind : \"Ingress\"","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#namespaced","text":"\u25aa Static Readonly namespaced : true","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#gethosts","text":"\u25b8 getHosts (): string []","title":"getHosts"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getloadbalancers","text":"\u25b8 getLoadBalancers (): ( undefined | string )[]","title":"getLoadBalancers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getports","text":"\u25b8 getPorts (): string","title":"getPorts"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getroutes","text":"\u25b8 getRoutes (): string []","title":"getRoutes"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getrules","text":"\u25b8 getRules (): IngressRule []","title":"getRules"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#getservicenameport","text":"\u25b8 getServiceNamePort (): undefined | ExtensionsBackend","title":"getServiceNamePort"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Ingress/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/","text":"Class: Job # LensExtensionsMainApi . K8sApi .Job Hierarchy # KubeObject < NamespaceScopedMetadata , JobStatus , JobSpec > \u21b3 Job Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getCompletions getCondition getCreationTimestamp getDesiredCompletions getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getParallelism getResourceVersion getScopedName getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Job ( data ) Parameters # Name Type data KubeJsonApiData < NamespaceScopedMetadata , JobStatus , JobSpec > Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : NamespaceScopedMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : JobSpec Inherited from # KubeObject . spec status # \u2022 Optional status : JobStatus Inherited from # KubeObject . status apiBase # \u25aa Static Readonly apiBase : \"/apis/batch/v1/jobs\" Overrides # KubeObject . apiBase kind # \u25aa Static Readonly kind : \"Job\" Overrides # KubeObject . kind namespaced # \u25aa Static Readonly namespaced : true Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAffinity # \u25b8 getAffinity (): undefined | Affinity Returns # undefined | Affinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getCompletions # \u25b8 getCompletions (): number Returns # number getCondition # \u25b8 getCondition (): undefined | BaseKubeObjectCondition Returns # undefined | BaseKubeObjectCondition getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getDesiredCompletions # \u25b8 getDesiredCompletions (): number Returns # number getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getImages # \u25b8 getImages (): ( undefined | string )[] Returns # ( undefined | string )[] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getParallelism # \u25b8 getParallelism (): undefined | number Returns # undefined | number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): Toleration [] Returns # Toleration [] patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < Job > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Job"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#class-job","text":"LensExtensionsMainApi . K8sApi .Job","title":"Class: Job"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#hierarchy","text":"KubeObject < NamespaceScopedMetadata , JobStatus , JobSpec > \u21b3 Job","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getCompletions getCondition getCreationTimestamp getDesiredCompletions getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getParallelism getResourceVersion getScopedName getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#constructor","text":"\u2022 new Job ( data )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#metadata","text":"\u2022 metadata : NamespaceScopedMetadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#spec","text":"\u2022 spec : JobSpec","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#status","text":"\u2022 Optional status : JobStatus","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#apibase","text":"\u25aa Static Readonly apiBase : \"/apis/batch/v1/jobs\"","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#kind_1","text":"\u25aa Static Readonly kind : \"Job\"","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#namespaced","text":"\u25aa Static Readonly namespaced : true","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getaffinity","text":"\u25b8 getAffinity (): undefined | Affinity","title":"getAffinity"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getcompletions","text":"\u25b8 getCompletions (): number","title":"getCompletions"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getcondition","text":"\u25b8 getCondition (): undefined | BaseKubeObjectCondition","title":"getCondition"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getdesiredcompletions","text":"\u25b8 getDesiredCompletions (): number","title":"getDesiredCompletions"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getimages","text":"\u25b8 getImages (): ( undefined | string )[]","title":"getImages"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getparallelism","text":"\u25b8 getParallelism (): undefined | number","title":"getParallelism"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#gettolerations","text":"\u25b8 getTolerations (): Toleration []","title":"getTolerations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Job/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/","text":"Class: KubeEvent # LensExtensionsMainApi . K8sApi .KubeEvent Hierarchy # KubeObject < KubeObjectMetadata < KubeObjectScope.Namespace >, void , void > \u21b3 KubeEvent Table of contents # Constructors # constructor Properties # action apiVersion count eventTime firstTimestamp involvedObject kind lastTimestamp message metadata reason related reportingComponent reportingInstance series source spec status type apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCreationTimestamp getFinalizers getFirstSeenTime getId getLabels getLastSeenTime getName getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getSource getTimeDiffFromNow isWarning patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new KubeEvent ( \u00abdestructured\u00bb ) Parameters # Name Type \u00abdestructured\u00bb KubeEventData Overrides # KubeObject . constructor Properties # action # \u2022 Optional action : string apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion count # \u2022 Optional count : number eventTime # \u2022 Optional eventTime : string firstTimestamp # \u2022 Optional firstTimestamp : string involvedObject # \u2022 involvedObject : Required < ObjectReference > kind # \u2022 kind : string Inherited from # KubeObject . kind lastTimestamp # \u2022 Optional lastTimestamp : string message # \u2022 Optional message : string metadata # \u2022 metadata : KubeObjectMetadata < Namespace > Inherited from # KubeObject . metadata reason # \u2022 Optional reason : string related # \u2022 Optional related : ObjectReference reportingComponent # \u2022 Optional reportingComponent : string reportingInstance # \u2022 Optional reportingInstance : string series # \u2022 Optional series : EventSeries source # \u2022 Optional source : EventSource spec # \u2022 spec : void Inherited from # KubeObject . spec status # \u2022 Optional status : void Inherited from # KubeObject . status type # \u2022 Optional type : string Current supported values are: - \"Normal\" - \"Warning\" apiBase # \u25aa Static apiBase : string Overrides # KubeObject . apiBase kind # \u25aa Static kind : string Overrides # KubeObject . kind namespaced # \u25aa Static namespaced : boolean Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getFirstSeenTime # \u25b8 getFirstSeenTime (): string Deprecated This function is not reactive to changing of time. If rendering use instead Returns # string getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getLastSeenTime # \u25b8 getLastSeenTime (): string Deprecated This function is not reactive to changing of time. If rendering use instead Returns # string getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSource # \u25b8 getSource (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow isWarning # \u25b8 isWarning (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < KubeEvent > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: KubeEvent"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#class-kubeevent","text":"LensExtensionsMainApi . K8sApi .KubeEvent","title":"Class: KubeEvent"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#hierarchy","text":"KubeObject < KubeObjectMetadata < KubeObjectScope.Namespace >, void , void > \u21b3 KubeEvent","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#properties","text":"action apiVersion count eventTime firstTimestamp involvedObject kind lastTimestamp message metadata reason related reportingComponent reportingInstance series source spec status type apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#methods","text":"delete getAge getAnnotations getCreationTimestamp getFinalizers getFirstSeenTime getId getLabels getLastSeenTime getName getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getSource getTimeDiffFromNow isWarning patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#constructor","text":"\u2022 new KubeEvent ( \u00abdestructured\u00bb )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#action","text":"\u2022 Optional action : string","title":"action"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#count","text":"\u2022 Optional count : number","title":"count"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#eventtime","text":"\u2022 Optional eventTime : string","title":"eventTime"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#firsttimestamp","text":"\u2022 Optional firstTimestamp : string","title":"firstTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#involvedobject","text":"\u2022 involvedObject : Required < ObjectReference >","title":"involvedObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#lasttimestamp","text":"\u2022 Optional lastTimestamp : string","title":"lastTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#message","text":"\u2022 Optional message : string","title":"message"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#metadata","text":"\u2022 metadata : KubeObjectMetadata < Namespace >","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#reason","text":"\u2022 Optional reason : string","title":"reason"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#related","text":"\u2022 Optional related : ObjectReference","title":"related"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#reportingcomponent","text":"\u2022 Optional reportingComponent : string","title":"reportingComponent"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#reportinginstance","text":"\u2022 Optional reportingInstance : string","title":"reportingInstance"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#series","text":"\u2022 Optional series : EventSeries","title":"series"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#source","text":"\u2022 Optional source : EventSource","title":"source"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#spec","text":"\u2022 spec : void","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#status","text":"\u2022 Optional status : void","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#type","text":"\u2022 Optional type : string Current supported values are: - \"Normal\" - \"Warning\"","title":"type"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#apibase","text":"\u25aa Static apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#kind_1","text":"\u25aa Static kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#namespaced","text":"\u25aa Static namespaced : boolean","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getfirstseentime","text":"\u25b8 getFirstSeenTime (): string Deprecated This function is not reactive to changing of time. If rendering use instead","title":"getFirstSeenTime"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getlastseentime","text":"\u25b8 getLastSeenTime (): string Deprecated This function is not reactive to changing of time. If rendering use instead","title":"getLastSeenTime"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#getsource","text":"\u25b8 getSource (): string","title":"getSource"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#iswarning","text":"\u25b8 isWarning (): boolean","title":"isWarning"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeEvent/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/","text":"Class: KubeObject # LensExtensionsMainApi . K8sApi .KubeObject Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Hierarchy # KubeObject \u21b3 Pod \u21b3 Node \u21b3 Deployment \u21b3 DaemonSet \u21b3 StatefulSet \u21b3 Job \u21b3 CronJob \u21b3 ConfigMap \u21b3 Secret \u21b3 ReplicaSet \u21b3 ResourceQuota \u21b3 LimitRange \u21b3 HorizontalPodAutoscaler \u21b3 PodDisruptionBudget \u21b3 PriorityClass \u21b3 Service \u21b3 Endpoint \u21b3 Ingress \u21b3 NetworkPolicy \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 StorageClass \u21b3 Namespace \u21b3 KubeEvent \u21b3 ServiceAccount \u21b3 Role \u21b3 RoleBinding \u21b3 ClusterRole \u21b3 ClusterRoleBinding \u21b3 CustomResourceDefinition Implements # ItemObject Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCreationTimestamp getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new KubeObject < Metadata , Status , Spec >( data ) Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Properties # apiVersion # \u2022 apiVersion : string kind # \u2022 kind : string metadata # \u2022 metadata : Metadata spec # \u2022 spec : Spec status # \u2022 Optional status : Status apiBase # \u25aa Static Optional Readonly apiBase : string kind # \u25aa Static Optional Readonly kind : string namespaced # \u25aa Static Optional Readonly namespaced : boolean Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] getId # \u25b8 getId (): string Returns # string Implementation of # ItemObject.getId getLabels # \u25b8 getLabels (): string [] Returns # string [] getName # \u25b8 getName (): string Returns # string Implementation of # ItemObject.getName getNs # \u25b8 getNs (): Metadata [ \"namespace\" ] Returns # Metadata [ \"namespace\" ] getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : Metadata [ \"namespace\" ] ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : Metadata [ \"namespace\" ] ; uid : string }[] getResourceVersion # \u25b8 getResourceVersion (): string Returns # string getScopedName # \u25b8 getScopedName (): string Returns # string getSearchFields # \u25b8 getSearchFields (): ( string | Metadata [ \"namespace\" ])[] Returns # ( string | Metadata [ \"namespace\" ])[] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < KubeObject < Metadata , Status , Spec >> Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string []","title":"Class: KubeObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#class-kubeobjectmetadata-status-spec","text":"LensExtensionsMainApi . K8sApi .KubeObject","title":"Class: KubeObject<Metadata, Status, Spec>"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#type-parameters","text":"Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown","title":"Type parameters"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#hierarchy","text":"KubeObject \u21b3 Pod \u21b3 Node \u21b3 Deployment \u21b3 DaemonSet \u21b3 StatefulSet \u21b3 Job \u21b3 CronJob \u21b3 ConfigMap \u21b3 Secret \u21b3 ReplicaSet \u21b3 ResourceQuota \u21b3 LimitRange \u21b3 HorizontalPodAutoscaler \u21b3 PodDisruptionBudget \u21b3 PriorityClass \u21b3 Service \u21b3 Endpoint \u21b3 Ingress \u21b3 NetworkPolicy \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 StorageClass \u21b3 Namespace \u21b3 KubeEvent \u21b3 ServiceAccount \u21b3 Role \u21b3 RoleBinding \u21b3 ClusterRole \u21b3 ClusterRoleBinding \u21b3 CustomResourceDefinition","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#methods","text":"delete getAge getAnnotations getCreationTimestamp getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#constructor","text":"\u2022 new KubeObject < Metadata , Status , Spec >( data )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#metadata","text":"\u2022 metadata : Metadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#spec","text":"\u2022 spec : Spec","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#status","text":"\u2022 Optional status : Status","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#apibase","text":"\u25aa Static Optional Readonly apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#kind_1","text":"\u25aa Static Optional Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#namespaced","text":"\u25aa Static Optional Readonly namespaced : boolean","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#getns","text":"\u25b8 getNs (): Metadata [ \"namespace\" ]","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : Metadata [ \"namespace\" ] ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#getsearchfields","text":"\u25b8 getSearchFields (): ( string | Metadata [ \"namespace\" ])[]","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObject/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/","text":"Class: KubeObjectStore # LensExtensionsMainApi . K8sApi .KubeObjectStore Type parameters # Name Type K extends KubeObject = KubeObject A extends InternalKubeApi < K , D > = InternalKubeApi < K , KubeJsonApiDataFor < K >> D extends KubeJsonApiDataFor < K > = KubeApiDataFrom < K , A > Hierarchy # KubeObjectStore < K , A , D > \u21b3 KubeObjectStore Table of contents # Constructors # constructor Properties # api bufferSize defaultSorting dependencies eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds context Accessors # context contextItems query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch pickOnlySelected reloadAll remove removeItem removeItems removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new KubeObjectStore < K , A , D >( api , opts? ) Type parameters # Name Type K extends KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown , K > = KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > A extends KubeApi < K , D , A > = KubeApi < K , KubeJsonApiDataFor < K >> D extends KubeJsonApiData < KubeObjectMetadata < KubeObjectScope >, unknown , unknown , D > = KubeApiDataFrom < K , A > Parameters # Name Type api A opts? KubeObjectStoreOptions Overrides # InternalKubeObjectStore.constructor \u2022 new KubeObjectStore < K , A , D >() Deprecated Supply API instance through constructor Type parameters # Name Type K extends KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown , K > = KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > A extends KubeApi < K , D , A > = KubeApi < K , KubeJsonApiDataFor < K >> D extends KubeJsonApiData < KubeObjectMetadata < KubeObjectScope >, unknown , unknown , D > = KubeApiDataFrom < K , A > Overrides # InternalKubeObjectStore.constructor Properties # api # \u2022 Readonly api : A Inherited from # InternalKubeObjectStore.api bufferSize # \u2022 Readonly bufferSize : number Inherited from # InternalKubeObjectStore.bufferSize defaultSorting # \u2022 Protected defaultSorting : ( item : K ) => string Type declaration # \u25b8 ( item ): string Parameters # Name Type item K Returns # string Inherited from # InternalKubeObjectStore.defaultSorting dependencies # \u2022 Protected Readonly dependencies : KubeObjectStoreDependencies Inherited from # InternalKubeObjectStore.dependencies eventsBuffer # \u2022 Protected Readonly eventsBuffer : IObservableArray < IKubeWatchEvent < D >> Inherited from # InternalKubeObjectStore.eventsBuffer failedLoading # \u2022 failedLoading : boolean Inherited from # InternalKubeObjectStore.failedLoading isLoaded # \u2022 isLoaded : boolean Inherited from # InternalKubeObjectStore.isLoaded isLoading # \u2022 isLoading : boolean Inherited from # InternalKubeObjectStore.isLoading items # \u2022 items : IObservableArray < K > Inherited from # InternalKubeObjectStore.items limit # \u2022 Readonly limit : undefined | number Inherited from # InternalKubeObjectStore.limit selectedItemsIds # \u2022 selectedItemsIds : ObservableSet < string > Inherited from # InternalKubeObjectStore.selectedItemsIds context # \u25aa Static Readonly context : Object Deprecated This is no longer used and shouldn't have been every really used Type declaration # Name Type get () => ClusterContext set ( ctx : ClusterContext ) => void Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext contextItems # \u2022 get contextItems (): K [] Returns # K [] Inherited from # InternalKubeObjectStore.contextItems query # \u2022 get query (): KubeApiQueryParams Returns # KubeApiQueryParams Inherited from # InternalKubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # InternalKubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < K , void , undefined > Returns # Generator < K , void , undefined > Inherited from # InternalKubeObjectStore.__@iterator@916 bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type delay? number Returns # void Inherited from # InternalKubeObjectStore.bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < K > Parameters # Name Type params Object params.name string params.namespace? string data? PartialDeep < K > Returns # Promise < K > Inherited from # InternalKubeObjectStore.create createItem # \u25b8 Protected createItem ( params , data? ): Promise < null | K > Parameters # Name Type params Object params.name string params.namespace? string data? PartialDeep < K > Returns # Promise < null | K > Inherited from # InternalKubeObjectStore.createItem filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): K [] Parameters # Name Type items K [] Returns # K [] Inherited from # InternalKubeObjectStore.filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): K [] Parameters # Name Type namespace string | string [] strict? boolean Returns # K [] Inherited from # InternalKubeObjectStore.getAllByNs getById # \u25b8 getById ( id ): undefined | K Parameters # Name Type id string Returns # undefined | K Inherited from # InternalKubeObjectStore.getById getByLabel # \u25b8 getByLabel ( labels ): K [] Parameters # Name Type labels string [] | Partial < Record < string , string >> Returns # K [] Inherited from # InternalKubeObjectStore.getByLabel getByName # \u25b8 getByName ( name , namespace? ): undefined | K Parameters # Name Type name string namespace? string Returns # undefined | K Inherited from # InternalKubeObjectStore.getByName getByPath # \u25b8 getByPath ( path ): undefined | K Parameters # Name Type path string Returns # undefined | K Inherited from # InternalKubeObjectStore.getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # InternalKubeObjectStore.getIndexById getItems # \u25b8 getItems (): K [] Returns # K [] Inherited from # InternalKubeObjectStore.getItems getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # InternalKubeObjectStore.getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item K Returns # boolean Inherited from # InternalKubeObjectStore.isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems? K [] Returns # boolean Inherited from # InternalKubeObjectStore.isSelectedAll load # \u25b8 load ( params ): Promise < K > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < K > Inherited from # InternalKubeObjectStore.load loadAll # \u25b8 loadAll ( \u00abdestructured\u00bb? ): Promise < undefined | K []> Parameters # Name Type \u00abdestructured\u00bb KubeObjectStoreLoadAllParams Returns # Promise < undefined | K []> Inherited from # InternalKubeObjectStore.loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < K > Parameters # Name Type resourcePath string Returns # Promise < K > Inherited from # InternalKubeObjectStore.loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < null | K > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < null | K > Inherited from # InternalKubeObjectStore.loadItem loadItems # \u25b8 Protected loadItems ( \u00abdestructured\u00bb ): Promise < K []> Parameters # Name Type \u00abdestructured\u00bb KubeObjectStoreLoadingParams Returns # Promise < K []> Inherited from # InternalKubeObjectStore.loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , \u00abdestructured\u00bb ): K [] Parameters # Name Type partialItems K [] \u00abdestructured\u00bb MergeItemsOptions Returns # K [] Inherited from # InternalKubeObjectStore.mergeItems patch # \u25b8 patch ( item , patch ): Promise < K > Parameters # Name Type item K patch Patch Returns # Promise < K > Inherited from # InternalKubeObjectStore.patch pickOnlySelected # \u25b8 pickOnlySelected ( items ): K [] Parameters # Name Type items K [] Returns # K [] Inherited from # InternalKubeObjectStore.pickOnlySelected reloadAll # \u25b8 reloadAll ( opts? ): Promise < undefined | K []> Parameters # Name Type opts? Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < undefined | K []> Inherited from # InternalKubeObjectStore.reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item K Returns # Promise < void > Inherited from # InternalKubeObjectStore.remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item K request () => Promise < any > Returns # Promise < void > Inherited from # InternalKubeObjectStore.removeItem removeItems # \u25b8 removeItems ( items ): Promise < void > Parameters # Name Type items K [] Returns # Promise < void > Inherited from # InternalKubeObjectStore.removeItems removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void > Returns # Promise < void > Inherited from # InternalKubeObjectStore.removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # InternalKubeObjectStore.reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # InternalKubeObjectStore.resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # InternalKubeObjectStore.resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item K Returns # void Inherited from # InternalKubeObjectStore.select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): K [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items? K [] the items to be sorted (default: the current items in this store) sorting? ( item : K ) => any [] list of functions to determine sort order (default: sorting by name) order? \"asc\" | \"desc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # K [] Inherited from # InternalKubeObjectStore.sortItems subscribe # \u25b8 subscribe ( \u00abdestructured\u00bb? ): Disposer Parameters # Name Type \u00abdestructured\u00bb KubeObjectStoreSubscribeParams Returns # Disposer Inherited from # InternalKubeObjectStore.subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item K Returns # void Inherited from # InternalKubeObjectStore.toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems? K [] Returns # void Inherited from # InternalKubeObjectStore.toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item K Returns # void Inherited from # InternalKubeObjectStore.unselect update # \u25b8 update ( item , data ): Promise < K > Parameters # Name Type item K data PartialDeep < K > Returns # Promise < K > Inherited from # InternalKubeObjectStore.update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # InternalKubeObjectStore.updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < K > Parameters # Name Type item K request () => Promise < K > Returns # Promise < K > Inherited from # InternalKubeObjectStore.updateItem","title":"Class: KubeObjectStore"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#class-kubeobjectstorek-a-d","text":"LensExtensionsMainApi . K8sApi .KubeObjectStore","title":"Class: KubeObjectStore<K, A, D>"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#type-parameters","text":"Name Type K extends KubeObject = KubeObject A extends InternalKubeApi < K , D > = InternalKubeApi < K , KubeJsonApiDataFor < K >> D extends KubeJsonApiDataFor < K > = KubeApiDataFrom < K , A >","title":"Type parameters"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#hierarchy","text":"KubeObjectStore < K , A , D > \u21b3 KubeObjectStore","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#properties","text":"api bufferSize defaultSorting dependencies eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds context","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#accessors","text":"context contextItems query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch pickOnlySelected reloadAll remove removeItem removeItems removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#constructor","text":"\u2022 new KubeObjectStore < K , A , D >( api , opts? )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#api","text":"\u2022 Readonly api : A","title":"api"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#buffersize","text":"\u2022 Readonly bufferSize : number","title":"bufferSize"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#defaultsorting","text":"\u2022 Protected defaultSorting : ( item : K ) => string","title":"defaultSorting"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#dependencies","text":"\u2022 Protected Readonly dependencies : KubeObjectStoreDependencies","title":"dependencies"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#eventsbuffer","text":"\u2022 Protected Readonly eventsBuffer : IObservableArray < IKubeWatchEvent < D >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#failedloading","text":"\u2022 failedLoading : boolean","title":"failedLoading"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#isloaded","text":"\u2022 isLoaded : boolean","title":"isLoaded"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#isloading","text":"\u2022 isLoading : boolean","title":"isLoading"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#items","text":"\u2022 items : IObservableArray < K >","title":"items"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#limit","text":"\u2022 Readonly limit : undefined | number","title":"limit"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableSet < string >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#context","text":"\u25aa Static Readonly context : Object Deprecated This is no longer used and shouldn't have been every really used","title":"context"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#context_1","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#contextitems","text":"\u2022 get contextItems (): K []","title":"contextItems"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#query","text":"\u2022 get query (): KubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#iterator","text":"\u25b8 [iterator] (): Generator < K , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#create","text":"\u25b8 create ( params , data? ): Promise < K >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < null | K >","title":"createItem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): K []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): K []","title":"getAllByNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#getbyid","text":"\u25b8 getById ( id ): undefined | K","title":"getById"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): K []","title":"getByLabel"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): undefined | K","title":"getByName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#getbypath","text":"\u25b8 getByPath ( path ): undefined | K","title":"getByPath"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#getitems","text":"\u25b8 getItems (): K []","title":"getItems"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#load","text":"\u25b8 load ( params ): Promise < K >","title":"load"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#loadall","text":"\u25b8 loadAll ( \u00abdestructured\u00bb? ): Promise < undefined | K []>","title":"loadAll"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < K >","title":"loadFromPath"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < null | K >","title":"loadItem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#loaditems","text":"\u25b8 Protected loadItems ( \u00abdestructured\u00bb ): Promise < K []>","title":"loadItems"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , \u00abdestructured\u00bb ): K []","title":"mergeItems"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < K >","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#pickonlyselected","text":"\u25b8 pickOnlySelected ( items ): K []","title":"pickOnlySelected"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < undefined | K []>","title":"reloadAll"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#removeitems","text":"\u25b8 removeItems ( items ): Promise < void >","title":"removeItems"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void >","title":"removeSelectedItems"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): K [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#subscribe","text":"\u25b8 subscribe ( \u00abdestructured\u00bb? ): Disposer","title":"subscribe"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#update","text":"\u25b8 update ( item , data ): Promise < K >","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeObjectStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < K >","title":"updateItem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/","text":"Class: KubeStatus # LensExtensionsMainApi . K8sApi .KubeStatus Table of contents # Constructors # constructor Properties # apiVersion code kind message reason Constructors # constructor # \u2022 new KubeStatus ( data ) Parameters # Name Type data KubeStatusData Properties # apiVersion # \u2022 Readonly apiVersion : string code # \u2022 Readonly code : number kind # \u2022 Readonly kind : \"Status\" message # \u2022 Readonly message : string reason # \u2022 Readonly reason : string","title":"Class: KubeStatus"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/#class-kubestatus","text":"LensExtensionsMainApi . K8sApi .KubeStatus","title":"Class: KubeStatus"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/#properties","text":"apiVersion code kind message reason","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/#constructor","text":"\u2022 new KubeStatus ( data )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/#code","text":"\u2022 Readonly code : number","title":"code"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/#kind","text":"\u2022 Readonly kind : \"Status\"","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/#message","text":"\u2022 Readonly message : string","title":"message"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.KubeStatus/#reason","text":"\u2022 Readonly reason : string","title":"reason"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/","text":"Class: LimitRange # LensExtensionsMainApi . K8sApi .LimitRange Hierarchy # KubeObject < NamespaceScopedMetadata , void , LimitRangeSpec > \u21b3 LimitRange Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getContainerLimits getCreationTimestamp getFinalizers getId getLabels getName getNs getOwnerRefs getPVCLimits getPodLimits getResourceVersion getScopedName getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new LimitRange ( data ) Parameters # Name Type data KubeJsonApiData < NamespaceScopedMetadata , void , LimitRangeSpec > Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : NamespaceScopedMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : LimitRangeSpec Inherited from # KubeObject . spec status # \u2022 Optional status : void Inherited from # KubeObject . status apiBase # \u25aa Static Readonly apiBase : \"/api/v1/limitranges\" Overrides # KubeObject . apiBase kind # \u25aa Static Readonly kind : \"LimitRange\" Overrides # KubeObject . kind namespaced # \u25aa Static Readonly namespaced : true Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getContainerLimits # \u25b8 getContainerLimits (): LimitRangeItem [] Returns # LimitRangeItem [] getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPVCLimits # \u25b8 getPVCLimits (): LimitRangeItem [] Returns # LimitRangeItem [] getPodLimits # \u25b8 getPodLimits (): LimitRangeItem [] Returns # LimitRangeItem [] getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < LimitRange > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial, unknown, unknown>> Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial> Parameters # Name Type object unknown Returns # object is Partial> Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Partial < Record < string , string >> Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: LimitRange"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#class-limitrange","text":"LensExtensionsMainApi . K8sApi .LimitRange","title":"Class: LimitRange"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#hierarchy","text":"KubeObject < NamespaceScopedMetadata , void , LimitRangeSpec > \u21b3 LimitRange","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#properties","text":"apiVersion kind metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#methods","text":"delete getAge getAnnotations getContainerLimits getCreationTimestamp getFinalizers getId getLabels getName getNs getOwnerRefs getPVCLimits getPodLimits getResourceVersion getScopedName getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#constructor","text":"\u2022 new LimitRange ( data )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#metadata","text":"\u2022 metadata : NamespaceScopedMetadata","title":"metadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#spec","text":"\u2022 spec : LimitRangeSpec","title":"spec"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#status","text":"\u2022 Optional status : void","title":"status"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#apibase","text":"\u25aa Static Readonly apiBase : \"/api/v1/limitranges\"","title":"apiBase"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#kind_1","text":"\u25aa Static Readonly kind : \"LimitRange\"","title":"kind"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#namespaced","text":"\u25aa Static Readonly namespaced : true","title":"namespaced"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering","title":"getAge"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getcontainerlimits","text":"\u25b8 getContainerLimits (): LimitRangeItem []","title":"getContainerLimits"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getcreationtimestamp","text":"\u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object.","title":"getCreationTimestamp"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getpvclimits","text":"\u25b8 getPVCLimits (): LimitRangeItem []","title":"getPVCLimits"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getpodlimits","text":"\u25b8 getPodLimits (): LimitRangeItem []","title":"getPodLimits"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getscopedname","text":"\u25b8 getScopedName (): string","title":"getScopedName"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead.","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#patch","text":"\u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#toplainobject","text":"\u25b8 toPlainObject (): JsonObject","title":"toPlainObject"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#update","text":"\u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#create","text":"\u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec >","title":"create"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown>","title":"isJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>>","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial>","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.LimitRange/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Main.LensExtensionsMainApi.K8sApi.Namespace/","text":"Class: Namespace # LensExtensionsMainApi . K8sApi .Namespace Hierarchy # KubeObject < ClusterScopedMetadata , NamespaceStatus , NamespaceSpec > \u21b3 Namespace Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCreationTimestamp getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopedName getSearchFields getStatus getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Namespace ( data ) Parameters # Name Type data KubeJsonApiData < ClusterScopedMetadata , NamespaceStatus , NamespaceSpec > Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind metadata # \u2022 metadata : ClusterScopedMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : NamespaceSpec Inherited from # KubeObject . spec status # \u2022 Optional status : NamespaceStatus Inherited from # KubeObject . status apiBase # \u25aa Static Readonly apiBase : \"/api/v1/namespaces\" Overrides # KubeObject . apiBase kind # \u25aa Static Readonly kind : \"Namespace\" Overrides # KubeObject . kind namespaced # \u25aa Static Readonly namespaced : false Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.delete instead Parameters # Name Type params? object Returns # Promise < KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Deprecated This function computes a new \"now\" on every call might cause subtle issues if called multiple times NOTE: this function also is not reactive to updates in the current time so it should not be used for renderering Parameters # Name Type humanize? boolean compact? boolean fromNow? boolean Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type filter? boolean Returns # string [] Inherited from # KubeObject . getAnnotations getCreationTimestamp # \u25b8 getCreationTimestamp (): number This function computes the number of milliseconds from the UNIX EPOCH to the creation timestamp of this object. Returns # number Inherited from # KubeObject . getCreationTimestamp getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): undefined Returns # undefined Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : undefined ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion? : boolean ; controller? : boolean ; kind : string ; name : string ; namespace : undefined ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScopedName # \u25b8 getScopedName (): string Returns # string Inherited from # KubeObject . getScopedName getSearchFields # \u25b8 getSearchFields (): ( undefined | string )[] Returns # ( undefined | string )[] Inherited from # KubeObject . getSearchFields getStatus # \u25b8 getStatus (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Deprecated This function computes a new \"now\" on every call which might cause subtle issues if called multiple times NOTE: Generally you can use getCreationTimestamp instead. Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): JsonObject Returns # JsonObject Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. Deprecated use KubeApi.update instead Parameters # Name Type data Partial < Namespace > Returns # Promise < null | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown >> Inherited from # KubeObject . update create # \u25b8 Static create < Metadata , Status , Spec >( data ): KubeObject < Metadata , Status , Spec > Type parameters # Name Type Metadata extends KubeObjectMetadata < KubeObjectScope > = KubeObjectMetadata < KubeObjectScope > Status unknown Spec unknown Parameters # Name Type data KubeJsonApiData < Metadata , Status , Spec > Returns # KubeObject < Metadata , Status , Spec > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData, unknown, unknown> Parameters # Name Type object unknown Returns # object is KubeJsonApiData, unknown, unknown> Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiObjectMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiObjectMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata < KubeObjectScope >, unknown , unknown > | KubeJsonApiData < KubeJsonApiObjectMetadata < KubeObjectScope >, unknown , unknown > Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial, unknown, unknown>> Parameters # Name Type object unknown Returns # object is Partial