Module Values.AddonNamespaceConfigRequestSource

The namespace configuration request object for specifying a custom namespace when creating an addon.

Sourcetype nonrec t = {
  1. namespace : Namespace.t option;
    (*

    The name of the Kubernetes namespace to install the addon in. Must be a valid RFC 1123 DNS label.

    *)
}
Sourceval make : ?namespace:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Namespace.t ]) 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