Skip to content

Commit

Permalink
Update go to 1.16 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Mar 25, 2021
1 parent efaf970 commit 6ebd45d
Show file tree
Hide file tree
Showing 4 changed files with 297 additions and 23 deletions.
291 changes: 285 additions & 6 deletions config/crd/bases/flinkoperator.k8s.io_flinkclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,15 @@ spec:
user:
type: string
type: object
seccompProfile:
properties:
localhostProfile:
type: string
type:
type: string
required:
- type
type: object
windowsOptions:
properties:
gmsaCredentialSpec:
Expand Down Expand Up @@ -751,6 +760,15 @@ spec:
user:
type: string
type: object
seccompProfile:
properties:
localhostProfile:
type: string
type:
type: string
required:
- type
type: object
supplementalGroups:
items:
format: int64
Expand Down Expand Up @@ -975,6 +993,77 @@ spec:
sizeLimit:
type: string
type: object
ephemeral:
properties:
readOnly:
type: boolean
volumeClaimTemplate:
properties:
metadata:
type: object
spec:
properties:
accessModes:
items:
type: string
type: array
dataSource:
properties:
apiGroup:
type: string
kind:
type: string
name:
type: string
required:
- kind
- name
type: object
resources:
properties:
limits:
additionalProperties:
type: string
type: object
requests:
additionalProperties:
type: string
type: object
type: object
selector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
storageClassName:
type: string
volumeMode:
type: string
volumeName:
type: string
type: object
required:
- spec
type: object
type: object
fc:
properties:
fsType:
Expand Down Expand Up @@ -1245,8 +1334,6 @@ spec:
type: object
type: object
type: array
required:
- sources
type: object
quobyte:
properties:
Expand Down Expand Up @@ -1819,6 +1906,15 @@ spec:
user:
type: string
type: object
seccompProfile:
properties:
localhostProfile:
type: string
type:
type: string
required:
- type
type: object
windowsOptions:
properties:
gmsaCredentialSpec:
Expand Down Expand Up @@ -2014,6 +2110,15 @@ spec:
user:
type: string
type: object
seccompProfile:
properties:
localhostProfile:
type: string
type:
type: string
required:
- type
type: object
supplementalGroups:
items:
format: int64
Expand Down Expand Up @@ -2438,6 +2543,15 @@ spec:
user:
type: string
type: object
seccompProfile:
properties:
localhostProfile:
type: string
type:
type: string
required:
- type
type: object
windowsOptions:
properties:
gmsaCredentialSpec:
Expand Down Expand Up @@ -2877,6 +2991,77 @@ spec:
sizeLimit:
type: string
type: object
ephemeral:
properties:
readOnly:
type: boolean
volumeClaimTemplate:
properties:
metadata:
type: object
spec:
properties:
accessModes:
items:
type: string
type: array
dataSource:
properties:
apiGroup:
type: string
kind:
type: string
name:
type: string
required:
- kind
- name
type: object
resources:
properties:
limits:
additionalProperties:
type: string
type: object
requests:
additionalProperties:
type: string
type: object
type: object
selector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
storageClassName:
type: string
volumeMode:
type: string
volumeName:
type: string
type: object
required:
- spec
type: object
type: object
fc:
properties:
fsType:
Expand Down Expand Up @@ -3147,8 +3332,6 @@ spec:
type: object
type: object
type: array
required:
- sources
type: object
quobyte:
properties:
Expand Down Expand Up @@ -3716,6 +3899,15 @@ spec:
user:
type: string
type: object
seccompProfile:
properties:
localhostProfile:
type: string
type:
type: string
required:
- type
type: object
windowsOptions:
properties:
gmsaCredentialSpec:
Expand Down Expand Up @@ -3908,6 +4100,15 @@ spec:
user:
type: string
type: object
seccompProfile:
properties:
localhostProfile:
type: string
type:
type: string
required:
- type
type: object
supplementalGroups:
items:
format: int64
Expand Down Expand Up @@ -4332,6 +4533,15 @@ spec:
user:
type: string
type: object
seccompProfile:
properties:
localhostProfile:
type: string
type:
type: string
required:
- type
type: object
windowsOptions:
properties:
gmsaCredentialSpec:
Expand Down Expand Up @@ -4771,6 +4981,77 @@ spec:
sizeLimit:
type: string
type: object
ephemeral:
properties:
readOnly:
type: boolean
volumeClaimTemplate:
properties:
metadata:
type: object
spec:
properties:
accessModes:
items:
type: string
type: array
dataSource:
properties:
apiGroup:
type: string
kind:
type: string
name:
type: string
required:
- kind
- name
type: object
resources:
properties:
limits:
additionalProperties:
type: string
type: object
requests:
additionalProperties:
type: string
type: object
type: object
selector:
properties:
matchExpressions:
items:
properties:
key:
type: string
operator:
type: string
values:
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchLabels:
additionalProperties:
type: string
type: object
type: object
storageClassName:
type: string
volumeMode:
type: string
volumeName:
type: string
type: object
required:
- spec
type: object
type: object
fc:
properties:
fsType:
Expand Down Expand Up @@ -5041,8 +5322,6 @@ spec:
type: object
type: object
type: array
required:
- sources
type: object
quobyte:
properties:
Expand Down
Loading

0 comments on commit 6ebd45d

Please sign in to comment.