mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +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
|
// +k8s:validation-gen-test-fixture=validateFalse
|
||||||
|
|
||||||
// This is a test package.
|
// This is a test package.
|
||||||
package eachkey
|
package keys
|
||||||
|
|
||||||
import "k8s.io/code-generator/cmd/validation-gen/testscheme"
|
import "k8s.io/code-generator/cmd/validation-gen/testscheme"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"*eachkey.Struct": {
|
"*keys.Struct": {
|
||||||
"": [
|
"": [
|
||||||
"type Struct"
|
"type Struct"
|
||||||
],
|
],
|
||||||
|
@ -19,7 +19,7 @@ limitations under the License.
|
|||||||
|
|
||||||
// Code generated by validation-gen. DO NOT EDIT.
|
// Code generated by validation-gen. DO NOT EDIT.
|
||||||
|
|
||||||
package eachkey
|
package keys
|
||||||
|
|
||||||
import (
|
import (
|
||||||
context "context"
|
context "context"
|
||||||
|
@ -19,7 +19,7 @@ limitations under the License.
|
|||||||
|
|
||||||
// Code generated by validation-gen. DO NOT EDIT.
|
// Code generated by validation-gen. DO NOT EDIT.
|
||||||
|
|
||||||
package eachkey
|
package keys
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||||||
// +k8s:validation-gen-scheme-registry=k8s.io/code-generator/cmd/validation-gen/testscheme.Scheme
|
// +k8s:validation-gen-scheme-registry=k8s.io/code-generator/cmd/validation-gen/testscheme.Scheme
|
||||||
|
|
||||||
// This is a test package.
|
// This is a test package.
|
||||||
package format
|
package immutable
|
||||||
|
|
||||||
import "k8s.io/code-generator/cmd/validation-gen/testscheme"
|
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.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package format
|
package immutable
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
@ -19,7 +19,7 @@ limitations under the License.
|
|||||||
|
|
||||||
// Code generated by validation-gen. DO NOT EDIT.
|
// Code generated by validation-gen. DO NOT EDIT.
|
||||||
|
|
||||||
package format
|
package immutable
|
||||||
|
|
||||||
import (
|
import (
|
||||||
context "context"
|
context "context"
|
||||||
|
Loading…
Reference in New Issue
Block a user