@hashgraph/solo
    Preparing search index...
    interface ServiceSpec {
        clusterIP?: string;
        ports?: ServicePort[];
        selector?: { [key: string]: string };
        type?: string;
    }
    Index

    Properties

    clusterIP?: string
    ports?: ServicePort[]
    selector?: { [key: string]: string }
    type?: string