mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-20 18:48:02 +00:00
*: Remove comment tags in GoDoc
Adding blank line between comment tag and package name in doc.go. So that the comment tags such as '+k8s:deepcopy-gen=package' do not show up in GoDoc. Kubernetes-commit: 61117761cd4a1b2e6ad9ff2d7eb915f3d2739dc6
This commit is contained in:
committed by
Kubernetes Publisher
parent
087039522d
commit
33fabb1e0f
@@ -16,4 +16,5 @@ limitations under the License.
|
|||||||
|
|
||||||
// +k8s:deepcopy-gen=package
|
// +k8s:deepcopy-gen=package
|
||||||
// +groupName=client.authentication.k8s.io
|
// +groupName=client.authentication.k8s.io
|
||||||
|
|
||||||
package clientauthentication // import "k8s.io/client-go/pkg/apis/clientauthentication"
|
package clientauthentication // import "k8s.io/client-go/pkg/apis/clientauthentication"
|
||||||
|
@@ -20,4 +20,5 @@ limitations under the License.
|
|||||||
// +k8s:defaulter-gen=TypeMeta
|
// +k8s:defaulter-gen=TypeMeta
|
||||||
|
|
||||||
// +groupName=client.authentication.k8s.io
|
// +groupName=client.authentication.k8s.io
|
||||||
|
|
||||||
package v1alpha1 // import "k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1"
|
package v1alpha1 // import "k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1"
|
||||||
|
@@ -20,4 +20,5 @@ limitations under the License.
|
|||||||
// +k8s:defaulter-gen=TypeMeta
|
// +k8s:defaulter-gen=TypeMeta
|
||||||
|
|
||||||
// +groupName=client.authentication.k8s.io
|
// +groupName=client.authentication.k8s.io
|
||||||
|
|
||||||
package v1beta1 // import "k8s.io/client-go/pkg/apis/clientauthentication/v1beta1"
|
package v1beta1 // import "k8s.io/client-go/pkg/apis/clientauthentication/v1beta1"
|
||||||
|
@@ -14,7 +14,8 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// +k8s:openapi-gen=true
|
||||||
|
|
||||||
// Package version supplies version information collected at build time to
|
// Package version supplies version information collected at build time to
|
||||||
// kubernetes components.
|
// kubernetes components.
|
||||||
// +k8s:openapi-gen=true
|
|
||||||
package version // import "k8s.io/client-go/pkg/version"
|
package version // import "k8s.io/client-go/pkg/version"
|
||||||
|
@@ -15,4 +15,5 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// +k8s:deepcopy-gen=package
|
// +k8s:deepcopy-gen=package
|
||||||
|
|
||||||
package api
|
package api
|
||||||
|
@@ -15,4 +15,5 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// +k8s:deepcopy-gen=package
|
// +k8s:deepcopy-gen=package
|
||||||
|
|
||||||
package v1
|
package v1
|
||||||
|
Reference in New Issue
Block a user