ServicePort constructor
const
ServicePort({})
Default constructor.
Implementation
const ServicePort({
this.appProtocol,
this.name,
this.nodePort,
required this.port,
this.protocol,
this.targetPort,
});
Default constructor.
const ServicePort({
this.appProtocol,
this.name,
this.nodePort,
required this.port,
this.protocol,
this.targetPort,
});