Skip to main content

parse_ingress_list

Function parse_ingress_list 

Source
pub fn parse_ingress_list(json: &str) -> Vec<IngressRule>
Expand description

Parse a Kubernetes Ingress list JSON body into a Vec<IngressRule>.

This is a minimal, hand-rolled parser that handles the common formatting returned by the Kubernetes API server. It does not depend on any external JSON library.