$ConfigManagementContainerOverride class

Used by:

  • gkehub:v1 : ConfigManagementContainerOverride
  • gkehub:v2 : ConfigManagementContainerOverride

Constructors

$ConfigManagementContainerOverride({String? containerName, String? cpuLimit, String? cpuRequest, String? memoryLimit, String? memoryRequest})
$ConfigManagementContainerOverride.fromJson(Map json_)

Properties

containerName ↔ String?
The name of the container.
getter/setter pair
cpuLimit ↔ String?
The cpu limit of the container.
getter/setter pair
cpuRequest ↔ String?
The cpu request of the container.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
memoryLimit ↔ String?
The memory limit of the container.
getter/setter pair
memoryRequest ↔ String?
The memory request of the container.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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