CreateHelmChartImageDetails

class oci.marketplace_publisher.models.CreateHelmChartImageDetails(**kwargs)

Bases: object

Helmchart image details required to create an helmchart artifact.

Methods

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

Attributes

source_registry_id [Required] Gets the source_registry_id of this CreateHelmChartImageDetails.
source_registry_url [Required] Gets the source_registry_url of this CreateHelmChartImageDetails.
supported_kubernetes_versions Gets the supported_kubernetes_versions of this CreateHelmChartImageDetails.
__init__(**kwargs)

Initializes a new CreateHelmChartImageDetails 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 CreateHelmChartImageDetails.
  • source_registry_url (str) – The value to assign to the source_registry_url property of this CreateHelmChartImageDetails.
  • supported_kubernetes_versions (list[str]) – The value to assign to the supported_kubernetes_versions property of this CreateHelmChartImageDetails.
source_registry_id

[Required] Gets the source_registry_id of this CreateHelmChartImageDetails. The source registry OCID of the container image.

Returns:The source_registry_id of this CreateHelmChartImageDetails.
Return type:str
source_registry_url

[Required] Gets the source_registry_url of this CreateHelmChartImageDetails. The source registry url of the helmchart image.

Returns:The source_registry_url of this CreateHelmChartImageDetails.
Return type:str
supported_kubernetes_versions

Gets the supported_kubernetes_versions of this CreateHelmChartImageDetails. The Supported Versions of Kubernetes

Returns:The supported_kubernetes_versions of this CreateHelmChartImageDetails.
Return type:list[str]