Preparing search index...
The search index is not available
@hashgraph/solo
@hashgraph/solo
src/core/kube/resources/object_meta
ObjectMeta
Interface ObjectMeta
interface
ObjectMeta
{
annotations
?:
{
[
key
:
string
]:
string
}
;
labels
?:
{
[
key
:
string
]:
string
}
;
name
:
string
;
namespace
?:
NamespaceName
;
uid
?:
string
;
}
Implemented by
K8ClientObjectMeta
Index
Properties
annotations?
labels?
name
namespace?
uid?
Properties
Optional
Readonly
annotations
annotations
?:
{
[
key
:
string
]:
string
}
Optional
Readonly
labels
labels
?:
{
[
key
:
string
]:
string
}
Readonly
name
name
:
string
Optional
Readonly
namespace
namespace
?:
NamespaceName
Optional
Readonly
uid
uid
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
annotations
labels
name
namespace
uid
@hashgraph/solo
Loading...