Skip to content

Commit

Permalink
Feat: upgrade dependency (kubevela#5217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Somefive authored and zhaohuiweixiao committed Mar 7, 2023
1 parent 82077d5 commit 66a54a9
Show file tree
Hide file tree
Showing 52 changed files with 1,677 additions and 1,966 deletions.
352 changes: 181 additions & 171 deletions charts/vela-core/crds/core.oam.dev_applicationrevisions.yaml

Large diffs are not rendered by default.

242 changes: 123 additions & 119 deletions charts/vela-core/crds/core.oam.dev_applications.yaml

Large diffs are not rendered by default.

19 changes: 7 additions & 12 deletions charts/vela-core/crds/core.oam.dev_componentdefinitions.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
controller-gen.kubebuilder.io/version: v0.9.2
name: componentdefinitions.core.oam.dev
spec:
group: core.oam.dev
Expand Down Expand Up @@ -193,14 +192,15 @@ spec:
to the secret containing the git credentials
properties:
name:
description: Name is unique within a namespace to reference
description: name is unique within a namespace to reference
a secret resource.
type: string
namespace:
description: Namespace defines the space within which
description: namespace defines the space within which
the secret name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
path:
description: Path is the sub-directory of remote git repository.
It's valid when remote is set
Expand Down Expand Up @@ -519,14 +519,15 @@ spec:
to the secret containing the git credentials
properties:
name:
description: Name is unique within a namespace to reference
description: name is unique within a namespace to reference
a secret resource.
type: string
namespace:
description: Namespace defines the space within which
description: namespace defines the space within which
the secret name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
path:
description: Path is the sub-directory of remote git repository.
It's valid when remote is set
Expand Down Expand Up @@ -671,9 +672,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
29 changes: 13 additions & 16 deletions charts/vela-core/crds/core.oam.dev_definitionrevisions.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
controller-gen.kubebuilder.io/version: v0.9.2
name: definitionrevisions.core.oam.dev
spec:
group: core.oam.dev
Expand Down Expand Up @@ -238,14 +237,15 @@ spec:
the reference to the secret containing the git credentials
properties:
name:
description: Name is unique within a namespace
description: name is unique within a namespace
to reference a secret resource.
type: string
namespace:
description: Namespace defines the space within
description: namespace defines the space within
which the secret name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
path:
description: Path is the sub-directory of remote git
repository. It's valid when remote is set
Expand Down Expand Up @@ -568,14 +568,15 @@ spec:
the reference to the secret containing the git credentials
properties:
name:
description: Name is unique within a namespace
description: name is unique within a namespace
to reference a secret resource.
type: string
namespace:
description: Namespace defines the space within
description: namespace defines the space within
which the secret name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
path:
description: Path is the sub-directory of remote git
repository. It's valid when remote is set
Expand Down Expand Up @@ -899,14 +900,15 @@ spec:
the reference to the secret containing the git credentials
properties:
name:
description: Name is unique within a namespace
description: name is unique within a namespace
to reference a secret resource.
type: string
namespace:
description: Namespace defines the space within
description: namespace defines the space within
which the secret name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
path:
description: Path is the sub-directory of remote git
repository. It's valid when remote is set
Expand Down Expand Up @@ -1205,14 +1207,15 @@ spec:
the reference to the secret containing the git credentials
properties:
name:
description: Name is unique within a namespace
description: name is unique within a namespace
to reference a secret resource.
type: string
namespace:
description: Namespace defines the space within
description: namespace defines the space within
which the secret name must be unique.
type: string
type: object
x-kubernetes-map-type: atomic
path:
description: Path is the sub-directory of remote git
repository. It's valid when remote is set
Expand Down Expand Up @@ -1331,9 +1334,3 @@ spec:
served: true
storage: true
subresources: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
Loading

0 comments on commit 66a54a9

Please sign in to comment.