Skip to content

Commit

Permalink
Fix typo in ServiceImportExportLabelelector
Browse files Browse the repository at this point in the history
  • Loading branch information
luksa authored and maistra-bot committed Jul 26, 2021
1 parent bb7ae6b commit 3d5819d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion federation/v1/exportedserviceset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type ExportedServiceRule struct {
// LabelSelector provides a mechanism for selecting services to export by
// using a label selector to match Service resources for export.
// +optional
LabelSelector *ServiceImportExportLabelelector `json:"labelSelector,omitempty"`
LabelSelector *ServiceImportExportLabelSelector `json:"labelSelector,omitempty"`
// NameSelector provides a simple name matcher for exporting services in
// the mesh.
// +optional
Expand Down
2 changes: 1 addition & 1 deletion federation/v1/import_export_mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type ServiceNameMapping struct {
Alias *ServiceName `json:"alias,omitempty"`
}

type ServiceImportExportLabelelector struct {
type ServiceImportExportLabelSelector struct {
// Namespace specifies to which namespace the selector applies. An empty
// value applies to all namespaces in the mesh.
// +optional
Expand Down
10 changes: 5 additions & 5 deletions federation/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d5819d

Please sign in to comment.