KubernetesImageArtifact

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

Bases: oci.marketplace_publisher.models.artifact.Artifact

Kubernetes HelmChart Image artifact details.

Attributes

ARTIFACT_TYPE_CONTAINER_IMAGE str(object=’’) -> str
ARTIFACT_TYPE_HELM_CHART str(object=’’) -> str
LIFECYCLE_STATE_ACTIVE str(object=’’) -> str
LIFECYCLE_STATE_CREATING str(object=’’) -> str
LIFECYCLE_STATE_DELETED str(object=’’) -> str
LIFECYCLE_STATE_DELETING str(object=’’) -> str
LIFECYCLE_STATE_FAILED str(object=’’) -> str
LIFECYCLE_STATE_UPDATING str(object=’’) -> str
STATUS_AVAILABLE str(object=’’) -> str
STATUS_IN_PROGRESS str(object=’’) -> str
STATUS_UNAVAILABLE str(object=’’) -> str
artifact_type [Required] Gets the artifact_type of this Artifact.
compartment_id [Required] Gets the compartment_id of this Artifact.
container_image_artifact_ids Gets the container_image_artifact_ids of this KubernetesImageArtifact.
defined_tags Gets the defined_tags of this Artifact.
display_name [Required] Gets the display_name of this Artifact.
freeform_tags Gets the freeform_tags of this Artifact.
helm_chart [Required] Gets the helm_chart of this KubernetesImageArtifact.
id [Required] Gets the id of this Artifact.
lifecycle_state [Required] Gets the lifecycle_state of this Artifact.
publisher_id [Required] Gets the publisher_id of this Artifact.
status [Required] Gets the status of this Artifact.
status_notes Gets the status_notes of this Artifact.
system_tags Gets the system_tags of this Artifact.
time_created [Required] Gets the time_created of this Artifact.
time_updated [Required] Gets the time_updated of this Artifact.

Methods

__init__(**kwargs) Initializes a new KubernetesImageArtifact object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
ARTIFACT_TYPE_CONTAINER_IMAGE = 'CONTAINER_IMAGE'
ARTIFACT_TYPE_HELM_CHART = 'HELM_CHART'
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'
LIFECYCLE_STATE_CREATING = 'CREATING'
LIFECYCLE_STATE_DELETED = 'DELETED'
LIFECYCLE_STATE_DELETING = 'DELETING'
LIFECYCLE_STATE_FAILED = 'FAILED'
LIFECYCLE_STATE_UPDATING = 'UPDATING'
STATUS_AVAILABLE = 'AVAILABLE'
STATUS_IN_PROGRESS = 'IN_PROGRESS'
STATUS_UNAVAILABLE = 'UNAVAILABLE'
__init__(**kwargs)

Initializes a new KubernetesImageArtifact object with values from keyword arguments. The default value of the artifact_type attribute of this class is HELM_CHART and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this KubernetesImageArtifact.
  • display_name (str) – The value to assign to the display_name property of this KubernetesImageArtifact.
  • artifact_type (str) – The value to assign to the artifact_type property of this KubernetesImageArtifact. Allowed values for this property are: “CONTAINER_IMAGE”, “HELM_CHART”
  • status (str) – The value to assign to the status property of this KubernetesImageArtifact. Allowed values for this property are: “IN_PROGRESS”, “AVAILABLE”, “UNAVAILABLE”
  • status_notes (str) – The value to assign to the status_notes property of this KubernetesImageArtifact.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this KubernetesImageArtifact. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”
  • time_created (datetime) – The value to assign to the time_created property of this KubernetesImageArtifact.
  • compartment_id (str) – The value to assign to the compartment_id property of this KubernetesImageArtifact.
  • publisher_id (str) – The value to assign to the publisher_id property of this KubernetesImageArtifact.
  • time_updated (datetime) – The value to assign to the time_updated property of this KubernetesImageArtifact.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this KubernetesImageArtifact.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this KubernetesImageArtifact.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this KubernetesImageArtifact.
  • helm_chart (oci.marketplace_publisher.models.HelmChartImageDetails) – The value to assign to the helm_chart property of this KubernetesImageArtifact.
  • container_image_artifact_ids (list[str]) – The value to assign to the container_image_artifact_ids property of this KubernetesImageArtifact.
artifact_type

[Required] Gets the artifact_type of this Artifact. Artifact type for the artifact.

Allowed values for this property are: “CONTAINER_IMAGE”, “HELM_CHART”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The artifact_type of this Artifact.
Return type:str
compartment_id

[Required] Gets the compartment_id of this Artifact. The unique identifier for the compartment.

Returns:The compartment_id of this Artifact.
Return type:str
container_image_artifact_ids

Gets the container_image_artifact_ids of this KubernetesImageArtifact. List of container image artifact unique identifiers included in the helm chart.

Returns:The container_image_artifact_ids of this KubernetesImageArtifact.
Return type:list[str]
defined_tags

Gets the defined_tags of this Artifact. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this Artifact.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this Artifact. A display name for the artifact.

Returns:The display_name of this Artifact.
Return type:str
freeform_tags

Gets the freeform_tags of this Artifact. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this Artifact.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

helm_chart

[Required] Gets the helm_chart of this KubernetesImageArtifact.

Returns:The helm_chart of this KubernetesImageArtifact.
Return type:oci.marketplace_publisher.models.HelmChartImageDetails
id

[Required] Gets the id of this Artifact. Unique OCID identifier for the artifact.

Returns:The id of this Artifact.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this Artifact. The current state for the Artifact.

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this Artifact.
Return type:str
publisher_id

[Required] Gets the publisher_id of this Artifact. The unique identifier for the publisher.

Returns:The publisher_id of this Artifact.
Return type:str
status

[Required] Gets the status of this Artifact. The current status for the Artifact.

Allowed values for this property are: “IN_PROGRESS”, “AVAILABLE”, “UNAVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this Artifact.
Return type:str
status_notes

Gets the status_notes of this Artifact. Status notes for the Artifact.

Returns:The status_notes of this Artifact.
Return type:str
system_tags

Gets the system_tags of this Artifact. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this Artifact.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this Artifact. The date and time the artifact was created, in the format defined by RFC3339.

Example: 2022-09-15T21:10:29.600Z

Returns:The time_created of this Artifact.
Return type:datetime
time_updated

[Required] Gets the time_updated of this Artifact. The date and time the artifact was updated, in the format defined by RFC3339.

Example: 2022-09-15T21:10:29.600Z

Returns:The time_updated of this Artifact.
Return type:datetime