-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 5756cdc to dev with MkDocs 1.5.3 and mike 2.1.0
- Loading branch information
Docs Deploy
committed
Nov 5, 2024
1 parent
67303c5
commit 8f608e4
Showing
26 changed files
with
888 additions
and
4,232 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
114 changes: 106 additions & 8 deletions
114
dev/authorino/install/crd/authorino.kuadrant.io_authconfigs.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
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
16 changes: 8 additions & 8 deletions
16
dev/dns-operator/config/samples/kuadrant.io_v1alpha1_dnshealthcheckprobe.yaml
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
apiVersion: kuadrant.io/v1alpha1 | ||
kind: DNSHealthCheckProbe | ||
metadata: | ||
name: dnsprobe-sample | ||
name: $NAME | ||
spec: | ||
port: 443 | ||
hostname: "test.com" | ||
ipAddress: "192.168.0.16" | ||
path: "/" | ||
protocol: "HTTPS" | ||
interval: "60s" | ||
additionalHeadersRef: | ||
name: "headersSecret" | ||
hostname: test.com | ||
address: 192.168.0.16 | ||
path: /healthz | ||
protocol: HTTPS | ||
interval: 60s | ||
additionalHeadersRef: | ||
name: headers | ||
failureThreshold: 5 | ||
allowInsecureCertificate: True |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## Append samples of your project ## | ||
resources: | ||
- kuadrant.io_v1alpha1_dnsrecord.yaml | ||
- kuadrant.io_v1alpha1_dnshealthcheckprobe.yaml | ||
#+kubebuilder:scaffold:manifestskustomizesamples |
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
2 changes: 1 addition & 1 deletion
2
.../samples/kuadrant_v1beta2_authpolicy.yaml → .../samples/kuadrant_v1beta3_authpolicy.yaml
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
apiVersion: kuadrant.io/v1beta2 | ||
apiVersion: kuadrant.io/v1beta3 | ||
kind: AuthPolicy | ||
metadata: | ||
name: toystore | ||
|
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.