From 2caa5ed1deaf79ee2eb162d8bc09f69426c74719 Mon Sep 17 00:00:00 2001 From: Avesh Agarwal Date: Sat, 5 Aug 2017 00:29:20 -0400 Subject: [PATCH] Create doc.go files for auto generated files. --- pkg/api/doc.go | 19 ++++++++++++++++++ pkg/api/v1alpha1/doc.go | 25 ++++++++++++++++++++++++ pkg/apis/componentconfig/doc.go | 19 ++++++++++++++++++ pkg/apis/componentconfig/v1alpha1/doc.go | 25 ++++++++++++++++++++++++ 4 files changed, 88 insertions(+) create mode 100644 pkg/api/doc.go create mode 100644 pkg/api/v1alpha1/doc.go create mode 100644 pkg/apis/componentconfig/doc.go create mode 100644 pkg/apis/componentconfig/v1alpha1/doc.go diff --git a/pkg/api/doc.go b/pkg/api/doc.go new file mode 100644 index 000000000..9c1ee5a27 --- /dev/null +++ b/pkg/api/doc.go @@ -0,0 +1,19 @@ +/* +Copyright 2017 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// +k8s:deepcopy-gen=package,register + +package api // import "github.com/aveshagarwal/rescheduler/pkg/api" diff --git a/pkg/api/v1alpha1/doc.go b/pkg/api/v1alpha1/doc.go new file mode 100644 index 000000000..7650ac471 --- /dev/null +++ b/pkg/api/v1alpha1/doc.go @@ -0,0 +1,25 @@ +/* +Copyright 2017 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// +k8s:deepcopy-gen=package,register +// +k8s:conversion-gen=github.com/aveshagarwal/rescheduler/pkg/api +// +k8s:openapi-gen=true +// +k8s:defaulter-gen=TypeMeta + +// Package v1alpha1 is the v1alpha1 version of the rescheduler API +// +groupName=rescheduler + +package v1alpha1 // import "github.com/aveshagarwal/rescheduler/pkg/api/v1alpha1" diff --git a/pkg/apis/componentconfig/doc.go b/pkg/apis/componentconfig/doc.go new file mode 100644 index 000000000..ea04e99a4 --- /dev/null +++ b/pkg/apis/componentconfig/doc.go @@ -0,0 +1,19 @@ +/* +Copyright 2017 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// +k8s:deepcopy-gen=package,register + +package componentconfig // import "github.com/aveshagarwal/rescheduler/pkg/apis/componentconfig" diff --git a/pkg/apis/componentconfig/v1alpha1/doc.go b/pkg/apis/componentconfig/v1alpha1/doc.go new file mode 100644 index 000000000..96cbe0968 --- /dev/null +++ b/pkg/apis/componentconfig/v1alpha1/doc.go @@ -0,0 +1,25 @@ +/* +Copyright 2017 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// +k8s:deepcopy-gen=package,register +// +k8s:conversion-gen=github.com/aveshagarwal/rescheduler/pkg/apis/componentconfig +// +k8s:openapi-gen=true +// +k8s:defaulter-gen=TypeMeta + +// Package v1alpha1 is the v1alpha1 version of the rescheduler's componentconfig API +// +groupName=reschedulercomponentconfig + +package v1alpha1 // import "github.com/aveshagarwal/rescheduler/pkg/apis/componentconfig/v1alpha1"