Virtually every sources is defining the same SecretValueFromSource type
Open
area/API
lifecycle/frozen
- Dominant language
- Go
- Stars
- 276
- Forks
- 343
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
/area API
```
// SecretValueFromSource represents the source of a secret value
type SecretValueFromSource struct {
// The Secret key to select from.
SecretKeyRef *corev1.SecretKeySelector `json:"secretKeyRef,omitempty"`
}
```
We should probably hoist this into `pkg/apis`?
/assign @n3wscott
Contributor guide
Assessment
This issue has not been assessed yet.