@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface K8sIoApiCoreV1HTTPHeader

    HTTPHeader describes a custom header to be used in HTTP probes

    interface K8sIoApiCoreV1HTTPHeader {
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string

    The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.

    ""
    
    value: string

    The header field value

    ""