Permalink
Cannot retrieve contributors at this time
13 lines (13 sloc)
282 Bytes
apiVersion: apiextensions.k8s.io/v1beta1 | |
kind: CustomResourceDefinition | |
metadata: | |
name: netperfs.app.example.com | |
spec: | |
group: app.example.com | |
names: | |
kind: Netperf | |
listKind: NetperfList | |
plural: netperfs | |
singular: netperf | |
scope: Namespaced | |
version: v1alpha1 |