public interface MetadataProvider
extends hudson.ExtensionPoint
| 限定符和类型 | 方法和说明 |
|---|---|
static hudson.ExtensionList<MetadataProvider> |
all() |
void |
attach(io.kubernetes.client.models.V1Secret secret,
CredentialsWithMetadata credentialsWithMetadata)
Get metadata from K8s secret and add them to its corresponding credentials
|
void attach(io.kubernetes.client.models.V1Secret secret,
CredentialsWithMetadata credentialsWithMetadata)
secret - Secret in K8scredentialsWithMetadata - credentials that converted from Secretstatic hudson.ExtensionList<MetadataProvider> all()
Copyright © 2016–2019. All rights reserved.