mirror of https://git.rancher.io/charts
112 lines
2.8 KiB
YAML
112 lines
2.8 KiB
YAML
|
|
---
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
annotations:
|
|
controller-gen.kubebuilder.io/version: v0.6.0
|
|
creationTimestamp: null
|
|
name: loggingroutes.logging.banzaicloud.io
|
|
spec:
|
|
group: logging.banzaicloud.io
|
|
names:
|
|
categories:
|
|
- logging-all
|
|
kind: LoggingRoute
|
|
listKind: LoggingRouteList
|
|
plural: loggingroutes
|
|
shortNames:
|
|
- lr
|
|
singular: loggingroute
|
|
scope: Cluster
|
|
versions:
|
|
- additionalPrinterColumns:
|
|
- description: Number of problems
|
|
jsonPath: .status.problemsCount
|
|
name: Problems
|
|
type: integer
|
|
- description: Number of notices
|
|
jsonPath: .status.noticesCount
|
|
name: Notices
|
|
type: integer
|
|
name: v1beta1
|
|
schema:
|
|
openAPIV3Schema:
|
|
properties:
|
|
apiVersion:
|
|
type: string
|
|
kind:
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
spec:
|
|
properties:
|
|
source:
|
|
type: string
|
|
targets:
|
|
properties:
|
|
matchExpressions:
|
|
items:
|
|
properties:
|
|
key:
|
|
type: string
|
|
operator:
|
|
type: string
|
|
values:
|
|
items:
|
|
type: string
|
|
type: array
|
|
required:
|
|
- key
|
|
- operator
|
|
type: object
|
|
type: array
|
|
matchLabels:
|
|
additionalProperties:
|
|
type: string
|
|
type: object
|
|
type: object
|
|
required:
|
|
- source
|
|
- targets
|
|
type: object
|
|
status:
|
|
properties:
|
|
notices:
|
|
items:
|
|
type: string
|
|
type: array
|
|
noticesCount:
|
|
type: integer
|
|
problems:
|
|
items:
|
|
type: string
|
|
type: array
|
|
problemsCount:
|
|
type: integer
|
|
tenants:
|
|
items:
|
|
properties:
|
|
name:
|
|
type: string
|
|
namespaces:
|
|
items:
|
|
type: string
|
|
type: array
|
|
required:
|
|
- name
|
|
type: object
|
|
type: array
|
|
type: object
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
subresources:
|
|
status: {}
|
|
status:
|
|
acceptedNames:
|
|
kind: ""
|
|
plural: ""
|
|
conditions: []
|
|
storedVersions: []
|