From 58d80547ef7d8efa35bb28d985244083ccfc0931 Mon Sep 17 00:00:00 2001 From: Jeff Schroeder Date: Fri, 24 Feb 2017 15:35:29 -0600 Subject: [PATCH] [storage.md] Fix the ThirdPartyResource syntax This makes manually creating the `o-auth2-client.oidc.coreos.com` actually work. --- Documentation/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/storage.md b/Documentation/storage.md index 35750f35..2dd6b325 100644 --- a/Documentation/storage.md +++ b/Documentation/storage.md @@ -20,7 +20,7 @@ apiVersion: extensions/v1beta1 metadata: name: o-auth2-client.oidc.coreos.com versions: - - v1 + - name: v1 description: "An OAuth2 client." ```