Skip to content

Commit

Permalink
update: source github.com/jsonnet-libs/k8s@7814fe41
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanalf authored and jsonnet-libs-bot committed Dec 12, 2024
1 parent 4a23ed2 commit e2ab627
Show file tree
Hide file tree
Showing 21 changed files with 1,524 additions and 97 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This library is generated with [`k8s`](https://github.com/jsonnet-libs/k8s).
- [provider-gcp/0.22](provider-gcp/0.22/README.md)
- [provider-azure/0.20](provider-azure/0.20/README.md)
- [provider-sql/0.7](provider-sql/0.7/README.md)
- [provider-kubernetes/0.9](provider-kubernetes/0.9/README.md)
- [provider-kubernetes/0.15](provider-kubernetes/0.15/README.md)
- [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.2.0](provider-nop/0.2.0/README.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
permalink: /provider-kubernetes/0.9/
permalink: /provider-kubernetes/0.15/
---

# crossplane_kubernetes

```jsonnet
local crossplane_kubernetes = import "github.com/jsonnet-libs/crossplane-libsonnet/provider-kubernetes/0.9/main.libsonnet"
local crossplane_kubernetes = import "github.com/jsonnet-libs/crossplane-libsonnet/provider-kubernetes/0.15/main.libsonnet"
```


Expand Down
10 changes: 10 additions & 0 deletions docs/provider-kubernetes/0.15/kubernetes/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
permalink: /provider-kubernetes/0.15/kubernetes/
---

# kubernetes



* [v1alpha1](v1alpha1/index.md)
* [v1alpha2](v1alpha2/index.md)
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
permalink: /provider-kubernetes/0.9/kubernetes/v1alpha1/
permalink: /provider-kubernetes/0.15/kubernetes/v1alpha1/
---

# kubernetes.v1alpha1



* [object](object.md)
* [observedObjectCollection](observedObjectCollection.md)
* [providerConfig](providerConfig.md)
* [providerConfigUsage](providerConfigUsage.md)

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
permalink: /provider-kubernetes/0.9/kubernetes/v1alpha1/providerConfig/
permalink: /provider-kubernetes/0.15/kubernetes/v1alpha1/providerConfig/
---

# kubernetes.v1alpha1.providerConfig
Expand Down Expand Up @@ -232,7 +232,7 @@ withUid(uid)

## obj spec.credentials

"Credentials used to connect to the Kubernetes API. Typically a kubeconfig file. Use InjectedIdentity for in-cluster config."
"Credentials used to connect to the Kubernetes API. Typically a\nkubeconfig file. Use InjectedIdentity for in-cluster config."

### fn spec.credentials.withSource

Expand All @@ -244,7 +244,7 @@ withSource(source)

## obj spec.credentials.env

"Env is a reference to an environment variable that contains credentials that must be used to connect to the provider."
"Env is a reference to an environment variable that contains credentials\nthat must be used to connect to the provider."

### fn spec.credentials.env.withName

Expand All @@ -256,7 +256,7 @@ withName(name)

## obj spec.credentials.fs

"Fs is a reference to a filesystem location that contains credentials that must be used to connect to the provider."
"Fs is a reference to a filesystem location that contains credentials that\nmust be used to connect to the provider."

### fn spec.credentials.fs.withPath

Expand All @@ -268,7 +268,7 @@ withPath(path)

## obj spec.credentials.secretRef

"A SecretRef is a reference to a secret key that contains the credentials that must be used to connect to the provider."
"A SecretRef is a reference to a secret key that contains the credentials\nthat must be used to connect to the provider."

### fn spec.credentials.secretRef.withKey

Expand Down Expand Up @@ -296,7 +296,7 @@ withNamespace(namespace)

## obj spec.identity

"Identity used to authenticate to the Kubernetes API. The identity credentials can be used to supplement kubeconfig 'credentials', for example by configuring a bearer token source such as OAuth."
"Identity used to authenticate to the Kubernetes API. The identity\ncredentials can be used to supplement kubeconfig 'credentials', for\nexample by configuring a bearer token source such as OAuth."

### fn spec.identity.withSource

Expand All @@ -316,7 +316,7 @@ withType(type)

## obj spec.identity.env

"Env is a reference to an environment variable that contains credentials that must be used to connect to the provider."
"Env is a reference to an environment variable that contains credentials\nthat must be used to connect to the provider."

### fn spec.identity.env.withName

Expand All @@ -328,7 +328,7 @@ withName(name)

## obj spec.identity.fs

"Fs is a reference to a filesystem location that contains credentials that must be used to connect to the provider."
"Fs is a reference to a filesystem location that contains credentials that\nmust be used to connect to the provider."

### fn spec.identity.fs.withPath

Expand All @@ -340,7 +340,7 @@ withPath(path)

## obj spec.identity.secretRef

"A SecretRef is a reference to a secret key that contains the credentials that must be used to connect to the provider."
"A SecretRef is a reference to a secret key that contains the credentials\nthat must be used to connect to the provider."

### fn spec.identity.secretRef.withKey

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
permalink: /provider-kubernetes/0.9/kubernetes/v1alpha1/providerConfigUsage/
permalink: /provider-kubernetes/0.15/kubernetes/v1alpha1/providerConfigUsage/
---

# kubernetes.v1alpha1.providerConfigUsage
Expand Down Expand Up @@ -236,15 +236,15 @@ withName(name)
withResolution(resolution)
```

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."
"Resolution specifies whether resolution of this reference is required.\nThe default is 'Required', which means the reconcile will fail if the\nreference cannot be resolved. 'Optional' means this reference will be\na no-op if it cannot be resolved."

### fn providerConfigRef.policy.withResolve

```ts
withResolve(resolve)
```

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."
"Resolve specifies when this reference should be resolved. The default\nis 'IfNotPresent', which will attempt to resolve the reference only when\nthe corresponding field is not present. Use 'Always' to resolve the\nreference on every reconcile."

## obj resourceRef

Expand Down
9 changes: 9 additions & 0 deletions docs/provider-kubernetes/0.15/kubernetes/v1alpha2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
permalink: /provider-kubernetes/0.15/kubernetes/v1alpha2/
---

# kubernetes.v1alpha2



* [object](object.md)
Loading

0 comments on commit e2ab627

Please sign in to comment.