Full name:
org.microbean:helm-maven-plugin:2.8.2.1.1.2:list
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
clientConfiguration | Config | - | The Config
describing how a DefaultKubernetesClient
should connect to a Kubernetes cluster. |
filter | String | - | The regular expression that will be applied to the list of
releases. Only releases that match the filter will be considered
for listing. |
limit | long | - | The maximum number of releases to retrieve. Default value is: 256. |
namespace | String | - | The namespace from which releases will be listed. |
offset | String | - | The next release name in the list; used to offset from the start
value. |
releaseDiscoveryListeners | List | - | A List of ReleaseDiscoveryListeners
whose elements will be notified of each release in the list created
by this goal. Alias is: releaseDiscoveryListenersList. |
skip | boolean | - | Whether to skip execution. Default value is: false. User property is: helm.skip. |
sortBy | Tiller$ListSort$SortBy | - | A SortBy
indicating how the results should be sorted. Useful values are NAME
and LAST_RELEASED. Default value is: NAME. |
sortOrder | Tiller$ListSort$SortOrder | - | A SortOrder
indicating whether results should appear sorted in ascending or
descending order. |
statusCodes | List | - | A List of StatusOuterClass.Status.Codes.
Releases must have one of these status codes to be included in the
list created by this goal. |
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. |
skip: