polardbxoperator/charts/polardbx-operator/crds/polardbx.aliyun.com_polardb...

81 lines
2.5 KiB
YAML

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
creationTimestamp: null
name: polardbxclusterknobs.polardbx.aliyun.com
spec:
group: polardbx.aliyun.com
names:
kind: PolarDBXClusterKnobs
listKind: PolarDBXClusterKnobsList
plural: polardbxclusterknobs
shortNames:
- pxcknobs
- polardbxknobs
singular: polardbxclusterknobs
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .spec.clusterName
name: CLUSTER
type: string
- jsonPath: .status.version
name: VER
type: integer
- jsonPath: .status.size
name: SIZE
type: integer
- jsonPath: .status.lastUpdated
name: SYNC
type: date
- jsonPath: .metadata.creationTimestamp
name: AGE
type: date
name: v1
schema:
openAPIV3Schema:
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:
properties:
clusterName:
type: string
knobs:
additionalProperties:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
type: object
type: object
status:
properties:
lastUpdated:
format: date-time
type: string
size:
format: int32
type: integer
version:
format: int64
type: integer
type: object
type: object
served: true
storage: true
subresources: {}