2021-02-15 11:53:59 +04:00
|
|
|
apiVersion: apiextensions.k8s.io/v1
|
2017-09-15 15:53:13 -07:00
|
|
|
kind: CustomResourceDefinition
|
|
|
|
metadata:
|
|
|
|
name: authcodes.dex.coreos.com
|
|
|
|
spec:
|
|
|
|
group: dex.coreos.com
|
|
|
|
names:
|
|
|
|
kind: AuthCode
|
|
|
|
listKind: AuthCodeList
|
|
|
|
plural: authcodes
|
|
|
|
singular: authcode
|
2021-02-15 11:53:59 +04:00
|
|
|
scope: Namespaced
|
|
|
|
versions:
|
|
|
|
- name: v1
|
|
|
|
served: true
|
|
|
|
storage: true
|
|
|
|
schema:
|
|
|
|
openAPIV3Schema:
|
|
|
|
type: object
|
|
|
|
x-kubernetes-preserve-unknown-fields: true
|