Skip to content

Commit

Permalink
Merge pull request kubernetes#129054 from pohly/remove-import-name
Browse files Browse the repository at this point in the history
remove import doc comments
  • Loading branch information
k8s-ci-robot authored Dec 12, 2024
2 parents 263383e + 0a02c74 commit e8615e2
Show file tree
Hide file tree
Showing 565 changed files with 564 additions and 596 deletions.
2 changes: 1 addition & 1 deletion cmd/kubeadm/app/apis/bootstraptoken/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

// Package bootstraptoken contains an API and utilities wrapping the
// "bootstrap.kubernetes.io/token" Secret type to ease its usage in kubeadm.
package bootstraptoken // import "k8s.io/kubernetes/cmd/kubeadm/app/apis/bootstraptoken"
package bootstraptoken
2 changes: 1 addition & 1 deletion cmd/kubeadm/app/apis/kubeadm/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ limitations under the License.

// Package kubeadm is the package that contains the libraries that drive the kubeadm binary.
// kubeadm is responsible for handling a Kubernetes cluster's lifecycle.
package kubeadm // import "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
package kubeadm
2 changes: 1 addition & 1 deletion cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@ limitations under the License.
// node only (e.g. the node ip).
//
// - APIEndpoint, that represents the endpoint of the instance of the API server to be eventually deployed on this node.
package v1beta3 // import "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3"
package v1beta3
2 changes: 1 addition & 1 deletion cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,4 +351,4 @@ limitations under the License.
// The UpgradeConfiguration structure includes a few substructures that only apply to different subcommands of "kubeadm upgrade".
// For example, the "apply" substructure will be used with the "kubeadm upgrade apply" subcommand and all other substructures
// will be ignored in such a case.
package v1beta4 // import "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta4"
package v1beta4
2 changes: 1 addition & 1 deletion cmd/kubeadm/app/apis/output/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.
// The purpose of the kubeadm structured output is to have a well
// defined versioned output format that other software that uses
// kubeadm for cluster deployments can use and rely on.
package output // import "k8s.io/kubernetes/cmd/kubeadm/app/apis/output"
package output
2 changes: 1 addition & 1 deletion cmd/kubeadm/app/apis/output/v1alpha3/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ limitations under the License.
// with the CertificateExpirationInfo structure.
// - Introduce a (breaking) change to the UpgradePlan structure used by "kubeadm upgrade plan".
// UpgradePlan now contains a list of AvailableUpgrade structures.
package v1alpha3 // import "k8s.io/kubernetes/cmd/kubeadm/app/apis/output/v1alpha3"
package v1alpha3
32 changes: 0 additions & 32 deletions hack/update-vanity-imports.sh

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/apis/abac/v0/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ limitations under the License.

// +groupName=abac.authorization.kubernetes.io

package v0 // import "k8s.io/kubernetes/pkg/apis/abac/v0"
package v0
2 changes: 1 addition & 1 deletion pkg/apis/abac/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=abac.authorization.kubernetes.io

package v1beta1 // import "k8s.io/kubernetes/pkg/apis/abac/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/admission/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package
// +groupName=admission.k8s.io

package admission // import "k8s.io/kubernetes/pkg/apis/admission"
package admission
2 changes: 1 addition & 1 deletion pkg/apis/admission/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=admission.k8s.io

package v1 // import "k8s.io/kubernetes/pkg/apis/admission/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/admission/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=admission.k8s.io

package v1beta1 // import "k8s.io/kubernetes/pkg/apis/admission/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/admissionregistration/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.
// AdmissionConfiguration and AdmissionPluginConfiguration are legacy static admission plugin configuration
// ValidatingWebhookConfiguration, and MutatingWebhookConfiguration are for the
// new dynamic admission controller configuration.
package admissionregistration // import "k8s.io/kubernetes/pkg/apis/admissionregistration"
package admissionregistration
2 changes: 1 addition & 1 deletion pkg/apis/admissionregistration/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ limitations under the License.
// AdmissionConfiguration and AdmissionPluginConfiguration are legacy static admission plugin configuration
// ValidatingWebhookConfiguration, and MutatingWebhookConfiguration are for the
// new dynamic admission controller configuration.
package v1 // import "k8s.io/kubernetes/pkg/apis/admissionregistration/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/admissionregistration/v1alpha1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.
// +groupName=admissionregistration.k8s.io

// Package v1alpha1 is the v1alpha1 version of the API.
package v1alpha1 // import "k8s.io/kubernetes/pkg/apis/admissionregistration/v1alpha1"
package v1alpha1
2 changes: 1 addition & 1 deletion pkg/apis/admissionregistration/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ limitations under the License.
// AdmissionConfiguration and AdmissionPluginConfiguration are legacy static admission plugin configuration
// ValidatingWebhookConfiguration, and MutatingWebhookConfiguration are for the
// new dynamic admission controller configuration.
package v1beta1 // import "k8s.io/kubernetes/pkg/apis/admissionregistration/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/apidiscovery/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.
// +groupName=apidiscovery.k8s.io

// Package apidiscovery provides api definitions for the "apidiscovery.k8s.io" api group.
package apidiscovery // import "k8s.io/kubernetes/pkg/apis/apidiscovery"
package apidiscovery
2 changes: 1 addition & 1 deletion pkg/apis/apidiscovery/v2/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=apidiscovery.k8s.io

package v2 // import "k8s.io/kubernetes/pkg/apis/apidiscovery/v2"
package v2
2 changes: 1 addition & 1 deletion pkg/apis/apidiscovery/v2beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=apidiscovery.k8s.io

package v2beta1 // import "k8s.io/kubernetes/pkg/apis/apidiscovery/v2beta1"
package v2beta1
2 changes: 1 addition & 1 deletion pkg/apis/apiserverinternal/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ limitations under the License.

// Package apiserverinternal contains the "internal" version of the API used by
// the apiservers themselves.
package apiserverinternal // import "k8s.io/kubernetes/pkg/apis/apiserverinternal"
package apiserverinternal
2 changes: 1 addition & 1 deletion pkg/apis/apiserverinternal/v1alpha1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ limitations under the License.

// Package v1alpha1 contains the v1alpha1 version of the API used by the
// apiservers themselves.
package v1alpha1 // import "k8s.io/kubernetes/pkg/apis/apiserverinternal/v1alpha1"
package v1alpha1
2 changes: 1 addition & 1 deletion pkg/apis/apps/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ limitations under the License.

// +k8s:deepcopy-gen=package

package apps // import "k8s.io/kubernetes/pkg/apis/apps"
package apps
2 changes: 1 addition & 1 deletion pkg/apis/apps/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/apps/v1

package v1 // import "k8s.io/kubernetes/pkg/apis/apps/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/apps/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/apps/v1beta1

package v1beta1 // import "k8s.io/kubernetes/pkg/apis/apps/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/apps/v1beta2/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/apps/v1beta2

package v1beta2 // import "k8s.io/kubernetes/pkg/apis/apps/v1beta2"
package v1beta2
2 changes: 1 addition & 1 deletion pkg/apis/authentication/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package
// +groupName=authentication.k8s.io

package authentication // import "k8s.io/kubernetes/pkg/apis/authentication"
package authentication
2 changes: 1 addition & 1 deletion pkg/apis/authentication/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/authentication/v1

package v1 // import "k8s.io/kubernetes/pkg/apis/authentication/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/authentication/v1alpha1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/authentication/v1alpha1

package v1alpha1 // import "k8s.io/kubernetes/pkg/apis/authentication/v1alpha1"
package v1alpha1
2 changes: 1 addition & 1 deletion pkg/apis/authentication/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/authentication/v1beta1

package v1beta1 // import "k8s.io/kubernetes/pkg/apis/authentication/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/authorization/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package
// +groupName=authorization.k8s.io

package authorization // import "k8s.io/kubernetes/pkg/apis/authorization"
package authorization
2 changes: 1 addition & 1 deletion pkg/apis/authorization/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=authorization.k8s.io

package v1 // import "k8s.io/kubernetes/pkg/apis/authorization/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/authorization/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=authorization.k8s.io

package v1beta1 // import "k8s.io/kubernetes/pkg/apis/authorization/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/autoscaling/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ limitations under the License.

// +k8s:deepcopy-gen=package

package autoscaling // import "k8s.io/kubernetes/pkg/apis/autoscaling"
package autoscaling
2 changes: 1 addition & 1 deletion pkg/apis/autoscaling/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/autoscaling/v1

package v1 // import "k8s.io/kubernetes/pkg/apis/autoscaling/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/autoscaling/v2/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/autoscaling/v2

package v2 // import "k8s.io/kubernetes/pkg/apis/autoscaling/v2"
package v2
2 changes: 1 addition & 1 deletion pkg/apis/autoscaling/v2beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/autoscaling/v2beta1

package v2beta1 // import "k8s.io/kubernetes/pkg/apis/autoscaling/v2beta1"
package v2beta1
2 changes: 1 addition & 1 deletion pkg/apis/autoscaling/v2beta2/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/autoscaling/v2beta2

package v2beta2 // import "k8s.io/kubernetes/pkg/apis/autoscaling/v2beta2"
package v2beta2
2 changes: 1 addition & 1 deletion pkg/apis/batch/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ limitations under the License.

// +k8s:deepcopy-gen=package

package batch // import "k8s.io/kubernetes/pkg/apis/batch"
package batch
2 changes: 1 addition & 1 deletion pkg/apis/batch/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/batch/v1

package v1 // import "k8s.io/kubernetes/pkg/apis/batch/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/batch/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/batch/v1beta1

package v1beta1 // import "k8s.io/kubernetes/pkg/apis/batch/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/certificates/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ limitations under the License.
// +k8s:deepcopy-gen=package
// +groupName=certificates.k8s.io

package certificates // import "k8s.io/kubernetes/pkg/apis/certificates"
package certificates
2 changes: 1 addition & 1 deletion pkg/apis/certificates/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=certificates.k8s.io

package v1 // import "k8s.io/kubernetes/pkg/apis/certificates/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/certificates/v1alpha1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=certificates.k8s.io

package v1alpha1 // import "k8s.io/kubernetes/pkg/apis/certificates/v1alpha1"
package v1alpha1
2 changes: 1 addition & 1 deletion pkg/apis/certificates/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=certificates.k8s.io

package v1beta1 // import "k8s.io/kubernetes/pkg/apis/certificates/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/coordination/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

// +groupName=coordination.k8s.io

package coordination // import "k8s.io/kubernetes/pkg/apis/coordination"
package coordination
2 changes: 1 addition & 1 deletion pkg/apis/coordination/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=coordination.k8s.io

package v1 // import "k8s.io/kubernetes/pkg/apis/coordination/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/coordination/v1alpha2/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=coordination.k8s.io

package v1alpha2 // import "k8s.io/kubernetes/pkg/apis/coordination/v1alpha2"
package v1alpha2
2 changes: 1 addition & 1 deletion pkg/apis/coordination/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=coordination.k8s.io

package v1beta1 // import "k8s.io/kubernetes/pkg/apis/coordination/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/core/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ limitations under the License.
// The contract presented to clients is located in the versioned packages,
// which are sub-directories. The first one is "v1". Those packages
// describe how a particular version is serialized to storage/network.
package core // import "k8s.io/kubernetes/pkg/apis/core"
package core
2 changes: 1 addition & 1 deletion pkg/apis/core/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ limitations under the License.
// +k8s:defaulter-gen-input=k8s.io/api/core/v1

// Package v1 is the v1 version of the API.
package v1 // import "k8s.io/kubernetes/pkg/apis/core/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/core/validation/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ limitations under the License.

// Package validation has functions for validating the correctness of api
// objects and explaining what is wrong with them when they aren't valid.
package validation // import "k8s.io/kubernetes/pkg/apis/core/validation"
package validation
2 changes: 1 addition & 1 deletion pkg/apis/discovery/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/discovery/v1

package v1 // import "k8s.io/kubernetes/pkg/apis/discovery/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/discovery/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/discovery/v1beta1

package v1beta1 // import "k8s.io/kubernetes/pkg/apis/discovery/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/events/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ limitations under the License.

// +groupName=events.k8s.io

package events // import "k8s.io/kubernetes/pkg/apis/events"
package events
2 changes: 1 addition & 1 deletion pkg/apis/events/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=events.k8s.io

package v1 // import "k8s.io/kubernetes/pkg/apis/events/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/events/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=events.k8s.io

package v1beta1 // import "k8s.io/kubernetes/pkg/apis/events/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/extensions/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ limitations under the License.

// +k8s:deepcopy-gen=package

package extensions // import "k8s.io/kubernetes/pkg/apis/extensions"
package extensions
2 changes: 1 addition & 1 deletion pkg/apis/extensions/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ limitations under the License.
// +k8s:defaulter-gen=TypeMeta
// +k8s:defaulter-gen-input=k8s.io/api/extensions/v1beta1

package v1beta1 // import "k8s.io/kubernetes/pkg/apis/extensions/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/flowcontrol/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.
// +groupName=flowcontrol.apiserver.k8s.io

// Package flowcontrol provides api definitions for the "flowcontrol.apiserver.k8s.io" api group.
package flowcontrol // import "k8s.io/kubernetes/pkg/apis/flowcontrol"
package flowcontrol
2 changes: 1 addition & 1 deletion pkg/apis/flowcontrol/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=flowcontrol.apiserver.k8s.io

package v1 // import "k8s.io/kubernetes/pkg/apis/flowcontrol/v1"
package v1
2 changes: 1 addition & 1 deletion pkg/apis/flowcontrol/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=flowcontrol.apiserver.k8s.io

package v1beta1 // import "k8s.io/kubernetes/pkg/apis/flowcontrol/v1beta1"
package v1beta1
2 changes: 1 addition & 1 deletion pkg/apis/flowcontrol/v1beta2/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ limitations under the License.

// +groupName=flowcontrol.apiserver.k8s.io

package v1beta2 // import "k8s.io/kubernetes/pkg/apis/flowcontrol/v1beta2"
package v1beta2
Loading

0 comments on commit e8615e2

Please sign in to comment.