v1TvcContainerSpec class
Constructors
-
v1TvcContainerSpec({required String containerUrl, required String path, required List<
String> args, required bool hasPullSecret}) -
const
-
v1TvcContainerSpec.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
args
→ List<
String> -
The arguments to pass to the executable.
final
- containerUrl → String
-
The URL for this container image.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPullSecret → bool
-
Whether or not this container requires a pull secret to access.
final
- path → String
-
The path (in-container) to the executable binary.
final
- 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