mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
Fix example test
This commit is contained in:
parent
cf16480add
commit
a8f09114f9
@ -367,6 +367,10 @@ func TestExampleObjectSchemas(t *testing.T) {
|
|||||||
"../examples/experimental": {
|
"../examples/experimental": {
|
||||||
"deployment": &experimental.Deployment{},
|
"deployment": &experimental.Deployment{},
|
||||||
},
|
},
|
||||||
|
"../examples/javaweb-tomcat-sidecar": {
|
||||||
|
"javaweb": &api.Pod{},
|
||||||
|
"javaweb-2": &api.Pod{},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
capabilities.SetForTests(capabilities.Capabilities{
|
capabilities.SetForTests(capabilities.Capabilities{
|
||||||
|
Loading…
Reference in New Issue
Block a user