diff --git a/crd/app-crd.yaml b/crd/app-crd.yaml index 0d0f2272..c05b6790 100644 --- a/crd/app-crd.yaml +++ b/crd/app-crd.yaml @@ -5,7 +5,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - api-approved.kubernetes.io: https://github.com/kubernetes-sigs/application/pull/2 + api-approved.kubernetes.io: unapproved controller-gen.kubebuilder.io/version: v0.4.0 creationTimestamp: null name: applications.app.k8s.io @@ -27,18 +27,6 @@ spec: openAPIV3Schema: description: Application is the Schema for the applications 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: ApplicationSpec defines the specification for an Application. properties: @@ -503,27 +491,6 @@ spec: storage: true subresources: status: {} - additionalPrinterColumns: - - description: The type of the application - jsonPath: .spec.descriptor.type - name: Type - type: string - - description: The creation date - jsonPath: .spec.descriptor.version - name: Version - type: string - - description: The application object owns the matched resources - jsonPath: .spec.addOwnerRef - name: Owner - type: boolean - - description: Numbers of components ready - jsonPath: .status.componentsReady - name: Ready - type: string - - description: The creation date - jsonPath: .metadata.creationTimestamp - name: Age - type: date - name: v1alpha1 schema: openAPIV3Schema: