Class CreateKubernetesImageArtifactDetails
Details to create a new helm chart image artifact.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class CreateKubernetesImageArtifactDetails : CreateArtifactDetailsProperties
ContainerImageArtifactIds
Declaration
[JsonProperty(PropertyName = "containerImageArtifactIds")]
public List<string> ContainerImageArtifactIds { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | List of container image artifact uniquie identifiers included in the helm chart. | 
HelmChart
Declaration
[Required(ErrorMessage = "HelmChart is required.")]
[JsonProperty(PropertyName = "helmChart")]
public CreateHelmChartImageDetails HelmChart { get; set; }Property Value
| Type | Description | 
|---|---|
| CreateHelmChartImageDetails | 
Remarks
Required