Skip to content

Commit

Permalink
Merge pull request #126 from ofirnash1/fix-api-group-sm-resources
Browse files Browse the repository at this point in the history
Adjust ApiGroup for SM Resources
  • Loading branch information
myakove authored Aug 29, 2021
2 parents e3731da + 8d36ab6 commit bbbb869
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ocp_resources/destination_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ class DestinationRule(NamespacedResource):
Destination Rule object.
"""

api_version = NamespacedResource.ApiGroup.NETWORKING_ISTIO_IO
api_group = NamespacedResource.ApiGroup.NETWORKING_ISTIO_IO
2 changes: 1 addition & 1 deletion ocp_resources/service_mesh_member_roll.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ServiceMeshMemberRoll(NamespacedResource):
Service Mesh Member Roll object.
"""

api_version = NamespacedResource.ApiGroup.MAISTRA_IO
api_group = NamespacedResource.ApiGroup.MAISTRA_IO

class Status:
CONFIGURED = "Configured"
2 changes: 1 addition & 1 deletion ocp_resources/virtual_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ class VirtualService(NamespacedResource):
Virtual Service object.
"""

api_version = NamespacedResource.ApiGroup.NETWORKING_ISTIO_IO
api_group = NamespacedResource.ApiGroup.NETWORKING_ISTIO_IO

0 comments on commit bbbb869

Please sign in to comment.