kubernetes-operator/pkg/configuration/user/seedjobs
Piotr Ryba 41dac85ea1
#552 Seed Jobs: Don't Validate "external" Credential Type (#556)
* Don't validate external credential type

The operator shouldn't try to fetch credentials that have their types
defined as `external` - that means that credentials are supplied
externally, without using k8s secrets.

* Docs: Add example of `external` credential type
2021-05-05 09:27:43 +02:00
..
doc.go reorganise directories for better readbility 2020-05-19 10:26:18 +02:00
seedjobs.go Upgrade operator-sdk to 1.3.0 without e2e tests 2021-01-19 15:47:05 +01:00
seedjobs_test.go Upgrade operator-sdk to 1.3.0 without e2e tests 2021-01-19 15:47:05 +01:00
validate.go #552 Seed Jobs: Don't Validate "external" Credential Type (#556) 2021-05-05 09:27:43 +02:00
validate_test.go Use ssh.ParseRawPrivateKey to validate ssh private key (#546) 2021-04-27 07:21:58 +02:00