Skip to content

Commit 4b31020

Browse files
committed
chore: update generated code
Signed-off-by: justinsb <[email protected]>
1 parent d6a77b5 commit 4b31020

File tree

3 files changed

+13
-17
lines changed

3 files changed

+13
-17
lines changed

pkg/api/kptfile/v1/zz_generated.deepcopy.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

porch/internal/api/porchinternal/v1alpha1/config.porch.kpt.dev_packagerevs.yaml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The kpt Authors
1+
# Copyright 2024 The kpt Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -17,8 +17,7 @@ apiVersion: apiextensions.k8s.io/v1
1717
kind: CustomResourceDefinition
1818
metadata:
1919
annotations:
20-
controller-gen.kubebuilder.io/version: v0.8.0
21-
creationTimestamp: null
20+
controller-gen.kubebuilder.io/version: v0.14.0
2221
name: packagerevs.config.porch.kpt.dev
2322
spec:
2423
group: config.porch.kpt.dev
@@ -35,14 +34,19 @@ spec:
3534
description: PackageRev
3635
properties:
3736
apiVersion:
38-
description: 'APIVersion defines the versioned schema of this representation
39-
of an object. Servers should convert recognized schemas to the latest
40-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
37+
description: |-
38+
APIVersion defines the versioned schema of this representation of an object.
39+
Servers should convert recognized schemas to the latest internal value, and
40+
may reject unrecognized values.
41+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
4142
type: string
4243
kind:
43-
description: 'Kind is a string value representing the REST resource this
44-
object represents. Servers may infer this from the endpoint the client
45-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
44+
description: |-
45+
Kind is a string value representing the REST resource this object represents.
46+
Servers may infer this from the endpoint the client submits requests to.
47+
Cannot be updated.
48+
In CamelCase.
49+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
4650
type: string
4751
metadata:
4852
type: object
@@ -57,9 +61,3 @@ spec:
5761
storage: true
5862
subresources:
5963
status: {}
60-
status:
61-
acceptedNames:
62-
kind: ""
63-
plural: ""
64-
conditions: []
65-
storedVersions: []

porch/internal/api/porchinternal/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)