mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Fix pkg names != dir in tests
This commit is contained in:
parent
b47e839e4e
commit
8f69d596e8
@ -19,7 +19,7 @@ limitations under the License.
|
||||
// +k8s:validation-gen-test-fixture=validateFalse
|
||||
|
||||
// This is a test package.
|
||||
package eachkey
|
||||
package keys
|
||||
|
||||
import "k8s.io/code-generator/cmd/validation-gen/testscheme"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"*eachkey.Struct": {
|
||||
"*keys.Struct": {
|
||||
"": [
|
||||
"type Struct"
|
||||
],
|
||||
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||
|
||||
// Code generated by validation-gen. DO NOT EDIT.
|
||||
|
||||
package eachkey
|
||||
package keys
|
||||
|
||||
import (
|
||||
context "context"
|
||||
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||
|
||||
// Code generated by validation-gen. DO NOT EDIT.
|
||||
|
||||
package eachkey
|
||||
package keys
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
@ -18,7 +18,7 @@ limitations under the License.
|
||||
// +k8s:validation-gen-scheme-registry=k8s.io/code-generator/cmd/validation-gen/testscheme.Scheme
|
||||
|
||||
// This is a test package.
|
||||
package format
|
||||
package immutable
|
||||
|
||||
import "k8s.io/code-generator/cmd/validation-gen/testscheme"
|
||||
|
||||
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
package format
|
||||
package immutable
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||
|
||||
// Code generated by validation-gen. DO NOT EDIT.
|
||||
|
||||
package format
|
||||
package immutable
|
||||
|
||||
import (
|
||||
context "context"
|
||||
|
Loading…
Reference in New Issue
Block a user