Show / Hide Table of Contents

Class HelmDiffArgument

Parameters for all the helm stages passed for retrieving Helm Diff

Inheritance
object
HelmDiffArgument
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class HelmDiffArgument

Properties

HelmArgSetValues

Declaration
[JsonProperty(PropertyName = "helmArgSetValues")]
public HelmSetValueCollection HelmArgSetValues { get; set; }
Property Value
Type Description
HelmSetValueCollection

HelmArgStringValues

Declaration
[JsonProperty(PropertyName = "helmArgStringValues")]
public HelmSetValueCollection HelmArgStringValues { get; set; }
Property Value
Type Description
HelmSetValueCollection

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
Type Description
ValueArtifactContentCollection
In this article
Back to top