package apimachinery
import "k8s.io/kubernetes/test/e2e/apimachinery"
Index ¶
- Variables
- func SIGDescribe(text string, body func()) bool
- func TestSampleAPIServer(f *framework.Framework, aggrclient *aggregatorclient.Clientset, image string)
Variables ¶
var ( // CronJobGroupVersionResource unambiguously identifies a CronJob resource. CronJobGroupVersionResource = schema.GroupVersionResource{Group: batchv1beta1.GroupName, Version: "v1beta1", Resource: "cronjobs"} )
Functions ¶
func SIGDescribe ¶
SIGDescribe annotates the test with the SIG label.
func TestSampleAPIServer ¶
func TestSampleAPIServer(f *framework.Framework, aggrclient *aggregatorclient.Clientset, image string)
TestSampleAPIServer is a basic test if the sample-apiserver code from 1.10 and compiled against 1.10 will work on the current Aggregator/API-Server.
Source Files ¶
aggregator.go certs.go chunking.go crd_conversion_webhook.go crd_publish_openapi.go crd_watch.go custom_resource_definition.go discovery.go etcd_failure.go events.go flowcontrol.go framework.go garbage_collector.go generated_clientset.go health_handlers.go namespace.go protocol.go resource_quota.go server_version.go table_conversion.go watch.go webhook.go
- Version
- v1.20.8
- Published
- Jun 16, 2021
- Platform
- js/wasm
- Imports
- 101 packages
- Last checked
- 5 minutes ago –
Tools for package owners.