create_root_ingress

Function create_root_ingress 

Source
pub async fn create_root_ingress(
    configuration: &Configuration,
    domain: &str,
    create_ingress_request: Option<CreateIngressRequest>,
    headers: Option<CreateRootIngressHeaders>,
) -> Result<ResponseContent<CreateRootIngressSuccess>, Error<CreateRootIngressError>>