-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f5/nginx-ingress: - 2.0.1 kubecost/cost-analyzer: - 2.6.1 redpanda/redpanda: - 5.9.20 speedscale/speedscale-operator: - 2.3.199 traefik/traefik: - 34.3.0 trilio/k8s-triliovault-operator: - 5.0.2
- Loading branch information
1 parent
a8cc435
commit 6ae493c
Showing
582 changed files
with
149,007 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Patterns to ignore when building packages. | ||
*.png |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
annotations: | ||
catalog.cattle.io/certified: partner | ||
catalog.cattle.io/display-name: NGINX Ingress Controller | ||
catalog.cattle.io/kube-version: '>= 1.23.0-0' | ||
catalog.cattle.io/release-name: nginx-ingress | ||
apiVersion: v2 | ||
appVersion: 4.0.1 | ||
description: NGINX Ingress Controller | ||
home: https://github.com/nginx/kubernetes-ingress | ||
icon: file://assets/icons/nginx-ingress.png | ||
keywords: | ||
- ingress | ||
- nginx | ||
kubeVersion: '>= 1.23.0-0' | ||
maintainers: | ||
- email: kubernetes@nginx.com | ||
name: nginx | ||
name: nginx-ingress | ||
sources: | ||
- https://github.com/nginx/kubernetes-ingress/tree/v4.0.1/charts/nginx-ingress | ||
type: application | ||
version: 2.0.1 |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Helm Documentation | ||
|
||
Please refer to the [Installation with Helm](https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/installation-with-helm/) guide in the NGINX Ingress Controller documentation site. |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# NGINX Ingress Controller | ||
|
||
The [NGINX Ingress Controller](https://github.com/nginxinc/kubernetes-ingress) for Kubernetes provides an enterprise‑grade implementation of an Ingress controller for NGINX and NGINX Plus for Kubernetes applications. | ||
|
||
The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. The load balancer can be a software load balancer running in the cluster or a hardware or cloud load balancer running externally. Different load balancers require different Ingress controller implementations. | ||
|
||
In the case of NGINX, the Ingress controller is deployed in a pod along with the load balancer. | ||
|
||
NGINX Ingress controller works with both NGINX and NGINX Plus and supports the standard Ingress features - content-based routing and TLS/SSL termination. | ||
|
||
Additionally, several NGINX and NGINX Plus features are available as extensions to the Ingress resource via annotations and the ConfigMap resource. In addition to HTTP, NGINX Ingress controller supports load balancing Websocket, gRPC, TCP and UDP applications. See ConfigMap and Annotations docs to learn more about the supported features and customization options. | ||
|
||
As an alternative to the Ingress, NGINX Ingress controller supports the VirtualServer and VirtualServerRoute resources. They enable use cases not supported with the Ingress resource, such as traffic splitting and advanced content-based routing. | ||
|
||
TCP, UDP and TLS Passthrough load balancing is also supported. |
83 changes: 83 additions & 0 deletions
83
charts/f5/nginx-ingress/2.0.1/crds/appprotect.f5.com_aplogconfs.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 |
---|---|---|
@@ -0,0 +1,83 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
controller-gen.kubebuilder.io/version: v0.13.0 | ||
name: aplogconfs.appprotect.f5.com | ||
spec: | ||
group: appprotect.f5.com | ||
names: | ||
kind: APLogConf | ||
listKind: APLogConfList | ||
plural: aplogconfs | ||
singular: aplogconf | ||
preserveUnknownFields: false | ||
scope: Namespaced | ||
versions: | ||
- name: v1beta1 | ||
schema: | ||
openAPIV3Schema: | ||
description: APLogConf is the Schema for the APLogConfs API | ||
properties: | ||
apiVersion: | ||
description: 'APIVersion defines the versioned schema of this representation | ||
of an object. Servers should convert recognized schemas to the latest | ||
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' | ||
type: string | ||
kind: | ||
description: 'Kind is a string value representing the REST resource this | ||
object represents. Servers may infer this from the endpoint the client | ||
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
description: APLogConfSpec defines the desired state of APLogConf | ||
properties: | ||
content: | ||
properties: | ||
escaping_characters: | ||
items: | ||
properties: | ||
from: | ||
type: string | ||
to: | ||
type: string | ||
type: object | ||
type: array | ||
format: | ||
enum: | ||
- splunk | ||
- arcsight | ||
- default | ||
- user-defined | ||
- grpc | ||
type: string | ||
format_string: | ||
type: string | ||
list_delimiter: | ||
type: string | ||
list_prefix: | ||
type: string | ||
list_suffix: | ||
type: string | ||
max_message_size: | ||
pattern: ^([1-9]|[1-5][0-9]|6[0-4])k$ | ||
type: string | ||
max_request_size: | ||
pattern: ^([1-9]|[1-9][0-9]|[1-9][0-9]{2}|[1-9][0-9]{3}|10[0-2][0-9][0-9]|[1-9]k|10k|any)$ | ||
type: string | ||
type: object | ||
filter: | ||
properties: | ||
request_type: | ||
enum: | ||
- all | ||
- illegal | ||
- blocked | ||
type: string | ||
type: object | ||
type: object | ||
type: object | ||
served: true | ||
storage: true |
Oops, something went wrong.