Skip to content

Commit

Permalink
Review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
chitranm committed Jan 29, 2024
1 parent d7bdec1 commit 62653fc
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions v1/api/swagger/components/schemas/Host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ allOf:
$ref: ./Labels.yaml
WWPNs:
type: array
description: FC host port world wide port names
description: FC HBA world wide port names
items:
type: string
example:
- 18:31:01:02:ad:f2:a8:e5
- 19:31:01:02:ad:f2:a8:e5
- 20:31:01:02:ad:f2:a8:e5
- 21:31:01:02:ad:f2:a8:e5
6 changes: 3 additions & 3 deletions v1/api/swagger/components/schemas/NewHost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ properties:
region: us-west-2
WWPNs:
type: array
description: FC host port world wide port names
description: FC HBA world wide port names
items:
type: string
example:
- 18:31:01:02:ad:f2:a8:e5
- 19:31:01:02:ad:f2:a8:e5
- 20:31:01:02:ad:f2:a8:e5
- 21:31:01:02:ad:f2:a8:e5
16 changes: 8 additions & 8 deletions v1/pkg/client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2894,8 +2894,8 @@ components:
NetworkUntagged: 046b6c7f-0b8a-43b9-b35d-6489e6daee92
UserData: UserData
WWPNs:
- 18:31:01:02:ad:f2:a8:e5
- 19:31:01:02:ad:f2:a8:e5
- 20:31:01:02:ad:f2:a8:e5
- 21:31:01:02:ad:f2:a8:e5
LocationID: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
VolumeIDs:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
Expand Down Expand Up @@ -3059,10 +3059,10 @@ components:
region: us-west-2
type: object
WWPNs:
description: FC host port world wide port names
description: FC HBA world wide port names
example:
- 18:31:01:02:ad:f2:a8:e5
- 19:31:01:02:ad:f2:a8:e5
- 20:31:01:02:ad:f2:a8:e5
- 21:31:01:02:ad:f2:a8:e5
items:
type: string
type: array
Expand Down Expand Up @@ -6377,10 +6377,10 @@ components:
serviceType: BMaaS
type: object
WWPNs:
description: FC host port world wide port names
description: FC HBA world wide port names
example:
- 18:31:01:02:ad:f2:a8:e5
- 19:31:01:02:ad:f2:a8:e5
- 20:31:01:02:ad:f2:a8:e5
- 21:31:01:02:ad:f2:a8:e5
items:
type: string
type: array
Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/docs/Host.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Name | Type | Description | Notes
**Workflow** | **string** | The current workflow the host is in |
**SummaryStatus** | [**HealthStatus**](HealthStatus.md) | |
**Labels** | **map[string]string** | The map of label name to label value for the resource. |
**WWPNs** | **[]string** | FC host port world wide port names |
**WWPNs** | **[]string** | FC HBA world wide port names |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/docs/HostAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Name | Type | Description | Notes
**Workflow** | **string** | The current workflow the host is in |
**SummaryStatus** | [**HealthStatus**](HealthStatus.md) | |
**Labels** | **map[string]string** | The map of label name to label value for the resource. |
**WWPNs** | **[]string** | FC host port world wide port names |
**WWPNs** | **[]string** | FC HBA world wide port names |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/docs/NewHost.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Name | Type | Description | Notes
**UserData** | **string** | User-provided data to be attached to the image configuration data. | [optional]
**NodeID** | **string** | User-provided data to represent the identity of the host within an application environment. For example, this could be set to represent the Kubernetes node ID if the host is provisioned as a Kubernetes node. | [optional]
**Labels** | **map[string]string** | The map of service/user specified label name to label value for this host. Setting service labels is restricted by role. | [optional]
**WWPNs** | **[]string** | FC host port world wide port names | [optional]
**WWPNs** | **[]string** | FC HBA world wide port names | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion v1/pkg/client/model_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ type Host struct {
SummaryStatus HealthStatus `json:"SummaryStatus"`
// The map of label name to label value for the resource.
Labels map[string]string `json:"Labels"`
// FC host port world wide port names
// FC HBA world wide port names
WWPNs []string `json:"WWPNs"`
}
2 changes: 1 addition & 1 deletion v1/pkg/client/model_host_all_of.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ type HostAllOf struct {
SummaryStatus HealthStatus `json:"SummaryStatus"`
// The map of label name to label value for the resource.
Labels map[string]string `json:"Labels"`
// FC host port world wide port names
// FC HBA world wide port names
WWPNs []string `json:"WWPNs"`
}
2 changes: 1 addition & 1 deletion v1/pkg/client/model_new_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ type NewHost struct {
NodeID string `json:"NodeID,omitempty"`
// The map of service/user specified label name to label value for this host. Setting service labels is restricted by role.
Labels map[string]string `json:"Labels,omitempty"`
// FC host port world wide port names
// FC HBA world wide port names
WWPNs []string `json:"WWPNs,omitempty"`
}

0 comments on commit 62653fc

Please sign in to comment.