Commit Graph

8 Commits

Author SHA1 Message Date
Leonardo Cecchi
c5038ac31d Add VolumeGroupSnaphot examples
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
2023-11-27 11:13:56 +01:00
Niels de Vos
926df0c8c4 add "document-start" 1st line to all yaml files
The YAML Specification requires three daashes `---` as marker for the
start of a content block. That means, each YAML file needs to start with
`---` on the first line (or after initial comments).

See-also: https://yaml.org/
2023-05-25 18:13:50 +02:00
Humble Chirammal
2c2d3fa180 Mention correct vs object for restore yaml
at present the restore yaml points to a nonexistent vs object
as per the example directory. This commit correct the same.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-07-12 13:36:41 +05:30
xing-yang
c821877a2e Remove v1beta1 examples 2022-05-22 22:43:11 +00:00
xing-yang
7e83f249ae Update README 2020-12-18 04:09:43 +00:00
Andi Li
42b6b374cf Add phase 1 of validation tightening.
https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/177-volume-snapshot/tighten-validation-webhook-crd.md

1. Ratcheting validation webhook server image
2. Controller labels invalid objects
3. Unit tests for webhook
4. Deployment README and example deployment method with certs
5. Update top-level README

Racheting validation:
1. webhook is strict on create
2. webhook is strict on updates where the existing object passes strict validation
3. webhook is relaxed on updates where the existing object fails strict validation (allows finalizer removal, status update, deletion, etc)

Additionally the validating wehook server will perform immutability
checks on scenario 2 above.
2020-08-27 20:34:21 -04:00
xing-yang
6308420635 Split snapshot controller using beta APIs 2019-11-07 16:49:41 +00:00
Xing Yang
73600a6faa Add example yaml files for deployment and testing 2018-09-17 13:03:19 -07:00