Class HelmDiffArgument
Parameters for all the helm stages passed for retrieving Helm Diff
Inheritance
HelmDiffArgument
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class HelmDiffArgument
Properties
HelmArgSetValues
Declaration
[JsonProperty(PropertyName = "helmArgSetValues")]
public HelmSetValueCollection HelmArgSetValues { get; set; }
Property Value
HelmArgStringValues
Declaration
[JsonProperty(PropertyName = "helmArgStringValues")]
public HelmSetValueCollection HelmArgStringValues { get; set; }
Property Value
HelmStageContents
Declaration
[JsonProperty(PropertyName = "helmStageContents")]
public List<HelmStageContent> HelmStageContents { get; set; }
Property Value
Type |
Description |
List<HelmStageContent> |
Stage specific values along with the helm chart injected by Shepherd
|
StageId
Declaration
[JsonProperty(PropertyName = "stageId")]
public string StageId { get; set; }
Property Value
Type |
Description |
string |
Deploy Stage OCID.
|
ValueArtifactContents
Declaration
[JsonProperty(PropertyName = "valueArtifactContents")]
public ValueArtifactContentCollection ValueArtifactContents { get; set; }
Property Value