Merge pull request #77959 from alejandrox1/update-doc-go

Updated doc.go files in staging/src/k8s.io/metrics
This commit is contained in:
Kubernetes Prow Robot 2019-05-29 00:52:23 -07:00 committed by GitHub
commit 9ce1afc70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 8 deletions

View File

@ -17,4 +17,5 @@ limitations under the License.
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
// +groupName=custom.metrics.k8s.io // +groupName=custom.metrics.k8s.io
package custom_metrics // Package custom_metrics defines an API for using custom metrics.
package custom_metrics // import "k8s.io/metrics/pkg/apis/custom_metrics"

View File

@ -19,4 +19,5 @@ limitations under the License.
// +k8s:conversion-gen=k8s.io/metrics/pkg/apis/custom_metrics // +k8s:conversion-gen=k8s.io/metrics/pkg/apis/custom_metrics
// +k8s:openapi-gen=true // +k8s:openapi-gen=true
package v1beta1 // Package v1beta1 is the v1beta1 version of the custom_metrics API.
package v1beta1 // import "k8s.io/metrics/pkg/apis/custom_metrics/v1beta1"

View File

@ -19,4 +19,5 @@ limitations under the License.
// +k8s:conversion-gen=k8s.io/metrics/pkg/apis/custom_metrics // +k8s:conversion-gen=k8s.io/metrics/pkg/apis/custom_metrics
// +k8s:openapi-gen=true // +k8s:openapi-gen=true
package v1beta2 // Package v1beta2 is the v1beta2 version of the custom_metrics API.
package v1beta2 // import "k8s.io/metrics/pkg/apis/custom_metrics/v1beta2"

View File

@ -17,4 +17,5 @@ limitations under the License.
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
// +groupName=external.metrics.k8s.io // +groupName=external.metrics.k8s.io
package external_metrics // Package external_metrics adds support for defining external metrics.
package external_metrics // import "k8s.io/metrics/pkg/apis/external_metrics"

View File

@ -19,4 +19,5 @@ limitations under the License.
// +k8s:conversion-gen=k8s.io/metrics/pkg/apis/external_metrics // +k8s:conversion-gen=k8s.io/metrics/pkg/apis/external_metrics
// +k8s:openapi-gen=true // +k8s:openapi-gen=true
package v1beta1 // Package v1beta1 is the v1beta1 version of the external metrics API.
package v1beta1 // import "k8s.io/metrics/pkg/apis/external_metrics/v1beta1"

View File

@ -17,4 +17,5 @@ limitations under the License.
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
// +groupName=metrics.k8s.io // +groupName=metrics.k8s.io
package metrics // Package metrics defines an API for exposing metics.
package metrics // import "k8s.io/metrics/pkg/apis/metrics"

View File

@ -20,4 +20,5 @@ limitations under the License.
// +k8s:openapi-gen=true // +k8s:openapi-gen=true
// +groupName=metrics.k8s.io // +groupName=metrics.k8s.io
package v1alpha1 // Package v1alpha1 is the v1alpha1 version of the metrics API.
package v1alpha1 // import "k8s.io/metrics/pkg/apis/metrics/v1alpha1"

View File

@ -20,4 +20,5 @@ limitations under the License.
// +k8s:openapi-gen=true // +k8s:openapi-gen=true
// +groupName=metrics.k8s.io // +groupName=metrics.k8s.io
package v1beta1 // Package v1beta1 is the v1beta1 version of the metrics API.
package v1beta1 // import "k8s.io/metrics/pkg/apis/metrics/v1beta1"