Skip to content

Commit f3432b3

Browse files
author
Matt Pryor
committed
Run manifest generation
1 parent a87a2c7 commit f3432b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_openstackclusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ spec:
10931093
description: APIServerFloatingIP is the floatingIP which will be associated
10941094
with the API server. The floatingIP will be created if it does not
10951095
already exist. If not specified, a new floatingIP is allocated.
1096-
This field is not used if DisableAPIServerFloatingIP is set.
1096+
This field is not used if DisableAPIServerFloatingIP is set to true.
10971097
type: string
10981098
apiServerLoadBalancerAdditionalPorts:
10991099
description: APIServerLoadBalancerAdditionalPorts adds additional

config/crd/bases/infrastructure.cluster.x-k8s.io_openstackclustertemplates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
be associated with the API server. The floatingIP will be
7575
created if it does not already exist. If not specified,
7676
a new floatingIP is allocated. This field is not used if
77-
DisableAPIServerFloatingIP is set.
77+
DisableAPIServerFloatingIP is set to true.
7878
type: string
7979
apiServerLoadBalancerAdditionalPorts:
8080
description: APIServerLoadBalancerAdditionalPorts adds additional

0 commit comments

Comments
 (0)