-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Zbynek Roubalik <[email protected]>
- Loading branch information
Showing
19 changed files
with
5,874 additions
and
27 deletions.
There are no files selected for viewing
350 changes: 350 additions & 0 deletions
350
deploy/olm-catalog/keda/1.4.1/keda.v1.4.1.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
66 changes: 66 additions & 0 deletions
66
deploy/olm-catalog/keda/1.4.1/kedacontrollers.keda.k8s.io.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: kedacontrollers.keda.k8s.io | ||
spec: | ||
group: keda.k8s.io | ||
names: | ||
kind: KedaController | ||
listKind: KedaControllerList | ||
plural: kedacontrollers | ||
singular: kedacontroller | ||
scope: Namespaced | ||
subresources: | ||
status: {} | ||
validation: | ||
openAPIV3Schema: | ||
description: KedaController is the Schema for the kedacontrollers API | ||
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 | ||
spec: | ||
description: KedaControllerSpec defines the desired state of KedaController | ||
properties: | ||
logLevel: | ||
type: string | ||
logLevelMetrics: | ||
type: string | ||
logTimeFormat: | ||
type: string | ||
watchNamespace: | ||
type: string | ||
type: object | ||
status: | ||
description: KedaControllerStatus defines the observed state of KedaController | ||
properties: | ||
configmadatasum: | ||
type: string | ||
phase: | ||
type: string | ||
reason: | ||
type: string | ||
secretdatasum: | ||
type: string | ||
version: | ||
type: string | ||
type: object | ||
type: object | ||
version: v1alpha1 | ||
versions: | ||
- name: v1alpha1 | ||
served: true | ||
storage: true |
5,334 changes: 5,334 additions & 0 deletions
5,334
deploy/olm-catalog/keda/1.4.1/scaledobjects.keda.k8s.io.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
90 changes: 90 additions & 0 deletions
90
deploy/olm-catalog/keda/1.4.1/triggerauthentications.keda.k8s.io.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: triggerauthentications.keda.k8s.io | ||
spec: | ||
group: keda.k8s.io | ||
names: | ||
kind: TriggerAuthentication | ||
listKind: TriggerAuthenticationList | ||
plural: triggerauthentications | ||
singular: triggerauthentication | ||
scope: Namespaced | ||
validation: | ||
openAPIV3Schema: | ||
description: TriggerAuthentication defines how a trigger can authenticate | ||
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/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/api-conventions.md#types-kinds | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
description: TriggerAuthenticationSpec defines the various ways to authenticate | ||
properties: | ||
env: | ||
items: | ||
description: >- | ||
AuthEnvironment is used to authenticate using environment | ||
variables in the destination deployment spec | ||
properties: | ||
containerName: | ||
type: string | ||
name: | ||
type: string | ||
parameter: | ||
type: string | ||
required: | ||
- name | ||
- parameter | ||
type: object | ||
type: array | ||
podIdentity: | ||
description: >- | ||
AuthPodIdentity allows users to select the platform native | ||
identity mechanism | ||
properties: | ||
provider: | ||
description: PodIdentityProvider contains the list of providers | ||
type: string | ||
required: | ||
- provider | ||
type: object | ||
secretTargetRef: | ||
items: | ||
description: >- | ||
AuthSecretTargetRef is used to authenticate using a reference | ||
to a secret | ||
properties: | ||
key: | ||
type: string | ||
name: | ||
type: string | ||
parameter: | ||
type: string | ||
required: | ||
- key | ||
- name | ||
- parameter | ||
type: object | ||
type: array | ||
type: object | ||
required: | ||
- spec | ||
type: object | ||
version: v1alpha1 | ||
versions: | ||
- name: v1alpha1 | ||
served: true | ||
storage: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
packageName: keda | ||
defaultChannel: alpha | ||
channels: | ||
- name: alpha | ||
currentCSV: keda.v1.3.0 | ||
defaultChannel: alpha | ||
currentCSV: keda.v1.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: operators.coreos.com/v1 | ||
kind: OperatorSource | ||
metadata: | ||
name: keda-operators | ||
namespace: openshift-marketplace | ||
spec: | ||
type: appregistry | ||
endpoint: https://quay.io/cnr | ||
registryNamespace: zroubalik | ||
displayName: "Keda test" | ||
publisher: "Z" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 4 additions & 6 deletions
10
deploy/resources/crds/keda.k8s.io_v1alpha1_triggerauthentication_cr.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
apiVersion: keda.k8s.io/v1alpha1 | ||
kind: TriggerAuthentication | ||
metadata: | ||
metadata: | ||
name: example-triggerauth | ||
namespace: example-namespace | ||
name: example-triggerauthentication | ||
spec: | ||
secretTargetRef: | ||
- parameter: exmaple-secret-parameter | ||
name: example-secret-name | ||
key: example-role-key | ||
- parameter: exmaple-secret-parameter | ||
name: example-secret-name | ||
key: example-role-key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ package version | |
|
||
var ( | ||
// Version of the operator | ||
Version = "1.3.0" | ||
Version = "1.4.1" | ||
) |