Compare commits

...
This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.

2 Commits

Author SHA1 Message Date
rithu leena john 7d6374de95 Merge pull request #1073 from rithujohn191/cherry-picked
storage/kubernetes: Correct the OfflineSession object CRD definition
2017-09-19 15:53:42 -07:00
rithu john fc4ae4c19f storage/kubernetes: Correct the OfflineSession object CRD definition 2017-09-19 15:46:07 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ var customResourceDefinitions = []k8sapi.CustomResourceDefinition{
Names: k8sapi.CustomResourceDefinitionNames{
Plural: "offlinesessionses",
Singular: "offlinesessions",
Kind: "OfflineSession",
Kind: "OfflineSessions",
},
},
},