Skip to content

Commit 1f2cd18

Browse files
committed
make all
1 parent db7296c commit 1f2cd18

File tree

3 files changed

+124
-72
lines changed

3 files changed

+124
-72
lines changed

apis/v1alpha2/zz_generated.deepcopy.go

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/gateway.nginx.org_nginxproxies.yaml

Lines changed: 52 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,32 @@ spec:
8181
description: Debug enables debugging for NGINX by using
8282
the nginx-debug binary.
8383
type: boolean
84+
hostPorts:
85+
description: HostPorts are the list of ports to expose
86+
on the host.
87+
items:
88+
description: HostPort exposes an nginx container port
89+
on the host.
90+
properties:
91+
containerPort:
92+
description: |-
93+
ContainerPort is the port on the nginx container to map to the HostPort.
94+
kubebuilder:validation:Minimum=1
95+
kubebuilder:validation:Maximum=65535
96+
format: int32
97+
type: integer
98+
port:
99+
description: |-
100+
Port to expose on the host.
101+
kubebuilder:validation:Minimum=1
102+
kubebuilder:validation:Maximum=65535
103+
format: int32
104+
type: integer
105+
required:
106+
- containerPort
107+
- port
108+
type: object
109+
type: array
84110
image:
85111
description: Image is the NGINX image to use.
86112
properties:
@@ -337,24 +363,6 @@ spec:
337363
StopSignal can only be set for Pods with a non-empty .spec.os.name
338364
type: string
339365
type: object
340-
hostPorts:
341-
description: |-
342-
List of ports to expose on the host.
343-
items:
344-
properties:
345-
port:
346-
description: |-
347-
Number of port to expose on the host.
348-
type: integer
349-
containerPort:
350-
description: |-
351-
ContainerPort is the port on the nginx container to map to the HostPort.
352-
type: integer
353-
required:
354-
- port
355-
- containerPort
356-
type: object
357-
type: array
358366
resources:
359367
description: Resources describes the compute resource
360368
requirements.
@@ -3485,6 +3493,32 @@ spec:
34853493
description: Debug enables debugging for NGINX by using
34863494
the nginx-debug binary.
34873495
type: boolean
3496+
hostPorts:
3497+
description: HostPorts are the list of ports to expose
3498+
on the host.
3499+
items:
3500+
description: HostPort exposes an nginx container port
3501+
on the host.
3502+
properties:
3503+
containerPort:
3504+
description: |-
3505+
ContainerPort is the port on the nginx container to map to the HostPort.
3506+
kubebuilder:validation:Minimum=1
3507+
kubebuilder:validation:Maximum=65535
3508+
format: int32
3509+
type: integer
3510+
port:
3511+
description: |-
3512+
Port to expose on the host.
3513+
kubebuilder:validation:Minimum=1
3514+
kubebuilder:validation:Maximum=65535
3515+
format: int32
3516+
type: integer
3517+
required:
3518+
- containerPort
3519+
- port
3520+
type: object
3521+
type: array
34883522
image:
34893523
description: Image is the NGINX image to use.
34903524
properties:
@@ -3741,24 +3775,6 @@ spec:
37413775
StopSignal can only be set for Pods with a non-empty .spec.os.name
37423776
type: string
37433777
type: object
3744-
hostPorts:
3745-
description: |-
3746-
List of ports to expose on the host.
3747-
items:
3748-
properties:
3749-
port:
3750-
description: |-
3751-
Number of port to expose on the host.
3752-
type: integer
3753-
containerPort:
3754-
description: |-
3755-
ContainerPort is the port on the nginx container to map to the HostPort.
3756-
type: integer
3757-
required:
3758-
- port
3759-
- containerPort
3760-
type: object
3761-
type: array
37623778
resources:
37633779
description: Resources describes the compute resource
37643780
requirements.

deploy/crds.yaml

Lines changed: 52 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,32 @@ spec:
666666
description: Debug enables debugging for NGINX by using
667667
the nginx-debug binary.
668668
type: boolean
669+
hostPorts:
670+
description: HostPorts are the list of ports to expose
671+
on the host.
672+
items:
673+
description: HostPort exposes an nginx container port
674+
on the host.
675+
properties:
676+
containerPort:
677+
description: |-
678+
ContainerPort is the port on the nginx container to map to the HostPort.
679+
kubebuilder:validation:Minimum=1
680+
kubebuilder:validation:Maximum=65535
681+
format: int32
682+
type: integer
683+
port:
684+
description: |-
685+
Port to expose on the host.
686+
kubebuilder:validation:Minimum=1
687+
kubebuilder:validation:Maximum=65535
688+
format: int32
689+
type: integer
690+
required:
691+
- containerPort
692+
- port
693+
type: object
694+
type: array
669695
image:
670696
description: Image is the NGINX image to use.
671697
properties:
@@ -922,24 +948,6 @@ spec:
922948
StopSignal can only be set for Pods with a non-empty .spec.os.name
923949
type: string
924950
type: object
925-
hostPorts:
926-
description: |-
927-
List of ports to expose on the host.
928-
items:
929-
properties:
930-
port:
931-
description: |-
932-
Number of port to expose on the host.
933-
type: integer
934-
containerPort:
935-
description: |-
936-
ContainerPort is the port on the nginx container to map to the HostPort.
937-
type: integer
938-
required:
939-
- port
940-
- containerPort
941-
type: object
942-
type: array
943951
resources:
944952
description: Resources describes the compute resource
945953
requirements.
@@ -4070,6 +4078,32 @@ spec:
40704078
description: Debug enables debugging for NGINX by using
40714079
the nginx-debug binary.
40724080
type: boolean
4081+
hostPorts:
4082+
description: HostPorts are the list of ports to expose
4083+
on the host.
4084+
items:
4085+
description: HostPort exposes an nginx container port
4086+
on the host.
4087+
properties:
4088+
containerPort:
4089+
description: |-
4090+
ContainerPort is the port on the nginx container to map to the HostPort.
4091+
kubebuilder:validation:Minimum=1
4092+
kubebuilder:validation:Maximum=65535
4093+
format: int32
4094+
type: integer
4095+
port:
4096+
description: |-
4097+
Port to expose on the host.
4098+
kubebuilder:validation:Minimum=1
4099+
kubebuilder:validation:Maximum=65535
4100+
format: int32
4101+
type: integer
4102+
required:
4103+
- containerPort
4104+
- port
4105+
type: object
4106+
type: array
40734107
image:
40744108
description: Image is the NGINX image to use.
40754109
properties:
@@ -4326,24 +4360,6 @@ spec:
43264360
StopSignal can only be set for Pods with a non-empty .spec.os.name
43274361
type: string
43284362
type: object
4329-
hostPorts:
4330-
description: |-
4331-
List of ports to expose on the host.
4332-
items:
4333-
properties:
4334-
port:
4335-
description: |-
4336-
Number of port to expose on the host.
4337-
type: integer
4338-
containerPort:
4339-
description: |-
4340-
ContainerPort is the port on the nginx container to map to the HostPort.
4341-
type: integer
4342-
required:
4343-
- port
4344-
- containerPort
4345-
type: object
4346-
type: array
43474363
resources:
43484364
description: Resources describes the compute resource
43494365
requirements.

0 commit comments

Comments
 (0)