Show / Hide Table of Contents

Class UpdateKubernetesImageArtifactDetails

Details to update the kubernetes image artifact.

Inheritance
object
UpdateArtifactDetails
UpdateKubernetesImageArtifactDetails
Inherited Members
UpdateArtifactDetails.CompartmentId
UpdateArtifactDetails.DisplayName
UpdateArtifactDetails.FreeformTags
UpdateArtifactDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class UpdateKubernetesImageArtifactDetails : UpdateArtifactDetails

Properties

ContainerImageArtifactIds

Declaration
[JsonProperty(PropertyName = "containerImageArtifactIds")]
public List<string> ContainerImageArtifactIds { get; set; }
Property Value
Type Description
List<string>

List of container image artifact unique identifiers included in the helm chart.

HelmChart

Declaration
[JsonProperty(PropertyName = "helmChart")]
public UpdateHelmChartImageDetails HelmChart { get; set; }
Property Value
Type Description
UpdateHelmChartImageDetails
In this article
Back to top