mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-01-11 22:41:09 +01:00
46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: issuers.cert.gardener.cloud
|
|
labels:
|
|
app.kubernetes.io/name: gardener-extension-shoot-fleet-agent
|
|
spec:
|
|
additionalPrinterColumns:
|
|
- JSONPath: .spec.acme.server
|
|
description: ACME Server
|
|
name: SERVER
|
|
type: string
|
|
- JSONPath: .spec.acme.email
|
|
description: ACME Registration email
|
|
name: EMAIL
|
|
type: string
|
|
- JSONPath: .status.state
|
|
description: Status of registration
|
|
name: STATUS
|
|
type: string
|
|
- JSONPath: .status.type
|
|
description: Issuer type
|
|
name: TYPE
|
|
type: string
|
|
- JSONPath: .metadata.creationTimestamp
|
|
name: AGE
|
|
type: date
|
|
conversion:
|
|
strategy: None
|
|
group: cert.gardener.cloud
|
|
names:
|
|
kind: Issuer
|
|
listKind: IssuerList
|
|
plural: issuers
|
|
shortNames:
|
|
- issuer
|
|
singular: issuer
|
|
scope: Namespaced
|
|
subresources:
|
|
status: {}
|
|
version: v1alpha1
|
|
versions:
|
|
- name: v1alpha1
|
|
served: true
|
|
storage: true
|