Volume.Secret プロパティ

定義

シークレット ボリュームを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="secret")]
public System.Collections.Generic.IDictionary<string,string> Secret { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="secret")>]
member this.Secret : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Secret As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象