Module Values.SigningConfigurationSource

The signing configuration for a registry, which specifies rules for automatically signing images when pushed.

Sourcetype nonrec t = {
  1. rules : SigningRuleList.t;
    (*

    A list of signing rules. Each rule defines a signing profile and optional repository filters that determine which images are automatically signed. Maximum of 10 rules.

    *)
}
Sourceval context_ : string
Sourceval make : rules:SigningRuleList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of SigningRepositoryFilterValue.t ]) list ] list | `String of SigningProfileArn.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t