-
Notifications
You must be signed in to change notification settings - Fork 716
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(convention): replace Tf with TF (#332)
- Rename Tf to TF - More rename in docs
- Loading branch information
Showing
54 changed files
with
591 additions
and
592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# tighter controls on the code used to build our releases. | ||
|
||
# This Dockerfile is used to create a docker image suitable for building | ||
# and releasing the TfJob operator. | ||
# and releasing the TFJob operator. | ||
FROM golang:1.8.2 | ||
LABEL authors="Jeremy Lewi <[email protected]>" | ||
|
||
|
@@ -56,7 +56,7 @@ RUN easy_install pip | |
# activate the virtual env by running pipenv shell. | ||
RUN pip install --upgrade six pyyaml google-api-python-client \ | ||
google-cloud-storage pylint jinja2 \ | ||
google-auth-httplib2 kubernetes==4.0.0 mock retrying | ||
google-auth-httplib2 kubernetes==4.0.0 mock retrying | ||
|
||
# Install gcloud | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.