2021-02-15 13:23:59 +05:30
|
|
|
apiVersion: apiextensions.k8s.io/v1
|
2017-09-16 04:23:13 +05:30
|
|
|
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 13:23:59 +05:30
|
|
|
scope: Namespaced
|
|
|
|
versions:
|
|
|
|
- name: v1
|
|
|
|
served: true
|
|
|
|
storage: true
|
|
|
|
schema:
|
|
|
|
openAPIV3Schema:
|
|
|
|
type: object
|
|
|
|
x-kubernetes-preserve-unknown-fields: true
|