UpdateHelmChartImageDetails¶
-
class
oci.marketplace_publisher.models.
UpdateHelmChartImageDetails
(**kwargs)¶ Bases:
object
Helmchart image details required to update an helmchart artifact.
Methods
__init__
(**kwargs)Initializes a new UpdateHelmChartImageDetails object with values from keyword arguments. Attributes
source_registry_id
[Required] Gets the source_registry_id of this UpdateHelmChartImageDetails. source_registry_url
[Required] Gets the source_registry_url of this UpdateHelmChartImageDetails. supported_kubernetes_versions
Gets the supported_kubernetes_versions of this UpdateHelmChartImageDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateHelmChartImageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_registry_id (str) – The value to assign to the source_registry_id property of this UpdateHelmChartImageDetails.
- source_registry_url (str) – The value to assign to the source_registry_url property of this UpdateHelmChartImageDetails.
- supported_kubernetes_versions (list[str]) – The value to assign to the supported_kubernetes_versions property of this UpdateHelmChartImageDetails.
-
source_registry_id
¶ [Required] Gets the source_registry_id of this UpdateHelmChartImageDetails. The source registry OCID of the helmchart image.
Returns: The source_registry_id of this UpdateHelmChartImageDetails. Return type: str
-
source_registry_url
¶ [Required] Gets the source_registry_url of this UpdateHelmChartImageDetails. The source registry url of the helmchart image.
Returns: The source_registry_url of this UpdateHelmChartImageDetails. Return type: str
-
supported_kubernetes_versions
¶ Gets the supported_kubernetes_versions of this UpdateHelmChartImageDetails. The Supported Versions of Kubernetes
Returns: The supported_kubernetes_versions of this UpdateHelmChartImageDetails. Return type: list[str]
-