...
Package apimachinery
Package apimachinery contains e2e tests owned by SIG-API-Machinery.
- Variables
- func SetUpSampleAPIServer(ctx context.Context, f *framework.Framework, aggrclient *aggregatorclient.Clientset, image string, n sampleAPIServerObjectNames, apiServiceGroupName, apiServiceVersion string)
- func TestSampleAPIServer(ctx context.Context, f *framework.Framework, aggrclient *aggregatorclient.Clientset, image, apiServiceGroupName, apiServiceVersion string)
Package files
aggregated_discovery.go
aggregator.go
apiserver_identity.go
apply.go
certs.go
chunking.go
crd_conversion_webhook.go
crd_publish_openapi.go
crd_validation_ratcheting.go
crd_validation_rules.go
crd_watch.go
custom_resource_definition.go
discovery.go
etcd_failure.go
field_validation.go
flowcontrol.go
framework.go
garbage_collector.go
generated_clientset.go
health_handlers.go
namespace.go
openapiv3.go
protocol.go
request_timeout.go
resource_quota.go
server_version.go
storage_version.go
table_conversion.go
validatingadmissionpolicy.go
watch.go
watchlist.go
webhook.go
Variables
SIGDescribe annotates the test with the SIG label.
var SIGDescribe = framework.SIGDescribe("api-machinery")
func SetUpSampleAPIServer(ctx context.Context, f *framework.Framework, aggrclient *aggregatorclient.Clientset, image string, n sampleAPIServerObjectNames, apiServiceGroupName, apiServiceVersion string)
func TestSampleAPIServer(ctx context.Context, f *framework.Framework, aggrclient *aggregatorclient.Clientset, image, apiServiceGroupName, apiServiceVersion string)
TestSampleAPIServer is a basic test if the sample-apiserver code from 1.29 and compiled against 1.29
will work on the current Aggregator/API-Server.