public interface KubernetesSecretScope
extends hudson.ExtensionPoint
| 限定符和类型 | 方法和说明 |
|---|---|
static hudson.ExtensionList<KubernetesSecretScope> |
all() |
static boolean |
hasMatchedScope(hudson.model.ItemGroup owner) |
boolean |
isInScope(hudson.model.ItemGroup owner)
Check if this scope should include ItemGroup.
|
static List<KubernetesSecretScope> |
matchedScopes(hudson.model.ItemGroup owner) |
boolean |
shouldShowInScope(hudson.model.ItemGroup owner,
CredentialsWithMetadata credentialsWithMetadata)
Check if the credentials should show under the ItemGroup
|
boolean isInScope(hudson.model.ItemGroup owner)
owner - ItemGroup will be checked.boolean shouldShowInScope(hudson.model.ItemGroup owner,
CredentialsWithMetadata credentialsWithMetadata)
static hudson.ExtensionList<KubernetesSecretScope> all()
static boolean hasMatchedScope(hudson.model.ItemGroup owner)
static List<KubernetesSecretScope> matchedScopes(hudson.model.ItemGroup owner)
Copyright © 2016–2019. All rights reserved.