ServerConfig class

Kubernetes Engine service configuration.

Constructors

ServerConfig({List<ReleaseChannelConfig>? channels, String? defaultClusterVersion, String? defaultImageType, List<String>? validImageTypes, List<String>? validMasterVersions, List<String>? validNodeVersions})
ServerConfig.fromJson(Map json_)

Properties

channels List<ReleaseChannelConfig>?
List of release channel configurations.
getter/setter pair
defaultClusterVersion String?
Version of Kubernetes the service deploys by default.
getter/setter pair
defaultImageType String?
Default image type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validImageTypes List<String>?
List of valid image types.
getter/setter pair
validMasterVersions List<String>?
List of valid master versions, in descending order.
getter/setter pair
validNodeVersions List<String>?
List of valid node upgrade target versions, in descending order.
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