Versions in this module Expand all Collapse all v0 v0.1.2 Mar 19, 2024 v0.1.1 Mar 19, 2024 Changes in this version + type Config struct + func Parse(reader io.Reader) ([]Config, error) + type LockMode string + const OptimisticLockMode + const PessimisticLockMode + type Match struct + GroupVersion string + Resource string + Verbs []string + type ObjectTemplate struct + ID string + Relation string + Type string + type PreFilter struct + ByResource *StringOrTemplate + BySubject *StringOrTemplate + Name string + Namespace string + type RelationshipTemplate struct + Resource ObjectTemplate + Subject ObjectTemplate + type Spec struct + Checks []StringOrTemplate + Locking LockMode + Matches []Match + Must []StringOrTemplate + MustNot []StringOrTemplate + PreFilters []PreFilter + Writes []StringOrTemplate + type StringOrTemplate struct + Template string