--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: "" creationTimestamp: null name: helmcategories.application.kubesphere.io spec: group: application.kubesphere.io names: kind: HelmCategory listKind: HelmCategoryList plural: helmcategories shortNames: - hctg singular: helmcategory scope: Cluster versions: - additionalPrinterColumns: - jsonPath: .spec.name name: name type: string - jsonPath: .status.total name: total type: string - jsonPath: .metadata.creationTimestamp name: Age type: date name: v1alpha1 schema: openAPIV3Schema: description: HelmCategory is the Schema for the helmcategories 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: HelmCategorySpec defines the desired state of HelmRepo properties: description: description: info from frontend type: string locale: type: string name: description: name of the category type: string required: - name type: object status: properties: total: description: total helmapplications belong to this category type: integer required: - total type: object type: object served: true storage: true subresources: status: {} status: acceptedNames: kind: "" plural: "" conditions: [] storedVersions: []