-
Bug
-
Resolution: Done
-
Minor
-
maistra-2.1.0
-
None
$ oc explain exportedserviceset.spec.exportRules.type KIND: ExportedServiceSet VERSION: federation.maistra.io/v1 FIELD: type <string> DESCRIPTION: Type of rule. One of Name or Label.
The description is incorrect. Type can be either NameSelector or LabelSelector.
Similar problem in ImportedServiceSet:
$ oc explain importedserviceset.spec.importRules.type ... DESCRIPTION: Type of rule. Only Name type is supported.
Should be NameSelector.