fix: fix the gateway variable name.

Signed-off-by: Pilipalaca <85749695@qq.com>
This commit is contained in:
Pilipalaca
2022-04-21 17:13:05 +08:00
parent 7d9563dca1
commit e90efe1c34
3 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ import (
// GatewaySpec defines the desired state of Gateway
type GatewaySpec struct {
Conroller ControllerSpec `json:"controller,omitempty"`
Controller ControllerSpec `json:"controller,omitempty"`
Service ServiceSpec `json:"service,omitempty"`
Deployment DeploymentSpec `json:"deployment,omitempty"`
}