fix: code comments

Signed-off-by: zhao.laihe <zhao.laihe@neolink.com>
This commit is contained in:
zhao.laihe 2024-02-26 10:26:35 +08:00
parent 487f9cade2
commit 77261da417
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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"`