Skip to content

Commit

Permalink
Merge pull request #1071 from rithujohn191/crd-fix
Browse files Browse the repository at this point in the history
storage/kubernetes: Correct the OfflineSession object CRD definition
  • Loading branch information
rithujohn191 authored Sep 19, 2017
2 parents 4c435db + d2706fc commit 64c97c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/kubernetes/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ var customResourceDefinitions = []k8sapi.CustomResourceDefinition{
Names: k8sapi.CustomResourceDefinitionNames{
Plural: "offlinesessionses",
Singular: "offlinesessions",
Kind: "OfflineSession",
Kind: "OfflineSessions",
},
},
},
Expand Down

0 comments on commit 64c97c7

Please sign in to comment.