diff --git a/manifests/cluster/deployment.yaml b/manifests/cluster/deployment.yaml index 09511b101..fd30c6f73 100644 --- a/manifests/cluster/deployment.yaml +++ b/manifests/cluster/deployment.yaml @@ -8166,14 +8166,8 @@ spec: description: HarborProject is the Schema for the harbors projects. 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 @@ -8279,8 +8273,6 @@ spec: description: HarborProjectStatus defines the status of HarborProject. properties: lastApplyTime: - description: LastApplyTime represents the last apply configuration - time. format: date-time type: string membershipHash: @@ -8288,7 +8280,6 @@ spec: in project membership. type: string message: - description: Message provides human-readable message. type: string projectID: description: ProjectID represents ID of the managed project. @@ -8300,7 +8291,6 @@ spec: format: int64 type: integer reason: - description: Reason represents status reason. type: string status: description: Status represents harbor project status. diff --git a/manifests/harbor/deployment.yaml b/manifests/harbor/deployment.yaml index 0ed2b53be..47f793256 100644 --- a/manifests/harbor/deployment.yaml +++ b/manifests/harbor/deployment.yaml @@ -8166,14 +8166,8 @@ spec: description: HarborProject is the Schema for the harbors projects. 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 @@ -8279,8 +8273,6 @@ spec: description: HarborProjectStatus defines the status of HarborProject. properties: lastApplyTime: - description: LastApplyTime represents the last apply configuration - time. format: date-time type: string membershipHash: @@ -8288,7 +8280,6 @@ spec: in project membership. type: string message: - description: Message provides human-readable message. type: string projectID: description: ProjectID represents ID of the managed project. @@ -8300,7 +8291,6 @@ spec: format: int64 type: integer reason: - description: Reason represents status reason. type: string status: description: Status represents harbor project status.