KubernetesNetworkConfigResponse class
The Kubernetes network configuration for the cluster.
Constructors
- KubernetesNetworkConfigResponse({String? serviceIpv4Cidr})
-
KubernetesNetworkConfigResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceIpv4Cidr → String?
-
The CIDR block that Kubernetes service IP addresses are assigned from. If
you didn't specify a CIDR block when you created the cluster, then
Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16
CIDR blocks. If this was specified, then it was specified when the cluster
was created and it cannot be changed.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited