2021-02-06 01:01:39 +00:00
|
|
|
# Copyright 2020-2021 the Pinniped contributors. All Rights Reserved.
|
2020-08-25 01:07:34 +00:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
# Describe the capabilities of the cluster against which the integration tests will run.
|
|
|
|
capabilities:
|
|
|
|
|
|
|
|
# Is it possible to borrow the cluster's signing key from the kube API server?
|
|
|
|
clusterSigningKeyIsAvailable: false
|
2021-02-06 01:01:39 +00:00
|
|
|
|
|
|
|
# Will the cluster successfully provision a load balancer if requested?
|
|
|
|
hasExternalLoadBalancerProvider: true
|