Skip to content

Commit

Permalink
change code
Browse files Browse the repository at this point in the history
  • Loading branch information
barnettZQG committed Feb 27, 2021
1 parent e75e368 commit 4e9ee1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/rainbondcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ type RainbondClusterSpec struct {
// +optional
RainbondImageRepository string `json:"rainbondImageRepository,omitempty"`
// Suffix of component default domain name
SuffixHTTPHost string `json:"suffixHTTPHost,omitempty"`
SuffixHTTPHost string `json:"suffixHTTPHost"`
// Ingress IP addresses of rbd-gateway. If not specified,
// the IP of the node where the rbd-gateway is located will be used.
GatewayIngressIPs []string `json:"gatewayIngressIPs,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/rainbondvolume_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type RainbondVolumeSpec struct {
// CSIPlugin holds the image
CSIPlugin *CSIPluginSource `json:"csiPlugin,omitempty"`
StorageRequest *int32 `json:"storageRequest,omitempty"`
ImageRepository string `json:"imageRepository,omitempty"`
ImageRepository string `json:"imageRepository"`
}

// RainbondVolumeConditionType -
Expand Down

0 comments on commit 4e9ee1e

Please sign in to comment.