Skip to content

Commit

Permalink
removed status field as required
Browse files Browse the repository at this point in the history
Signed-off-by: jasmingacic <jasmin.gacic@gmail.com>
  • Loading branch information
jasmingacic committed Sep 7, 2022
1 parent 544404e commit 35272f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ components:
type: object
required:
- name
- status
- namespace
- serviceType
- ports
Expand Down
1 change: 0 additions & 1 deletion server/go/model_service_item.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ type ServiceItem struct {
func AssertServiceItemRequired(obj ServiceItem) error {
elements := map[string]interface{}{
"name": obj.Name,
"status": obj.Status,
"namespace": obj.Namespace,
"serviceType": obj.ServiceType,
"ports": obj.Ports,
Expand Down

0 comments on commit 35272f3

Please sign in to comment.