AdditionalPodNetworkConfig class
AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message
Constructors
- AdditionalPodNetworkConfig({MaxPodsConstraint? maxPodsPerNode, String? secondaryPodRange, String? subnetwork})
- AdditionalPodNetworkConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxPodsPerNode ↔ MaxPodsConstraint?
-
The maximum number of pods per node which use this pod network
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryPodRange ↔ String?
-
The name of the secondary range on the subnet which provides IP address
for this pod range
getter/setter pair
- subnetwork ↔ String?
-
Name of the subnetwork where the additional pod network belongs
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