mirror of https://github.com/kubernetes/kops.git
Run hack/update-expected.sh
This commit is contained in:
parent
c57d8ac6d1
commit
584f452595
|
@ -72,6 +72,24 @@ spec:
|
||||||
- ipv4
|
- ipv4
|
||||||
- dualstack
|
- dualstack
|
||||||
type: string
|
type: string
|
||||||
|
loadBalancerAttributes:
|
||||||
|
description: LoadBalancerAttributes define the custom attributes to
|
||||||
|
LoadBalancers for all Ingress that that belong to IngressClass with
|
||||||
|
this IngressClassParams.
|
||||||
|
items:
|
||||||
|
description: Attributes defines custom attributes on resources.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The key of the attribute.
|
||||||
|
type: string
|
||||||
|
value:
|
||||||
|
description: The value of the attribute.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- value
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
namespaceSelector:
|
namespaceSelector:
|
||||||
description: NamespaceSelector restrict the namespaces of Ingresses
|
description: NamespaceSelector restrict the namespaces of Ingresses
|
||||||
that are allowed to specify the IngressClass with this IngressClassParams.
|
that are allowed to specify the IngressClass with this IngressClassParams.
|
||||||
|
@ -377,6 +395,13 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
description: TargetGroupBindingSpec defines the desired state of TargetGroupBinding
|
description: TargetGroupBindingSpec defines the desired state of TargetGroupBinding
|
||||||
properties:
|
properties:
|
||||||
|
ipAddressType:
|
||||||
|
description: ipAddressType specifies whether the target group is of
|
||||||
|
type IPv4 or IPv6. If unspecified, it will be automatically inferred.
|
||||||
|
enum:
|
||||||
|
- ipv4
|
||||||
|
- ipv6
|
||||||
|
type: string
|
||||||
networking:
|
networking:
|
||||||
description: networking defines the networking rules to allow ELBV2
|
description: networking defines the networking rules to allow ELBV2
|
||||||
LoadBalancer to access targets in TargetGroup.
|
LoadBalancer to access targets in TargetGroup.
|
||||||
|
@ -519,6 +544,7 @@ spec:
|
||||||
targetGroupARN:
|
targetGroupARN:
|
||||||
description: targetGroupARN is the Amazon Resource Name (ARN) for
|
description: targetGroupARN is the Amazon Resource Name (ARN) for
|
||||||
the TargetGroup.
|
the TargetGroup.
|
||||||
|
minLength: 1
|
||||||
type: string
|
type: string
|
||||||
targetType:
|
targetType:
|
||||||
description: targetType is the TargetType of TargetGroup. If unspecified,
|
description: targetType is the TargetType of TargetGroup. If unspecified,
|
||||||
|
@ -681,6 +707,14 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- patch
|
- patch
|
||||||
- update
|
- update
|
||||||
|
- apiGroups:
|
||||||
|
- discovery.k8s.io
|
||||||
|
resources:
|
||||||
|
- endpointslices
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- elbv2.k8s.aws
|
- elbv2.k8s.aws
|
||||||
resources:
|
resources:
|
||||||
|
@ -855,7 +889,7 @@ spec:
|
||||||
value: arn:aws-test:iam::123456789012:role/aws-load-balancer-controller.kube-system.sa.minimal.example.com
|
value: arn:aws-test:iam::123456789012:role/aws-load-balancer-controller.kube-system.sa.minimal.example.com
|
||||||
- name: AWS_WEB_IDENTITY_TOKEN_FILE
|
- name: AWS_WEB_IDENTITY_TOKEN_FILE
|
||||||
value: /var/run/secrets/amazonaws.com/token
|
value: /var/run/secrets/amazonaws.com/token
|
||||||
image: amazon/aws-alb-ingress-controller:v2.2.0
|
image: amazon/aws-alb-ingress-controller:v2.3.1
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -53,7 +53,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.9
|
- id: k8s-1.9
|
||||||
manifest: aws-load-balancer-controller.addons.k8s.io/k8s-1.9.yaml
|
manifest: aws-load-balancer-controller.addons.k8s.io/k8s-1.9.yaml
|
||||||
manifestHash: e05d219afe2fba536b2b477eae99c95aa1b909ad5ab585fe408cbf6aa975c160
|
manifestHash: 0dec6d6bd4596a08d6981ae2bd5c255d789bd1898c336314e563ff6024374a68
|
||||||
name: aws-load-balancer-controller.addons.k8s.io
|
name: aws-load-balancer-controller.addons.k8s.io
|
||||||
needsPKI: true
|
needsPKI: true
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -72,6 +72,24 @@ spec:
|
||||||
- ipv4
|
- ipv4
|
||||||
- dualstack
|
- dualstack
|
||||||
type: string
|
type: string
|
||||||
|
loadBalancerAttributes:
|
||||||
|
description: LoadBalancerAttributes define the custom attributes to
|
||||||
|
LoadBalancers for all Ingress that that belong to IngressClass with
|
||||||
|
this IngressClassParams.
|
||||||
|
items:
|
||||||
|
description: Attributes defines custom attributes on resources.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The key of the attribute.
|
||||||
|
type: string
|
||||||
|
value:
|
||||||
|
description: The value of the attribute.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- value
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
namespaceSelector:
|
namespaceSelector:
|
||||||
description: NamespaceSelector restrict the namespaces of Ingresses
|
description: NamespaceSelector restrict the namespaces of Ingresses
|
||||||
that are allowed to specify the IngressClass with this IngressClassParams.
|
that are allowed to specify the IngressClass with this IngressClassParams.
|
||||||
|
@ -377,6 +395,13 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
description: TargetGroupBindingSpec defines the desired state of TargetGroupBinding
|
description: TargetGroupBindingSpec defines the desired state of TargetGroupBinding
|
||||||
properties:
|
properties:
|
||||||
|
ipAddressType:
|
||||||
|
description: ipAddressType specifies whether the target group is of
|
||||||
|
type IPv4 or IPv6. If unspecified, it will be automatically inferred.
|
||||||
|
enum:
|
||||||
|
- ipv4
|
||||||
|
- ipv6
|
||||||
|
type: string
|
||||||
networking:
|
networking:
|
||||||
description: networking defines the networking rules to allow ELBV2
|
description: networking defines the networking rules to allow ELBV2
|
||||||
LoadBalancer to access targets in TargetGroup.
|
LoadBalancer to access targets in TargetGroup.
|
||||||
|
@ -519,6 +544,7 @@ spec:
|
||||||
targetGroupARN:
|
targetGroupARN:
|
||||||
description: targetGroupARN is the Amazon Resource Name (ARN) for
|
description: targetGroupARN is the Amazon Resource Name (ARN) for
|
||||||
the TargetGroup.
|
the TargetGroup.
|
||||||
|
minLength: 1
|
||||||
type: string
|
type: string
|
||||||
targetType:
|
targetType:
|
||||||
description: targetType is the TargetType of TargetGroup. If unspecified,
|
description: targetType is the TargetType of TargetGroup. If unspecified,
|
||||||
|
@ -681,6 +707,14 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- patch
|
- patch
|
||||||
- update
|
- update
|
||||||
|
- apiGroups:
|
||||||
|
- discovery.k8s.io
|
||||||
|
resources:
|
||||||
|
- endpointslices
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- elbv2.k8s.aws
|
- elbv2.k8s.aws
|
||||||
resources:
|
resources:
|
||||||
|
@ -855,7 +889,7 @@ spec:
|
||||||
value: arn:aws-test:iam::123456789012:role/aws-load-balancer-controller.kube-system.sa.minimal.example.com
|
value: arn:aws-test:iam::123456789012:role/aws-load-balancer-controller.kube-system.sa.minimal.example.com
|
||||||
- name: AWS_WEB_IDENTITY_TOKEN_FILE
|
- name: AWS_WEB_IDENTITY_TOKEN_FILE
|
||||||
value: /var/run/secrets/amazonaws.com/token
|
value: /var/run/secrets/amazonaws.com/token
|
||||||
image: amazon/aws-alb-ingress-controller:v2.2.0
|
image: amazon/aws-alb-ingress-controller:v2.3.1
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -103,7 +103,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.9
|
- id: k8s-1.9
|
||||||
manifest: aws-load-balancer-controller.addons.k8s.io/k8s-1.9.yaml
|
manifest: aws-load-balancer-controller.addons.k8s.io/k8s-1.9.yaml
|
||||||
manifestHash: e05d219afe2fba536b2b477eae99c95aa1b909ad5ab585fe408cbf6aa975c160
|
manifestHash: 0dec6d6bd4596a08d6981ae2bd5c255d789bd1898c336314e563ff6024374a68
|
||||||
name: aws-load-balancer-controller.addons.k8s.io
|
name: aws-load-balancer-controller.addons.k8s.io
|
||||||
needsPKI: true
|
needsPKI: true
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -72,6 +72,24 @@ spec:
|
||||||
- ipv4
|
- ipv4
|
||||||
- dualstack
|
- dualstack
|
||||||
type: string
|
type: string
|
||||||
|
loadBalancerAttributes:
|
||||||
|
description: LoadBalancerAttributes define the custom attributes to
|
||||||
|
LoadBalancers for all Ingress that that belong to IngressClass with
|
||||||
|
this IngressClassParams.
|
||||||
|
items:
|
||||||
|
description: Attributes defines custom attributes on resources.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The key of the attribute.
|
||||||
|
type: string
|
||||||
|
value:
|
||||||
|
description: The value of the attribute.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- value
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
namespaceSelector:
|
namespaceSelector:
|
||||||
description: NamespaceSelector restrict the namespaces of Ingresses
|
description: NamespaceSelector restrict the namespaces of Ingresses
|
||||||
that are allowed to specify the IngressClass with this IngressClassParams.
|
that are allowed to specify the IngressClass with this IngressClassParams.
|
||||||
|
@ -377,6 +395,13 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
description: TargetGroupBindingSpec defines the desired state of TargetGroupBinding
|
description: TargetGroupBindingSpec defines the desired state of TargetGroupBinding
|
||||||
properties:
|
properties:
|
||||||
|
ipAddressType:
|
||||||
|
description: ipAddressType specifies whether the target group is of
|
||||||
|
type IPv4 or IPv6. If unspecified, it will be automatically inferred.
|
||||||
|
enum:
|
||||||
|
- ipv4
|
||||||
|
- ipv6
|
||||||
|
type: string
|
||||||
networking:
|
networking:
|
||||||
description: networking defines the networking rules to allow ELBV2
|
description: networking defines the networking rules to allow ELBV2
|
||||||
LoadBalancer to access targets in TargetGroup.
|
LoadBalancer to access targets in TargetGroup.
|
||||||
|
@ -519,6 +544,7 @@ spec:
|
||||||
targetGroupARN:
|
targetGroupARN:
|
||||||
description: targetGroupARN is the Amazon Resource Name (ARN) for
|
description: targetGroupARN is the Amazon Resource Name (ARN) for
|
||||||
the TargetGroup.
|
the TargetGroup.
|
||||||
|
minLength: 1
|
||||||
type: string
|
type: string
|
||||||
targetType:
|
targetType:
|
||||||
description: targetType is the TargetType of TargetGroup. If unspecified,
|
description: targetType is the TargetType of TargetGroup. If unspecified,
|
||||||
|
@ -681,6 +707,14 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- patch
|
- patch
|
||||||
- update
|
- update
|
||||||
|
- apiGroups:
|
||||||
|
- discovery.k8s.io
|
||||||
|
resources:
|
||||||
|
- endpointslices
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- elbv2.k8s.aws
|
- elbv2.k8s.aws
|
||||||
resources:
|
resources:
|
||||||
|
@ -850,7 +884,7 @@ spec:
|
||||||
- --ingress-class=alb
|
- --ingress-class=alb
|
||||||
- --default-tags=KubernetesCluster=minimal.example.com
|
- --default-tags=KubernetesCluster=minimal.example.com
|
||||||
- --aws-region=us-test-1
|
- --aws-region=us-test-1
|
||||||
image: amazon/aws-alb-ingress-controller:v2.2.0
|
image: amazon/aws-alb-ingress-controller:v2.3.1
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -103,7 +103,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.9
|
- id: k8s-1.9
|
||||||
manifest: aws-load-balancer-controller.addons.k8s.io/k8s-1.9.yaml
|
manifest: aws-load-balancer-controller.addons.k8s.io/k8s-1.9.yaml
|
||||||
manifestHash: ebf99002d1f991ad20114c2471941859cabccfee4cead00dd4412db84b76cbb2
|
manifestHash: d44d9ba3e4b85f7765634cb9a67f3a385df267cb678a8f6d9d8e1fe4e56b22fb
|
||||||
name: aws-load-balancer-controller.addons.k8s.io
|
name: aws-load-balancer-controller.addons.k8s.io
|
||||||
needsPKI: true
|
needsPKI: true
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -72,6 +72,24 @@ spec:
|
||||||
- ipv4
|
- ipv4
|
||||||
- dualstack
|
- dualstack
|
||||||
type: string
|
type: string
|
||||||
|
loadBalancerAttributes:
|
||||||
|
description: LoadBalancerAttributes define the custom attributes to
|
||||||
|
LoadBalancers for all Ingress that that belong to IngressClass with
|
||||||
|
this IngressClassParams.
|
||||||
|
items:
|
||||||
|
description: Attributes defines custom attributes on resources.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The key of the attribute.
|
||||||
|
type: string
|
||||||
|
value:
|
||||||
|
description: The value of the attribute.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
- value
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
namespaceSelector:
|
namespaceSelector:
|
||||||
description: NamespaceSelector restrict the namespaces of Ingresses
|
description: NamespaceSelector restrict the namespaces of Ingresses
|
||||||
that are allowed to specify the IngressClass with this IngressClassParams.
|
that are allowed to specify the IngressClass with this IngressClassParams.
|
||||||
|
@ -377,6 +395,13 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
description: TargetGroupBindingSpec defines the desired state of TargetGroupBinding
|
description: TargetGroupBindingSpec defines the desired state of TargetGroupBinding
|
||||||
properties:
|
properties:
|
||||||
|
ipAddressType:
|
||||||
|
description: ipAddressType specifies whether the target group is of
|
||||||
|
type IPv4 or IPv6. If unspecified, it will be automatically inferred.
|
||||||
|
enum:
|
||||||
|
- ipv4
|
||||||
|
- ipv6
|
||||||
|
type: string
|
||||||
networking:
|
networking:
|
||||||
description: networking defines the networking rules to allow ELBV2
|
description: networking defines the networking rules to allow ELBV2
|
||||||
LoadBalancer to access targets in TargetGroup.
|
LoadBalancer to access targets in TargetGroup.
|
||||||
|
@ -519,6 +544,7 @@ spec:
|
||||||
targetGroupARN:
|
targetGroupARN:
|
||||||
description: targetGroupARN is the Amazon Resource Name (ARN) for
|
description: targetGroupARN is the Amazon Resource Name (ARN) for
|
||||||
the TargetGroup.
|
the TargetGroup.
|
||||||
|
minLength: 1
|
||||||
type: string
|
type: string
|
||||||
targetType:
|
targetType:
|
||||||
description: targetType is the TargetType of TargetGroup. If unspecified,
|
description: targetType is the TargetType of TargetGroup. If unspecified,
|
||||||
|
@ -681,6 +707,14 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- patch
|
- patch
|
||||||
- update
|
- update
|
||||||
|
- apiGroups:
|
||||||
|
- discovery.k8s.io
|
||||||
|
resources:
|
||||||
|
- endpointslices
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- elbv2.k8s.aws
|
- elbv2.k8s.aws
|
||||||
resources:
|
resources:
|
||||||
|
@ -850,7 +884,7 @@ spec:
|
||||||
- --ingress-class=alb
|
- --ingress-class=alb
|
||||||
- --default-tags=KubernetesCluster=minimal.example.com
|
- --default-tags=KubernetesCluster=minimal.example.com
|
||||||
- --aws-region=us-test-1
|
- --aws-region=us-test-1
|
||||||
image: amazon/aws-alb-ingress-controller:v2.2.0
|
image: amazon/aws-alb-ingress-controller:v2.3.1
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -103,7 +103,7 @@ spec:
|
||||||
version: 9.99.0
|
version: 9.99.0
|
||||||
- id: k8s-1.9
|
- id: k8s-1.9
|
||||||
manifest: aws-load-balancer-controller.addons.k8s.io/k8s-1.9.yaml
|
manifest: aws-load-balancer-controller.addons.k8s.io/k8s-1.9.yaml
|
||||||
manifestHash: ebf99002d1f991ad20114c2471941859cabccfee4cead00dd4412db84b76cbb2
|
manifestHash: d44d9ba3e4b85f7765634cb9a67f3a385df267cb678a8f6d9d8e1fe4e56b22fb
|
||||||
name: aws-load-balancer-controller.addons.k8s.io
|
name: aws-load-balancer-controller.addons.k8s.io
|
||||||
needsPKI: true
|
needsPKI: true
|
||||||
selector:
|
selector:
|
||||||
|
|
Loading…
Reference in New Issue