Skip to content

Commit

Permalink
Running makefile to update the manifests
Browse files Browse the repository at this point in the history
Signed-off-by: dttung2905 <[email protected]>
  • Loading branch information
dttung2905 committed Oct 27, 2024
1 parent 00013e6 commit a852095
Show file tree
Hide file tree
Showing 7 changed files with 4,356 additions and 3,682 deletions.
26 changes: 11 additions & 15 deletions config/crd/bases/eventing.keda.sh_cloudeventsources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
name: cloudeventsources.eventing.keda.sh
spec:
group: eventing.keda.sh
Expand All @@ -25,29 +26,24 @@ spec:
sink
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
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
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: CloudEventSourceSpec defines the spec of CloudEventSource
properties:
authenticationRef:
description: |-
AuthenticationRef points to the TriggerAuthentication or ClusterTriggerAuthentication object that
is used to authenticate the scaler with the environment
description: AuthenticationRef points to the TriggerAuthentication
or ClusterTriggerAuthentication object that is used to authenticate
the scaler with the environment
properties:
kind:
description: Kind of the resource being referred to. Defaults
Expand Down
26 changes: 11 additions & 15 deletions config/crd/bases/eventing.keda.sh_clustercloudeventsources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
name: clustercloudeventsources.eventing.keda.sh
spec:
group: eventing.keda.sh
Expand All @@ -23,29 +24,24 @@ spec:
openAPIV3Schema:
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
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
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: CloudEventSourceSpec defines the spec of CloudEventSource
properties:
authenticationRef:
description: |-
AuthenticationRef points to the TriggerAuthentication or ClusterTriggerAuthentication object that
is used to authenticate the scaler with the environment
description: AuthenticationRef points to the TriggerAuthentication
or ClusterTriggerAuthentication object that is used to authenticate
the scaler with the environment
properties:
kind:
description: Kind of the resource being referred to. Defaults
Expand Down
85 changes: 38 additions & 47 deletions config/crd/bases/keda.sh_clustertriggerauthentications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
name: clustertriggerauthentications.keda.sh
spec:
group: keda.sh
Expand Down Expand Up @@ -45,19 +46,14 @@ spec:
globally
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
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
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 @@ -134,9 +130,8 @@ spec:
- accessSecretKey
type: object
podIdentity:
description: |-
AuthPodIdentity allows users to select the platform native identity
mechanism
description: AuthPodIdentity allows users to select the platform
native identity mechanism
properties:
identityAuthorityHost:
description: Set identityAuthorityHost to override the default
Expand Down Expand Up @@ -242,9 +237,8 @@ spec:
- tenantId
type: object
podIdentity:
description: |-
AuthPodIdentity allows users to select the platform native identity
mechanism
description: AuthPodIdentity allows users to select the platform
native identity mechanism
properties:
identityAuthorityHost:
description: Set identityAuthorityHost to override the default
Expand Down Expand Up @@ -321,9 +315,8 @@ spec:
type: array
env:
items:
description: |-
AuthEnvironment is used to authenticate using environment variables
in the destination ScaleTarget spec
description: AuthEnvironment is used to authenticate using environment
variables in the destination ScaleTarget spec
properties:
containerName:
type: string
Expand Down Expand Up @@ -364,9 +357,8 @@ spec:
- clientSecret
type: object
podIdentity:
description: |-
AuthPodIdentity allows users to select the platform native identity
mechanism
description: AuthPodIdentity allows users to select the platform
native identity mechanism
properties:
identityAuthorityHost:
description: Set identityAuthorityHost to override the default
Expand Down Expand Up @@ -439,33 +431,33 @@ spec:
type: string
token:
type: string
type: object
mount:
type: string
namespace:
type: string
role:
type: string
tokenSecret:
properties:
valueFrom:
tokenSecret:
properties:
secretKeyRef:
valueFrom:
properties:
key:
type: string
name:
type: string
secretKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
- name
type: object
required:
- key
- name
- secretKeyRef
type: object
required:
- secretKeyRef
- valueFrom
type: object
required:
- valueFrom
type: object
mount:
type: string
namespace:
type: string
role:
type: string
secrets:
items:
description: VaultSecret defines the mapping between the path
Expand Down Expand Up @@ -509,9 +501,8 @@ spec:
- secrets
type: object
podIdentity:
description: |-
AuthPodIdentity allows users to select the platform native identity
mechanism
description: AuthPodIdentity allows users to select the platform native
identity mechanism
properties:
identityAuthorityHost:
description: Set identityAuthorityHost to override the default
Expand Down
Loading

0 comments on commit a852095

Please sign in to comment.