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

    Interface IoK8sApiNetworkingV1ServiceBackendPort

    ServiceBackendPort is the service port being referenced.

    interface IoK8sApiNetworkingV1ServiceBackendPort {
        name?: string;
        number?: number;
    }
    Index

    Properties

    Properties

    name?: string

    name is the name of the port on the Service. This is a mutually exclusive setting with "Number".

    number?: number

    number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".

    int32