@nebius/js-sdk - v0.1.4
Services Index
GitHub
Preparing search index...
api/nebius/mk8s/v1
NodeTaint
Interface NodeTaint
See
https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
interface
NodeTaint
{
"[customJson]"
?:
()
=>
unknown
;
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
;
$type
:
"nebius.mk8s.v1.NodeTaint"
;
effect
:
NodeTaint_Effect
;
key
:
string
;
value
:
string
;
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
;
}
Indexable
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
Index
Properties
[custom
Json]?
[unknown
Fields
Symbol]?
$type
effect
key
value
Properties
Optional
[custom
Json]
"[customJson]"
?:
()
=>
unknown
Optional
[unknown
Fields
Symbol]
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
$type
$type
:
"nebius.mk8s.v1.NodeTaint"
effect
effect
:
NodeTaint_Effect
key
key
:
string
value
value
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[custom
Json]
[unknown
Fields
Symbol]
$type
effect
key
value
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.4
Loading...
See https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/