2021-02-15 13:23:59 +05:30
|
|
|
apiVersion: apiextensions.k8s.io/v1
|
2020-01-16 21:25:07 +05:30
|
|
|
kind: CustomResourceDefinition
|
|
|
|
metadata:
|
|
|
|
name: devicetokens.dex.coreos.com
|
|
|
|
spec:
|
|
|
|
group: dex.coreos.com
|
|
|
|
names:
|
|
|
|
kind: DeviceToken
|
|
|
|
listKind: DeviceTokenList
|
|
|
|
plural: devicetokens
|
|
|
|
singular: devicetoken
|
2021-02-15 13:23:59 +05:30
|
|
|
scope: Namespaced
|
|
|
|
versions:
|
|
|
|
- name: v1
|
|
|
|
served: true
|
|
|
|
storage: true
|
|
|
|
schema:
|
|
|
|
openAPIV3Schema:
|
|
|
|
type: object
|
|
|
|
x-kubernetes-preserve-unknown-fields: true
|