Add generated file
This PR adds generated files under pkg/client and vendor folder.
This commit is contained in:
15
vendor/k8s.io/kubernetes/cluster/juju/layers/kubeapi-load-balancer/config.yaml
generated
vendored
Normal file
15
vendor/k8s.io/kubernetes/cluster/juju/layers/kubeapi-load-balancer/config.yaml
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
options:
|
||||
port:
|
||||
type: int
|
||||
default: 443
|
||||
description: The port to run the loadbalancer
|
||||
extra_sans:
|
||||
type: string
|
||||
default: ""
|
||||
description: |
|
||||
Space-separated list of extra SAN entries to add to the x509 certificate
|
||||
created for the load balancers.
|
||||
proxy_read_timeout:
|
||||
type: int
|
||||
default: 90
|
||||
description: Timeout in seconds for reading a response from proxy server.
|
||||
Reference in New Issue
Block a user