Skip to content

Commit

Permalink
Changes to update cns-manager image with r0.3.0 tag (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdkotkar committed Apr 15, 2024
1 parent 97c9ba2 commit e21c4e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client-sdk/go/client/model_snapshots_for_volume_result.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -16,5 +16,5 @@ limitations under the License.
package swagger

type SnapshotsForVolumeResult struct {
Snapshots *SnapshotDetails `json:"Snapshots,omitempty"`
Snapshots []SnapshotDetails `json:"Snapshots,omitempty"`
}
2 changes: 1 addition & 1 deletion deploy/basic-auth/deploy-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ spec:
- name: swagger-api
mountPath: /api
- name: cns-manager
image: projects.registry.vmware.com/cns_manager/cns-manager:r0.3.0-rc.3
image: projects.registry.vmware.com/cns_manager/cns-manager:r0.3.0
resources:
requests:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion deploy/oauth2/deploy-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ spec:
- name: swagger-api
mountPath: /api
- name: cns-manager
image: projects.registry.vmware.com/cns_manager/cns-manager:r0.3.0-rc.3
image: projects.registry.vmware.com/cns_manager/cns-manager:r0.3.0
resources:
requests:
cpu: 500m
Expand Down
4 changes: 3 additions & 1 deletion deploy/swagger-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,9 @@ components:
SnapshotsForVolumeResult:
properties:
Snapshots:
$ref: '#/components/schemas/SnapshotDetails'
type: array
items:
$ref: '#/components/schemas/SnapshotDetails'
SnapshotDetails:
properties:
snapshotId:
Expand Down

0 comments on commit e21c4e0

Please sign in to comment.