referenced the V1Secret type (#105901)

This commit is contained in:
Shivanshu Raj Shrivastava
2021-10-30 00:43:11 +05:30
committed by GitHub
parent c9ddd248b6
commit c2fba6b84d
5 changed files with 5 additions and 2 deletions

View File

@@ -5105,6 +5105,7 @@ type Secret struct {
Data map[string][]byte `datapolicy:"password,security-key,token"`
// Used to facilitate programmatic handling of secret data.
// More info: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types
// +optional
Type SecretType
}