Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit e9cf8c7

Browse files
authored
Rename module and import paths (#1)
1 parent 54a7d09 commit e9cf8c7

20 files changed

+319
-71
lines changed

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: "2"
22
domain: k8s.io
3-
repo: github.com/googlecloudplatform/flink-operator
3+
repo: github.com/spotify/flink-on-k8s-operator
44
resources:
55
- group: flinkoperator
66
version: v1beta1

api/v1beta1/zz_generated.deepcopy.go

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 249 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ spec:
163163
type: integer
164164
cancelRequested:
165165
type: boolean
166-
takeSavepointOnUpgrade:
167-
type: boolean
168166
className:
169167
type: string
170168
cleanupPolicy:
@@ -808,6 +806,8 @@ spec:
808806
type: string
809807
type: object
810808
type: object
809+
takeSavepointOnUpgrade:
810+
type: boolean
811811
volumeMounts:
812812
items:
813813
properties:
@@ -2661,6 +2661,123 @@ spec:
26612661
type: string
26622662
type: object
26632663
type: array
2664+
volumeClaimTemplates:
2665+
items:
2666+
properties:
2667+
apiVersion:
2668+
type: string
2669+
kind:
2670+
type: string
2671+
metadata:
2672+
type: object
2673+
spec:
2674+
properties:
2675+
accessModes:
2676+
items:
2677+
type: string
2678+
type: array
2679+
dataSource:
2680+
properties:
2681+
apiGroup:
2682+
type: string
2683+
kind:
2684+
type: string
2685+
name:
2686+
type: string
2687+
required:
2688+
- kind
2689+
- name
2690+
type: object
2691+
resources:
2692+
properties:
2693+
limits:
2694+
additionalProperties:
2695+
anyOf:
2696+
- type: integer
2697+
- type: string
2698+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2699+
x-kubernetes-int-or-string: true
2700+
type: object
2701+
requests:
2702+
additionalProperties:
2703+
anyOf:
2704+
- type: integer
2705+
- type: string
2706+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2707+
x-kubernetes-int-or-string: true
2708+
type: object
2709+
type: object
2710+
selector:
2711+
properties:
2712+
matchExpressions:
2713+
items:
2714+
properties:
2715+
key:
2716+
type: string
2717+
operator:
2718+
type: string
2719+
values:
2720+
items:
2721+
type: string
2722+
type: array
2723+
required:
2724+
- key
2725+
- operator
2726+
type: object
2727+
type: array
2728+
matchLabels:
2729+
additionalProperties:
2730+
type: string
2731+
type: object
2732+
type: object
2733+
storageClassName:
2734+
type: string
2735+
volumeMode:
2736+
type: string
2737+
volumeName:
2738+
type: string
2739+
type: object
2740+
status:
2741+
properties:
2742+
accessModes:
2743+
items:
2744+
type: string
2745+
type: array
2746+
capacity:
2747+
additionalProperties:
2748+
anyOf:
2749+
- type: integer
2750+
- type: string
2751+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2752+
x-kubernetes-int-or-string: true
2753+
type: object
2754+
conditions:
2755+
items:
2756+
properties:
2757+
lastProbeTime:
2758+
format: date-time
2759+
type: string
2760+
lastTransitionTime:
2761+
format: date-time
2762+
type: string
2763+
message:
2764+
type: string
2765+
reason:
2766+
type: string
2767+
status:
2768+
type: string
2769+
type:
2770+
type: string
2771+
required:
2772+
- status
2773+
- type
2774+
type: object
2775+
type: array
2776+
phase:
2777+
type: string
2778+
type: object
2779+
type: object
2780+
type: array
26642781
volumeMounts:
26652782
items:
26662783
properties:
@@ -4506,6 +4623,123 @@ spec:
45064623
type: string
45074624
type: object
45084625
type: array
4626+
volumeClaimTemplates:
4627+
items:
4628+
properties:
4629+
apiVersion:
4630+
type: string
4631+
kind:
4632+
type: string
4633+
metadata:
4634+
type: object
4635+
spec:
4636+
properties:
4637+
accessModes:
4638+
items:
4639+
type: string
4640+
type: array
4641+
dataSource:
4642+
properties:
4643+
apiGroup:
4644+
type: string
4645+
kind:
4646+
type: string
4647+
name:
4648+
type: string
4649+
required:
4650+
- kind
4651+
- name
4652+
type: object
4653+
resources:
4654+
properties:
4655+
limits:
4656+
additionalProperties:
4657+
anyOf:
4658+
- type: integer
4659+
- type: string
4660+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
4661+
x-kubernetes-int-or-string: true
4662+
type: object
4663+
requests:
4664+
additionalProperties:
4665+
anyOf:
4666+
- type: integer
4667+
- type: string
4668+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
4669+
x-kubernetes-int-or-string: true
4670+
type: object
4671+
type: object
4672+
selector:
4673+
properties:
4674+
matchExpressions:
4675+
items:
4676+
properties:
4677+
key:
4678+
type: string
4679+
operator:
4680+
type: string
4681+
values:
4682+
items:
4683+
type: string
4684+
type: array
4685+
required:
4686+
- key
4687+
- operator
4688+
type: object
4689+
type: array
4690+
matchLabels:
4691+
additionalProperties:
4692+
type: string
4693+
type: object
4694+
type: object
4695+
storageClassName:
4696+
type: string
4697+
volumeMode:
4698+
type: string
4699+
volumeName:
4700+
type: string
4701+
type: object
4702+
status:
4703+
properties:
4704+
accessModes:
4705+
items:
4706+
type: string
4707+
type: array
4708+
capacity:
4709+
additionalProperties:
4710+
anyOf:
4711+
- type: integer
4712+
- type: string
4713+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
4714+
x-kubernetes-int-or-string: true
4715+
type: object
4716+
conditions:
4717+
items:
4718+
properties:
4719+
lastProbeTime:
4720+
format: date-time
4721+
type: string
4722+
lastTransitionTime:
4723+
format: date-time
4724+
type: string
4725+
message:
4726+
type: string
4727+
reason:
4728+
type: string
4729+
status:
4730+
type: string
4731+
type:
4732+
type: string
4733+
required:
4734+
- status
4735+
- type
4736+
type: object
4737+
type: array
4738+
phase:
4739+
type: string
4740+
type: object
4741+
type: object
4742+
type: array
45094743
volumeMounts:
45104744
items:
45114745
properties:
@@ -5150,12 +5384,12 @@ spec:
51505384
type: string
51515385
id:
51525386
type: string
5153-
lastSavepointTriggerTime:
5154-
type: string
51555387
lastSavepointTime:
51565388
type: string
51575389
lastSavepointTriggerID:
51585390
type: string
5391+
lastSavepointTriggerTime:
5392+
type: string
51595393
name:
51605394
type: string
51615395
restartCount:
@@ -5171,16 +5405,6 @@ spec:
51715405
required:
51725406
- state
51735407
type: object
5174-
jobManagerStatefulSet:
5175-
properties:
5176-
name:
5177-
type: string
5178-
state:
5179-
type: string
5180-
required:
5181-
- name
5182-
- state
5183-
type: object
51845408
jobManagerIngress:
51855409
properties:
51865410
name:
@@ -5208,6 +5432,16 @@ spec:
52085432
- name
52095433
- state
52105434
type: object
5435+
jobManagerStatefulSet:
5436+
properties:
5437+
name:
5438+
type: string
5439+
state:
5440+
type: string
5441+
required:
5442+
- name
5443+
- state
5444+
type: object
52115445
taskManagerStatefulSet:
52125446
properties:
52135447
name:
@@ -5220,8 +5454,8 @@ spec:
52205454
type: object
52215455
required:
52225456
- configMap
5223-
- jobManagerStatefulSet
52245457
- jobManagerService
5458+
- jobManagerStatefulSet
52255459
- taskManagerStatefulSet
52265460
type: object
52275461
control:

controllers/batchscheduler/factory.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919

2020
"k8s.io/klog"
2121

22-
schedulerinterface "github.com/googlecloudplatform/flink-operator/controllers/batchscheduler/interface"
23-
"github.com/googlecloudplatform/flink-operator/controllers/batchscheduler/volcano"
22+
schedulerinterface "github.com/spotify/flink-on-k8s-operator/controllers/batchscheduler/interface"
23+
"github.com/spotify/flink-on-k8s-operator/controllers/batchscheduler/volcano"
2424
)
2525

2626
var (

controllers/batchscheduler/interface/interface.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ limitations under the License.
1414
package schedulerinterface
1515

1616
import (
17-
"github.com/googlecloudplatform/flink-operator/api/v1beta1"
18-
"github.com/googlecloudplatform/flink-operator/controllers/model"
17+
"github.com/spotify/flink-on-k8s-operator/api/v1beta1"
18+
"github.com/spotify/flink-on-k8s-operator/controllers/model"
1919
)
2020

2121
// BatchScheduler is the general batch scheduler interface.

0 commit comments

Comments
 (0)