We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RestServerSpec
type RestServerSpec struct { URL string json:"url,omitempty" UserSecretRef *corev1.SecretKeySelector json:"userSecretRef,omitempty" PasswordSecretReg *corev1.SecretKeySelector json:"passwordSecretReg,omitempty" }
json:"url,omitempty"
json:"userSecretRef,omitempty"
json:"passwordSecretReg,omitempty"
PasswordSecretReg -> PasswordSecretRef
PasswordSecretReg
PasswordSecretRef
However, as this changes a CRD field, we'd probably want to implement some mutation webhook to automatically re-write the wrong field.
No response
Current master (a76028a)
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
type RestServerSpec struct {
URL string
json:"url,omitempty"
UserSecretRef *corev1.SecretKeySelector
json:"userSecretRef,omitempty"
PasswordSecretReg *corev1.SecretKeySelector
json:"passwordSecretReg,omitempty"
}
PasswordSecretReg
->PasswordSecretRef
However, as this changes a CRD field, we'd probably want to implement some mutation webhook to automatically re-write the wrong field.
Additional Context
No response
Logs
No response
Expected Behavior
PasswordSecretRef
Steps To Reproduce
No response
Version of K8up
Current master (a76028a)
Version of Kubernetes
N/A
Distribution of Kubernetes
N/A
The text was updated successfully, but these errors were encountered: