OkeArtifactsDetail¶
-
class
oci.dif.models.OkeArtifactsDetail(**kwargs)¶ Bases:
objectDetail to deploy artifacts for OKE service.
Methods
__init__(**kwargs)Initializes a new OkeArtifactsDetail object with values from keyword arguments. Attributes
component_value_overridesGets the component_value_overrides of this OkeArtifactsDetail. instance_id[Required] Gets the instance_id of this OkeArtifactsDetail. manifest_object_storage_pathGets the manifest_object_storage_path of this OkeArtifactsDetail. secretsGets the secrets of this OkeArtifactsDetail. -
__init__(**kwargs)¶ Initializes a new OkeArtifactsDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - instance_id (str) – The value to assign to the instance_id property of this OkeArtifactsDetail.
- secrets (list[oci.dif.models.SecretDetail]) – The value to assign to the secrets property of this OkeArtifactsDetail.
- manifest_object_storage_path (str) – The value to assign to the manifest_object_storage_path property of this OkeArtifactsDetail.
- component_value_overrides (list[oci.dif.models.ComponentValueOverride]) – The value to assign to the component_value_overrides property of this OkeArtifactsDetail.
-
component_value_overrides¶ Gets the component_value_overrides of this OkeArtifactsDetail. Component overrides for stack specific parameters applied during artifact template rendering.
Returns: The component_value_overrides of this OkeArtifactsDetail. Return type: list[oci.dif.models.ComponentValueOverride]
-
instance_id¶ [Required] Gets the instance_id of this OkeArtifactsDetail. Instance id of the existing OKE instance for artifact deployment.
Returns: The instance_id of this OkeArtifactsDetail. Return type: str
-
manifest_object_storage_path¶ Gets the manifest_object_storage_path of this OkeArtifactsDetail. Object storage path for the deployment manifest.
Returns: The manifest_object_storage_path of this OkeArtifactsDetail. Return type: str
-
secrets¶ Gets the secrets of this OkeArtifactsDetail. List of kubernetes secrets to create or update in the namespace-name of the target cluster. Each entry source secret values from OCI vault.
Returns: The secrets of this OkeArtifactsDetail. Return type: list[oci.dif.models.SecretDetail]
-