k8s-openapi-codegen-common 0.27.1

Common code for the k8s-openapi code generator and k8s-openapi-derive
Documentation
1
2
3
4
5
6
7
8
9

impl{type_generics_impl} {local}Resource for {type_name}{type_generics_type}{type_generics_where} {{
    const API_VERSION: &'static str = {api_version};
    const GROUP: &'static str = {group};
    const KIND: &'static str = {kind};
    const VERSION: &'static str = {version};
    const URL_PATH_SEGMENT: &'static str = {url_path_segment};
    type Scope = {scope};
}}