Dan Upton
b117eb0126
resource: enforce consistent naming of resource types ( #17611 )
...
For consistency, resource type names must follow these rules:
- `Group` must be snake case, and in most cases a single word.
- `GroupVersion` must be lowercase, start with a "v" and end with a number.
- `Kind` must be pascal case.
These were chosen because they map to our protobuf type naming
conventions.
2023-06-26 13:25:14 +01:00
R.B. Boyer
e00280e7df
prototest: fix early return condition in AssertElementsMatch ( #17416 )
2023-05-22 13:49:50 -05:00
Dan Upton
5030101cdb
resource: add missing validation to the `List` and `WatchList` endpoints ( #17213 )
2023-05-10 10:38:48 +01:00
Dan Upton
b9c485dcb8
Controller Supervision ( #17016 )
2023-04-25 12:52:35 +01:00
Semir Patel
686f49346c
Check acls on resource `Read`, `List`, and `WatchList` ( #16842 )
2023-04-11 06:10:14 -05:00
Dan Upton
4fa2537b3b
Resource `Write` endpoint ( #16786 )
2023-04-06 10:40:04 +01:00
Dan Upton
671d5825ca
Raft storage backend ( #16619 )
2023-04-04 17:30:06 +01:00
Ronald
b64674623e
Copyright headers for missing files/folders ( #16708 )
...
* copyright headers for agent folder
2023-03-28 18:48:58 -04:00
Semir Patel
440f11203f
Resource service List(..) endpoint ( #16753 )
2023-03-27 16:25:27 -05:00