Skip to content

Commit

Permalink
Merge branch 'resync_fork' of [email protected]:plotly/harbor-operator.git
Browse files Browse the repository at this point in the history
into resync_fork
  • Loading branch information
Arnould Gateaux committed May 2, 2024
2 parents 60b58e5 + 251d6a2 commit 2861d23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions manifests/cluster/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -8279,16 +8273,13 @@ spec:
description: HarborProjectStatus defines the status of HarborProject.
properties:
lastApplyTime:
description: LastApplyTime represents the last apply configuration
time.
format: date-time
type: string
membershipHash:
description: MembershipHash provides a way to quickly notice changes
in project membership.
type: string
message:
description: Message provides human-readable message.
type: string
projectID:
description: ProjectID represents ID of the managed project.
Expand All @@ -8300,7 +8291,6 @@ spec:
format: int64
type: integer
reason:
description: Reason represents status reason.
type: string
status:
description: Status represents harbor project status.
Expand Down
10 changes: 0 additions & 10 deletions manifests/harbor/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -8279,16 +8273,13 @@ spec:
description: HarborProjectStatus defines the status of HarborProject.
properties:
lastApplyTime:
description: LastApplyTime represents the last apply configuration
time.
format: date-time
type: string
membershipHash:
description: MembershipHash provides a way to quickly notice changes
in project membership.
type: string
message:
description: Message provides human-readable message.
type: string
projectID:
description: ProjectID represents ID of the managed project.
Expand All @@ -8300,7 +8291,6 @@ spec:
format: int64
type: integer
reason:
description: Reason represents status reason.
type: string
status:
description: Status represents harbor project status.
Expand Down

0 comments on commit 2861d23

Please sign in to comment.