mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Merge pull request #77959 from alejandrox1/update-doc-go
Updated doc.go files in staging/src/k8s.io/metrics
This commit is contained in:
commit
9ce1afc70b
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user