Skip to content

Commit 6ebd45d

Browse files
authored
Update go to 1.16 (#8)
1 parent efaf970 commit 6ebd45d

File tree

4 files changed

+297
-23
lines changed

4 files changed

+297
-23
lines changed

config/crd/bases/flinkoperator.k8s.io_flinkclusters.yaml

+285-6
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,15 @@ spec:
569569
user:
570570
type: string
571571
type: object
572+
seccompProfile:
573+
properties:
574+
localhostProfile:
575+
type: string
576+
type:
577+
type: string
578+
required:
579+
- type
580+
type: object
572581
windowsOptions:
573582
properties:
574583
gmsaCredentialSpec:
@@ -751,6 +760,15 @@ spec:
751760
user:
752761
type: string
753762
type: object
763+
seccompProfile:
764+
properties:
765+
localhostProfile:
766+
type: string
767+
type:
768+
type: string
769+
required:
770+
- type
771+
type: object
754772
supplementalGroups:
755773
items:
756774
format: int64
@@ -975,6 +993,77 @@ spec:
975993
sizeLimit:
976994
type: string
977995
type: object
996+
ephemeral:
997+
properties:
998+
readOnly:
999+
type: boolean
1000+
volumeClaimTemplate:
1001+
properties:
1002+
metadata:
1003+
type: object
1004+
spec:
1005+
properties:
1006+
accessModes:
1007+
items:
1008+
type: string
1009+
type: array
1010+
dataSource:
1011+
properties:
1012+
apiGroup:
1013+
type: string
1014+
kind:
1015+
type: string
1016+
name:
1017+
type: string
1018+
required:
1019+
- kind
1020+
- name
1021+
type: object
1022+
resources:
1023+
properties:
1024+
limits:
1025+
additionalProperties:
1026+
type: string
1027+
type: object
1028+
requests:
1029+
additionalProperties:
1030+
type: string
1031+
type: object
1032+
type: object
1033+
selector:
1034+
properties:
1035+
matchExpressions:
1036+
items:
1037+
properties:
1038+
key:
1039+
type: string
1040+
operator:
1041+
type: string
1042+
values:
1043+
items:
1044+
type: string
1045+
type: array
1046+
required:
1047+
- key
1048+
- operator
1049+
type: object
1050+
type: array
1051+
matchLabels:
1052+
additionalProperties:
1053+
type: string
1054+
type: object
1055+
type: object
1056+
storageClassName:
1057+
type: string
1058+
volumeMode:
1059+
type: string
1060+
volumeName:
1061+
type: string
1062+
type: object
1063+
required:
1064+
- spec
1065+
type: object
1066+
type: object
9781067
fc:
9791068
properties:
9801069
fsType:
@@ -1245,8 +1334,6 @@ spec:
12451334
type: object
12461335
type: object
12471336
type: array
1248-
required:
1249-
- sources
12501337
type: object
12511338
quobyte:
12521339
properties:
@@ -1819,6 +1906,15 @@ spec:
18191906
user:
18201907
type: string
18211908
type: object
1909+
seccompProfile:
1910+
properties:
1911+
localhostProfile:
1912+
type: string
1913+
type:
1914+
type: string
1915+
required:
1916+
- type
1917+
type: object
18221918
windowsOptions:
18231919
properties:
18241920
gmsaCredentialSpec:
@@ -2014,6 +2110,15 @@ spec:
20142110
user:
20152111
type: string
20162112
type: object
2113+
seccompProfile:
2114+
properties:
2115+
localhostProfile:
2116+
type: string
2117+
type:
2118+
type: string
2119+
required:
2120+
- type
2121+
type: object
20172122
supplementalGroups:
20182123
items:
20192124
format: int64
@@ -2438,6 +2543,15 @@ spec:
24382543
user:
24392544
type: string
24402545
type: object
2546+
seccompProfile:
2547+
properties:
2548+
localhostProfile:
2549+
type: string
2550+
type:
2551+
type: string
2552+
required:
2553+
- type
2554+
type: object
24412555
windowsOptions:
24422556
properties:
24432557
gmsaCredentialSpec:
@@ -2877,6 +2991,77 @@ spec:
28772991
sizeLimit:
28782992
type: string
28792993
type: object
2994+
ephemeral:
2995+
properties:
2996+
readOnly:
2997+
type: boolean
2998+
volumeClaimTemplate:
2999+
properties:
3000+
metadata:
3001+
type: object
3002+
spec:
3003+
properties:
3004+
accessModes:
3005+
items:
3006+
type: string
3007+
type: array
3008+
dataSource:
3009+
properties:
3010+
apiGroup:
3011+
type: string
3012+
kind:
3013+
type: string
3014+
name:
3015+
type: string
3016+
required:
3017+
- kind
3018+
- name
3019+
type: object
3020+
resources:
3021+
properties:
3022+
limits:
3023+
additionalProperties:
3024+
type: string
3025+
type: object
3026+
requests:
3027+
additionalProperties:
3028+
type: string
3029+
type: object
3030+
type: object
3031+
selector:
3032+
properties:
3033+
matchExpressions:
3034+
items:
3035+
properties:
3036+
key:
3037+
type: string
3038+
operator:
3039+
type: string
3040+
values:
3041+
items:
3042+
type: string
3043+
type: array
3044+
required:
3045+
- key
3046+
- operator
3047+
type: object
3048+
type: array
3049+
matchLabels:
3050+
additionalProperties:
3051+
type: string
3052+
type: object
3053+
type: object
3054+
storageClassName:
3055+
type: string
3056+
volumeMode:
3057+
type: string
3058+
volumeName:
3059+
type: string
3060+
type: object
3061+
required:
3062+
- spec
3063+
type: object
3064+
type: object
28803065
fc:
28813066
properties:
28823067
fsType:
@@ -3147,8 +3332,6 @@ spec:
31473332
type: object
31483333
type: object
31493334
type: array
3150-
required:
3151-
- sources
31523335
type: object
31533336
quobyte:
31543337
properties:
@@ -3716,6 +3899,15 @@ spec:
37163899
user:
37173900
type: string
37183901
type: object
3902+
seccompProfile:
3903+
properties:
3904+
localhostProfile:
3905+
type: string
3906+
type:
3907+
type: string
3908+
required:
3909+
- type
3910+
type: object
37193911
windowsOptions:
37203912
properties:
37213913
gmsaCredentialSpec:
@@ -3908,6 +4100,15 @@ spec:
39084100
user:
39094101
type: string
39104102
type: object
4103+
seccompProfile:
4104+
properties:
4105+
localhostProfile:
4106+
type: string
4107+
type:
4108+
type: string
4109+
required:
4110+
- type
4111+
type: object
39114112
supplementalGroups:
39124113
items:
39134114
format: int64
@@ -4332,6 +4533,15 @@ spec:
43324533
user:
43334534
type: string
43344535
type: object
4536+
seccompProfile:
4537+
properties:
4538+
localhostProfile:
4539+
type: string
4540+
type:
4541+
type: string
4542+
required:
4543+
- type
4544+
type: object
43354545
windowsOptions:
43364546
properties:
43374547
gmsaCredentialSpec:
@@ -4771,6 +4981,77 @@ spec:
47714981
sizeLimit:
47724982
type: string
47734983
type: object
4984+
ephemeral:
4985+
properties:
4986+
readOnly:
4987+
type: boolean
4988+
volumeClaimTemplate:
4989+
properties:
4990+
metadata:
4991+
type: object
4992+
spec:
4993+
properties:
4994+
accessModes:
4995+
items:
4996+
type: string
4997+
type: array
4998+
dataSource:
4999+
properties:
5000+
apiGroup:
5001+
type: string
5002+
kind:
5003+
type: string
5004+
name:
5005+
type: string
5006+
required:
5007+
- kind
5008+
- name
5009+
type: object
5010+
resources:
5011+
properties:
5012+
limits:
5013+
additionalProperties:
5014+
type: string
5015+
type: object
5016+
requests:
5017+
additionalProperties:
5018+
type: string
5019+
type: object
5020+
type: object
5021+
selector:
5022+
properties:
5023+
matchExpressions:
5024+
items:
5025+
properties:
5026+
key:
5027+
type: string
5028+
operator:
5029+
type: string
5030+
values:
5031+
items:
5032+
type: string
5033+
type: array
5034+
required:
5035+
- key
5036+
- operator
5037+
type: object
5038+
type: array
5039+
matchLabels:
5040+
additionalProperties:
5041+
type: string
5042+
type: object
5043+
type: object
5044+
storageClassName:
5045+
type: string
5046+
volumeMode:
5047+
type: string
5048+
volumeName:
5049+
type: string
5050+
type: object
5051+
required:
5052+
- spec
5053+
type: object
5054+
type: object
47745055
fc:
47755056
properties:
47765057
fsType:
@@ -5041,8 +5322,6 @@ spec:
50415322
type: object
50425323
type: object
50435324
type: array
5044-
required:
5045-
- sources
50465325
type: object
50475326
quobyte:
50485327
properties:

0 commit comments

Comments
 (0)