TargetArtifact class

The artifacts produced by a target render operation.

Constructors

TargetArtifact({String? artifactUri, String? manifestPath, Map<String, PhaseArtifact>? phaseArtifacts, String? skaffoldConfigPath})
TargetArtifact.fromJson(Map json_)

Properties

artifactUri String?
URI of a directory containing the artifacts.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
manifestPath String?
File path of the rendered manifest relative to the URI.
getter/setter pair
phaseArtifacts Map<String, PhaseArtifact>?
Map from the phase ID to the phase artifacts for the Target.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skaffoldConfigPath String?
File path of the resolved Skaffold configuration relative to the URI.
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