Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hattivatti
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GDP-Public
hattivatti
Commits
85ec871a
Commit
85ec871a
authored
11 months ago
by
Benjamin Wingfield
Browse files
Options
Downloads
Patches
Plain Diff
rename provider -> handler
parent
326da187
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyvatti/src/pyvatti/resources.py
+2
-2
2 additions, 2 deletions
pyvatti/src/pyvatti/resources.py
with
2 additions
and
2 deletions
pyvatti/src/pyvatti/resources.py
+
2
−
2
View file @
85ec871a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
import
abc
import
abc
class
Resource
Provid
er
(
abc
.
ABC
):
class
Resource
Handl
er
(
abc
.
ABC
):
@abc.abstractmethod
@abc.abstractmethod
def
create_resources
(
self
):
def
create_resources
(
self
):
"""
Create the compute resources needed to run a job
"""
Create the compute resources needed to run a job
...
@@ -23,7 +23,7 @@ class ResourceProvider(abc.ABC):
...
@@ -23,7 +23,7 @@ class ResourceProvider(abc.ABC):
...
...
class
GoogleResource
Provid
er
(
Resource
Provid
er
):
class
GoogleResource
Handl
er
(
Resource
Handl
er
):
def
__init__
(
self
):
def
__init__
(
self
):
pass
pass
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment