interface ServiceSpec {
    clusterIP?: string;
    ports?: ServicePort[];
    selector?: { [key: string]: string };
}

Properties

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