HelmDiffArgument

class oci.devops.models.HelmDiffArgument(**kwargs)

Bases: object

Parameters for all the helm stages passed for retrieving Helm Diff

Methods

__init__(**kwargs) Initializes a new HelmDiffArgument object with values from keyword arguments.

Attributes

helm_arg_set_values Gets the helm_arg_set_values of this HelmDiffArgument.
helm_arg_string_values Gets the helm_arg_string_values of this HelmDiffArgument.
helm_stage_contents Gets the helm_stage_contents of this HelmDiffArgument.
stage_id Gets the stage_id of this HelmDiffArgument.
value_artifact_contents Gets the value_artifact_contents of this HelmDiffArgument.
__init__(**kwargs)

Initializes a new HelmDiffArgument object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
helm_arg_set_values

Gets the helm_arg_set_values of this HelmDiffArgument.

Returns:The helm_arg_set_values of this HelmDiffArgument.
Return type:oci.devops.models.HelmSetValueCollection
helm_arg_string_values

Gets the helm_arg_string_values of this HelmDiffArgument.

Returns:The helm_arg_string_values of this HelmDiffArgument.
Return type:oci.devops.models.HelmSetValueCollection
helm_stage_contents

Gets the helm_stage_contents of this HelmDiffArgument. Stage specific values along with the helm chart injected by Shepherd

Returns:The helm_stage_contents of this HelmDiffArgument.
Return type:list[oci.devops.models.HelmStageContent]
stage_id

Gets the stage_id of this HelmDiffArgument. Deploy Stage OCID.

Returns:The stage_id of this HelmDiffArgument.
Return type:str
value_artifact_contents

Gets the value_artifact_contents of this HelmDiffArgument.

Returns:The value_artifact_contents of this HelmDiffArgument.
Return type:oci.devops.models.ValueArtifactContentCollection