PodSpecV1.ImagePullSecrets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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