@hashgraph/solo
Preparing search index...
src/integration/kube/k8-client/resources/k8-client-object-meta
K8ClientObjectMeta
Class K8ClientObjectMeta
Implements
ObjectMeta
Index
Constructors
constructor
Properties
annotations?
labels?
name
namespace
uid?
Constructors
constructor
new
K8ClientObjectMeta
(
namespace
:
NamespaceName
,
name
:
string
,
labels
?:
{
[
key
:
string
]:
string
}
,
annotations
?:
{
[
key
:
string
]:
string
}
,
uid
?:
string
,
)
:
K8ClientObjectMeta
Parameters
namespace
:
NamespaceName
name
:
string
Optional
labels
:
{
[
key
:
string
]:
string
}
Optional
annotations
:
{
[
key
:
string
]:
string
}
Optional
uid
:
string
Returns
K8ClientObjectMeta
Properties
Optional
Readonly
annotations
annotations
?:
{
[
key
:
string
]:
string
}
Optional
Readonly
labels
labels
?:
{
[
key
:
string
]:
string
}
Readonly
name
name
:
string
Readonly
namespace
namespace
:
NamespaceName
Optional
Readonly
uid
uid
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
annotations
labels
name
namespace
uid
@hashgraph/solo
Loading...