fix: code comments
Signed-off-by: zhao.laihe <zhao.laihe@neolink.com>
This commit is contained in:
parent
487f9cade2
commit
77261da417
|
@ -648,7 +648,7 @@ spec:
|
|||
type: string
|
||||
serviceType:
|
||||
description: ServiceType represents the service type of karmada
|
||||
apiserver. it is NodePort by default.
|
||||
apiserver. it is ClusterIP by default.
|
||||
type: string
|
||||
type: object
|
||||
karmadaAggregatedAPIServer:
|
||||
|
|
|
@ -648,7 +648,7 @@ spec:
|
|||
type: string
|
||||
serviceType:
|
||||
description: ServiceType represents the service type of karmada
|
||||
apiserver. it is NodePort by default.
|
||||
apiserver. it is ClusterIP by default.
|
||||
type: string
|
||||
type: object
|
||||
karmadaAggregatedAPIServer:
|
||||
|
|
|
@ -224,7 +224,7 @@ type KarmadaAPIServer struct {
|
|||
ServiceSubnet *string `json:"serviceSubnet,omitempty"`
|
||||
|
||||
// ServiceType represents the service type of karmada apiserver.
|
||||
// it is NodePort by default.
|
||||
// it is ClusterIP by default.
|
||||
// +optional
|
||||
ServiceType corev1.ServiceType `json:"serviceType,omitempty"`
|
||||
|
||||
|
|
Loading…
Reference in New Issue