PodSpecV1.ImagePullSecrets Property

Definition

Specifies a list of references to secrets to use for pulling images for the containers defined in the pod. Each item in the list is a reference to a secret containing credentials for accessing a private image registry. This allows customization of authentication methods for image pulling, especially in secure or restricted environments.

[YamlDotNet.Serialization.YamlMember(Alias="imagePullSecrets")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.LocalObjectReferenceV1> ImagePullSecrets { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="imagePullSecrets")>]
member this.ImagePullSecrets : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.LocalObjectReferenceV1>
Public ReadOnly Property ImagePullSecrets As List(Of LocalObjectReferenceV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to