📄️ object
Defined in37
📄️ Type Alias: PatchStrategy
PatchStrategy = typeof PatchStrategy\keyof typeof [PatchStrategy\]
📄️ patch
Type Aliases
📄️ Variable: PatchStrategy
const PatchStrategy: object
📄️ health
Defined in6
🗃️ functions
4 items
📄️ middleware
Type Aliases
🗃️ type-aliases
1 item
📄️ Type Alias: IntOrString
IntOrString = number \| string
📄️ Interface: KubernetesListObject\<T\>
Defined in9
📄️ Interface: KubernetesObject
Defined in3
📄️ Class: V1MicroTime
Defined in18
📄️ types
Classes
📄️ Function: dumpYaml()
dumpYaml(object, opts?): string
📄️ yaml
Quick start: loadYaml(yamlString) / loadAllYaml(multiDocYaml) / dumpYaml(obj) — See examples
📄️ Function: loadAllYaml()
loadAllYaml(data, opts?): any[]
📄️ Function: loadYaml()
loadYaml\(data, opts?): T