Skip to content

Commit

Permalink
update: source github.com/jsonnet-libs/k8s@661500c9
Browse files Browse the repository at this point in the history
  • Loading branch information
jvrplmlmn authored and jsonnet-libs-bot committed Aug 1, 2023
1 parent 75b27da commit 937c2b6
Show file tree
Hide file tree
Showing 10 changed files with 751 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This library is generated with [`k8s`](https://github.com/jsonnet-libs/k8s).
- [provider-helm/0.13](provider-helm/0.13/README.md)
- [provider-jet-mongodbatlas/0.3](provider-jet-mongodbatlas/0.3/README.md)
- [provider-nop/0.1.1](provider-nop/0.1.1/README.md)
- [provider-nop/0.2.0](provider-nop/0.2.0/README.md)
- [provider-grafana/0.5](provider-grafana/0.5/README.md)
- [upbound-provider-aws/0.31](upbound-provider-aws/0.31/README.md)
- [upbound-provider-azure/0.29](upbound-provider-azure/0.29/README.md)
Expand Down
13 changes: 13 additions & 0 deletions docs/provider-nop/0.2.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
permalink: /provider-nop/0.2.0/
---

# crossplane_nop

```jsonnet
local crossplane_nop = import "github.com/jsonnet-libs/crossplane-libsonnet/provider-nop/0.2.0/main.libsonnet"
```



* [nop](nop/index.md)
9 changes: 9 additions & 0 deletions docs/provider-nop/0.2.0/nop/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
permalink: /provider-nop/0.2.0/nop/
---

# nop



* [v1alpha1](v1alpha1/index.md)
9 changes: 9 additions & 0 deletions docs/provider-nop/0.2.0/nop/v1alpha1/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
permalink: /provider-nop/0.2.0/nop/v1alpha1/
---

# nop.v1alpha1



* [nopResource](nopResource.md)
550 changes: 550 additions & 0 deletions docs/provider-nop/0.2.0/nop/v1alpha1/nopResource.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions provider-nop/0.2.0/_gen/nop/main.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
local d = (import 'doc-util/main.libsonnet'),
'#':: d.pkg(name='nop', url='', help=''),
v1alpha1: (import 'v1alpha1/main.libsonnet'),
}
5 changes: 5 additions & 0 deletions provider-nop/0.2.0/_gen/nop/v1alpha1/main.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
local d = (import 'doc-util/main.libsonnet'),
'#':: d.pkg(name='v1alpha1', url='', help=''),
nopResource: (import 'nopResource.libsonnet'),
}
153 changes: 153 additions & 0 deletions provider-nop/0.2.0/_gen/nop/v1alpha1/nopResource.libsonnet

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions provider-nop/0.2.0/gen.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
local d = (import 'doc-util/main.libsonnet'),
'#':: d.pkg(name='crossplane_nop', url='github.com/jsonnet-libs/crossplane-libsonnet/provider-nop/0.2.0/main.libsonnet', help=''),
nop:: (import '_gen/nop/main.libsonnet'),
}
1 change: 1 addition & 0 deletions provider-nop/0.2.0/main.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(import 'gen.libsonnet')

0 comments on commit 937c2b6

Please sign in to comment.