ContainerOverride class
Per container override specification.
Constructors
-
ContainerOverride({List<
String> ? args, bool? clearArgs, List<EnvVar> ? env, String? name}) - ContainerOverride.fromJson(Map json_)
Properties
-
args
↔ List<
String> ? -
Arguments to the entrypoint.
getter/setter pair
- clearArgs ↔ bool?
-
Set to True to clear all existing arguments.
getter/setter pair
-
env
↔ List<
EnvVar> ? -
List of environment variables to set in the container.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the container specified as a DNS_LABEL.
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