Mateen Kasim
Mateen Kasim
`protobuf` v4.25 came out last month, so it'd be awesome if this client allowed v25 too. Not interested in updating the lockfile, just bumping the upper bound as was done...
- The recent addition of the `__init__.pyi` file means VSCode's Pylance looks to that file for static analysis, rather than the `.py` file. - This PR copies re-exports to the...
### Problem Statement ## TLDR I propose creating a "Set" API that receives a resource type, resource ID, and relation name as well as a subject or set of subjects,...
### Problem Statement I wasn't sure how to label this as it's more of a concern than a bug or proposal, and it's not high priority for me. Previous discussions...
### Problem Statement `WriteSchema` does validation before writing the schema, and it returns an error if the validation fails. Not only does it check if the schema is well-formed, but...
### Problem Statement I have many situations where I want to read many relationships, but `ReadRelationships` restricts me to reading them one at a time. Most prohibitively, this happens when...
### Description ValidatingWebhookConfigurations and MutatingWebhookConfigurations (under `admissionregistration.k8s.io`) both have a `matchConditions` field in their `webhooks`, which is stable as of Kubernetes v1.30. This is a request to support those fields...