Skip to content

Commit 6e42e44

Browse files
authored
operator flink-kubernetes-operator (1.13.0)
1 parent 1314a00 commit 6e42e44

11 files changed

+12178
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
################################################################################
2+
# Licensed to the Apache Software Foundation (ASF) under one
3+
# or more contributor license agreements. See the NOTICE file
4+
# distributed with this work for additional information
5+
# regarding copyright ownership. The ASF licenses this file
6+
# to you under the Apache License, Version 2.0 (the
7+
# "License"); you may not use this file except in compliance
8+
# with the License. You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
################################################################################
18+
FROM scratch
19+
20+
ARG ARCH=multiarch
21+
ARG USER=1001
22+
23+
# Core bundle labels.
24+
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
25+
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
26+
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
27+
LABEL operators.operatorframework.io.bundle.package.v1=flink-kubernetes-operator
28+
LABEL operators.operatorframework.io.bundle.channels.v1=latest
29+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.23.0
30+
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
31+
LABEL operators.operatorframework.io.metrics.project_layout=unknown
32+
33+
USER ${USER}
34+
35+
# Copy files to locations specified by labels.
36+
COPY ./manifests /manifests/
37+
COPY ./metadata /metadata/

operators/flink-kubernetes-operator/1.13.0/manifests/flink-kubernetes-operator.clusterserviceversion.yaml

Lines changed: 546 additions & 0 deletions
Large diffs are not rendered by default.

operators/flink-kubernetes-operator/1.13.0/manifests/flink-operator-config_v1_configmap.yaml

Lines changed: 257 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
apiVersion: v1
3+
data:
4+
password: cGFzc3dvcmQxMjM0
5+
kind: Secret
6+
metadata:
7+
name: flink-operator-webhook-secret
8+
type: Opaque
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
apiVersion: rbac.authorization.k8s.io/v1
3+
kind: RoleBinding
4+
metadata:
5+
annotations:
6+
helm.sh/resource-policy: keep
7+
creationTimestamp: null
8+
labels:
9+
app.kubernetes.io/managed-by: Helm
10+
app.kubernetes.io/name: flink-kubernetes-operator
11+
app.kubernetes.io/version: 1.13.0
12+
helm.sh/chart: flink-kubernetes-operator-1.13.0
13+
name: flink-role-binding
14+
roleRef:
15+
apiGroup: rbac.authorization.k8s.io
16+
kind: Role
17+
name: flink
18+
subjects:
19+
- kind: ServiceAccount
20+
name: flink

0 commit comments

Comments
 (0)