Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/bundle/manifests/loki.openshift.io_lokistack...

50 lines
1.8 KiB

apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
creationTimestamp: null
name: lokistacks.loki.openshift.io
spec:
group: loki.openshift.io
names:
kind: LokiStack
listKind: LokiStackList
plural: lokistacks
singular: lokistack
scope: Namespaced
versions:
- name: v1beta1
schema:
openAPIV3Schema:
description: LokiStack is the Schema for the lokistacks API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: LokiStackSpec defines the desired state of LokiStack
properties:
name:
description: Name is the unique name of this LokiStack.
type: string
type: object
status:
description: LokiStackStatus defines the observed state of LokiStack
type: object
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []