Skip to content

Commit 5a6f54e

Browse files
committed
Merge remote-tracking branch 'upstream/master' into console
2 parents 2bc21b9 + 936453c commit 5a6f54e

File tree

527 files changed

+94012
-149979
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

527 files changed

+94012
-149979
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ${{ matrix.platform }}
6464
env:
6565
GOPATH: /home/runner/work/kpt-functions-sdk/go
66-
GO111MODULE: off
66+
GO111MODULE: on
6767
steps:
6868
- name: Set up Go 1.13
6969
uses: actions/setup-go@v1

.github/workflows/release-create-kpt-functions.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11-
env:
12-
GOPATH: /home/runner/work/kpt-functions-sdk/go
13-
GO111MODULE: off
1411
steps:
1512
- name: Use Node.js 12.x
1613
uses: actions/setup-node@v1

.github/workflows/release-gatekeeper-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
GOPATH: /home/runner/work/kpt-functions-sdk/go
13-
GO111MODULE: off
13+
GO111MODULE: on
1414
steps:
1515
- name: Set up gcloud
1616
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master

.github/workflows/release-typegen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
GOPATH: /home/runner/work/kpt-functions-sdk/go
13-
GO111MODULE: off
13+
GO111MODULE: on
1414
steps:
1515
- name: Set up Go 1.13
1616
uses: actions/setup-go@v1

docs/develop/develop-quickstart/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
cd kpt-functions-sdk/ts/hello-world Install all dependencies:" />
2929
<meta property="og:type" content="article" />
3030
<meta property="og:url" content="https://googlecontainertools.github.io/kpt-functions-sdk/develop/develop-quickstart/" />
31-
<meta property="article:modified_time" content="2020-03-26T19:18:35-07:00" /><meta property="og:site_name" content="Kpt Functions SDK" />
31+
<meta property="article:modified_time" content="2020-03-27T15:08:35-07:00" /><meta property="og:site_name" content="Kpt Functions SDK" />
3232
<meta itemprop="name" content="Quickstart">
3333
<meta itemprop="description" content="This quickstart will get you started developing a KPT Function with the TypeScript SDK, using an existing Hello World package.
3434
Prerequisites System Requirements Currently supported platforms: amd64 Linux/Mac
3535
Setting Up Your Local Environment Install node Install docker Install kpt and add it to $PATH Hello World Package Get the hello-world package:
3636
git clone --depth 1 https://github.com/GoogleContainerTools/kpt-functions-sdk.git All subsequent commands are run from the hello-world directory:
3737
cd kpt-functions-sdk/ts/hello-world Install all dependencies:">
38-
<meta itemprop="dateModified" content="2020-03-26T19:18:35-07:00" />
38+
<meta itemprop="dateModified" content="2020-03-27T15:08:35-07:00" />
3939
<meta itemprop="wordCount" content="188">
4040

4141

@@ -312,7 +312,7 @@ <h2 id="next-steps">Next Steps</h2>
312312

313313

314314

315-
<div class="text-muted mt-5 pt-3 border-top">Last modified March 26, 2020: <a href="https://github.com/GoogleContainerTools/kpt-functions-sdk/commit/da23d25ce2cc8a2f9886e26ab76168f6124e7993">Minor doc sites changes. (#129) (da23d25)</a>
315+
<div class="text-muted mt-5 pt-3 border-top">Last modified March 27, 2020: <a href="https://github.com/GoogleContainerTools/kpt-functions-sdk/commit/e8b4f5bb129611b471c4264125faa38897fcc609">Regenerate hugo site (e8b4f5b)</a>
316316
</div>
317317
</div>
318318

docs/develop/develop/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
Setting Up Your Local Environment Install node The SDK requires npm version 6 or higher. If installing node from binaries (i.e. without a package manager), follow these installation instructions. Install docker Your Kubernetes Cluster For the type generation functionality to work, you need a Kubernetes cluster with the CRD OpenAPI Publishing feature which is beta with Kubernetes 1." />
2727
<meta property="og:type" content="article" />
2828
<meta property="og:url" content="https://googlecontainertools.github.io/kpt-functions-sdk/develop/develop/" />
29-
<meta property="article:modified_time" content="2020-03-26T19:18:35-07:00" /><meta property="og:site_name" content="Kpt Functions SDK" />
29+
<meta property="article:modified_time" content="2020-03-27T15:08:35-07:00" /><meta property="og:site_name" content="Kpt Functions SDK" />
3030
<meta itemprop="name" content="Complete User Guide">
3131
<meta itemprop="description" content="This guide will walk you through developing a KPT function using the Typescript SDK.
3232
Setup System Requirements Currently supported platforms: amd64 Linux/Mac
3333
Setting Up Your Local Environment Install node The SDK requires npm version 6 or higher. If installing node from binaries (i.e. without a package manager), follow these installation instructions. Install docker Your Kubernetes Cluster For the type generation functionality to work, you need a Kubernetes cluster with the CRD OpenAPI Publishing feature which is beta with Kubernetes 1.">
34-
<meta itemprop="dateModified" content="2020-03-26T19:18:35-07:00" />
34+
<meta itemprop="dateModified" content="2020-03-27T15:08:35-07:00" />
3535
<meta itemprop="wordCount" content="785">
3636

3737

@@ -409,7 +409,7 @@ <h2 id="implement-the-function">Implement the function</h2>
409409

410410

411411

412-
<div class="text-muted mt-5 pt-3 border-top">Last modified March 26, 2020: <a href="https://github.com/GoogleContainerTools/kpt-functions-sdk/commit/da23d25ce2cc8a2f9886e26ab76168f6124e7993">Minor doc sites changes. (#129) (da23d25)</a>
412+
<div class="text-muted mt-5 pt-3 border-top">Last modified March 27, 2020: <a href="https://github.com/GoogleContainerTools/kpt-functions-sdk/commit/e8b4f5bb129611b471c4264125faa38897fcc609">Regenerate hugo site (e8b4f5b)</a>
413413
</div>
414414
</div>
415415

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<li><a href="#why-a-typescript-sdk">Why a Typescript SDK</a></li>
280280
</ul>
281281
</li>
282-
<li><a href="#community">Community</a></li>
282+
<li><a href="#community-and-feedback">Community and Feedback</a></li>
283283
</ul>
284284
</nav>
285285

@@ -359,10 +359,11 @@ <h3 id="why-a-typescript-sdk">Why a Typescript SDK</h3>
359359
files. It provides the scaffolding required to develop, build, test, and publish functions,
360360
allowing you to focus on implementing your business-logic.</li>
361361
</ul>
362-
<h2 id="community">Community</h2>
362+
<h2 id="community-and-feedback">Community and Feedback</h2>
363363
<p><strong>We&rsquo;d love to hear from you!</strong></p>
364364
<ul>
365365
<li><a href="https://groups.google.com/forum/#!forum/kpt-users">kpt-users mailing list</a></li>
366+
<li><a href="https://github.com/GoogleContainerTools/kpt/issues">filing issues</a></li>
366367
</ul>
367368

368369
<div class="section-index">

docs/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
<url>
1111
<loc>https://googlecontainertools.github.io/kpt-functions-sdk/develop/develop-quickstart/</loc>
12-
<lastmod>2020-03-26T19:18:35-07:00</lastmod>
12+
<lastmod>2020-03-27T15:08:35-07:00</lastmod>
1313
</url>
1414

1515
<url>
1616
<loc>https://googlecontainertools.github.io/kpt-functions-sdk/develop/develop/</loc>
17-
<lastmod>2020-03-26T19:18:35-07:00</lastmod>
17+
<lastmod>2020-03-27T15:08:35-07:00</lastmod>
1818
</url>
1919

2020
<url>

0 commit comments

Comments
 (0)