Show / Hide Table of Contents

Class AdminKubernetesImageArtifact

Kubernetes HelmChart Image artifact details.

Inheritance
object
AdminArtifact
AdminKubernetesImageArtifact
Inherited Members
AdminArtifact.Id
AdminArtifact.LegacyId
AdminArtifact.DisplayName
AdminArtifact.Status
AdminArtifact.StatusNotes
AdminArtifact.LifecycleState
AdminArtifact.TimeCreated
AdminArtifact.CompartmentId
AdminArtifact.PublisherId
AdminArtifact.TimeUpdated
AdminArtifact.FreeformTags
AdminArtifact.DefinedTags
AdminArtifact.SystemTags
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 AdminKubernetesImageArtifact : AdminArtifact

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
[Required(ErrorMessage = "HelmChart is required.")]
[JsonProperty(PropertyName = "helmChart")]
public HelmChartImageDetails HelmChart { get; set; }
Property Value
Type Description
HelmChartImageDetails
Remarks

Required

In this article
Back to top