Full name:
org.microbean:helm-maven-plugin:2.8.2.1.1.2:test
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
releaseName | String | - | The name of the release. User property is: helm.releaseName. |
Name | Type | Since | Description |
---|---|---|---|
cleanup | boolean | - | Whether test Pods should be deleted after the test completes. |
clientConfiguration | Config | - | The Config
describing how a DefaultKubernetesClient
should connect to a Kubernetes cluster. |
releaseTestListeners | List | - | A List of ReleaseTestListeners
that will be notified of the test results. Alias is: releaseTestListenersList. |
skip | boolean | - | Whether to skip execution. Default value is: false. User property is: helm.skip. |
tillerLabels | Map | - | The Kubernetes labels normally found on Tiller pods. User property is: tiller.labels. |
tillerNamespace | String | - | The Kubernetes cluster namespace in which Tiller may be found. Default value is: kube-system. User property is: tiller.namespace. |
tillerPort | int | - | The port on which Tiller may be reached. Default value is: 44134. User property is: tiller.port. |
timeout | long | - | The timeout, in seconds, to use for Kubernetes operations; set to
300 by default for parity with the helm
command line program. Default value is: 300. |
skip: