BareMetalKubeletConfig class

KubeletConfig defines the modifiable kubelet configurations for bare metal machines.

Note: this list includes fields supported in GKE (see https://cloud.google.com/kubernetes-engine/docs/how-to/node-system-config#kubelet-options).

Constructors

BareMetalKubeletConfig({int? registryBurst, int? registryPullQps, bool? serializeImagePullsDisabled})
BareMetalKubeletConfig.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
registryBurst int?
The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps.
getter/setter pair
registryPullQps int?
The limit of registry pulls per second.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializeImagePullsDisabled bool?
Prevents the Kubelet from pulling multiple images at a time.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited