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: - stage_id (str) – The value to assign to the stage_id property of this HelmDiffArgument.
- helm_arg_set_values (oci.devops.models.HelmSetValueCollection) – The value to assign to the helm_arg_set_values property of this HelmDiffArgument.
- helm_arg_string_values (oci.devops.models.HelmSetValueCollection) – The value to assign to the helm_arg_string_values property of this HelmDiffArgument.
- value_artifact_contents (oci.devops.models.ValueArtifactContentCollection) – The value to assign to the value_artifact_contents property of this HelmDiffArgument.
- helm_stage_contents (list[oci.devops.models.HelmStageContent]) – The value to assign to the helm_stage_contents property of this HelmDiffArgument.
-
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
-