From a14ca1235cd9d5250b4e86b6d4f9ff6970786af8 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Thu, 25 Oct 2018 16:37:33 +0530 Subject: [PATCH] generated proto: remove trailing whitespace Kubernetes-commit: e60b0a129a16fbc785c73dd4839acaabf856851c --- pkg/apis/audit/v1/generated.proto | 6 +++--- pkg/apis/audit/v1alpha1/generated.proto | 6 +++--- pkg/apis/audit/v1beta1/generated.proto | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pkg/apis/audit/v1/generated.proto b/pkg/apis/audit/v1/generated.proto index 4baad752e..c7242222c 100644 --- a/pkg/apis/audit/v1/generated.proto +++ b/pkg/apis/audit/v1/generated.proto @@ -121,17 +121,17 @@ message GroupResources { optional string group = 1; // Resources is a list of resources this rule applies to. - // + // // For example: // 'pods' matches pods. // 'pods/log' matches the log subresource of pods. // '*' matches all resources and their subresources. // 'pods/*' matches all subresources of pods. // '*/scale' matches all scale subresources. - // + // // If wildcard is present, the validation rule will ensure resources do not // overlap with each other. - // + // // An empty list implies all resources and subresources in this API groups apply. // +optional repeated string resources = 2; diff --git a/pkg/apis/audit/v1alpha1/generated.proto b/pkg/apis/audit/v1alpha1/generated.proto index 507f5889b..2a0773d19 100644 --- a/pkg/apis/audit/v1alpha1/generated.proto +++ b/pkg/apis/audit/v1alpha1/generated.proto @@ -128,17 +128,17 @@ message GroupResources { optional string group = 1; // Resources is a list of resources this rule applies to. - // + // // For example: // 'pods' matches pods. // 'pods/log' matches the log subresource of pods. // '*' matches all resources and their subresources. // 'pods/*' matches all subresources of pods. // '*/scale' matches all scale subresources. - // + // // If wildcard is present, the validation rule will ensure resources do not // overlap with each other. - // + // // An empty list implies all resources and subresources in this API groups apply. // +optional repeated string resources = 2; diff --git a/pkg/apis/audit/v1beta1/generated.proto b/pkg/apis/audit/v1beta1/generated.proto index 2ea4c6a60..23ed8910a 100644 --- a/pkg/apis/audit/v1beta1/generated.proto +++ b/pkg/apis/audit/v1beta1/generated.proto @@ -131,17 +131,17 @@ message GroupResources { optional string group = 1; // Resources is a list of resources this rule applies to. - // + // // For example: // 'pods' matches pods. // 'pods/log' matches the log subresource of pods. // '*' matches all resources and their subresources. // 'pods/*' matches all subresources of pods. // '*/scale' matches all scale subresources. - // + // // If wildcard is present, the validation rule will ensure resources do not // overlap with each other. - // + // // An empty list implies all resources and subresources in this API groups apply. // +optional repeated string resources = 2;