public interface IServiceAccount extends IResource
Modifier and Type | Method and Description |
---|---|
void |
addImagePullSecret(String imagePullSecret)
Add new imagePullSecret name
|
void |
addSecret(String secret)
Add new secret name
|
Collection<String> |
getImagePullSecrets()
Get the collection of all imagePullSecrets
|
Collection<String> |
getSecrets()
Get the collection of all secrets
|
addLabel, getAnnotation, getAnnotations, getApiVersion, getCapabilities, getCreationTimeStamp, getKind, getLabels, getName, getNamespace, getProject, isAnnotatedWith, setAnnotation, toJson, toJson
accept, getCapability, supports
Collection<String> getSecrets()
void addSecret(String secret)
secret
- - secret nameCollection<String> getImagePullSecrets()
void addImagePullSecret(String imagePullSecret)
imagePullSecret
- - imagePullSecretNameCopyright © 2016 Red Hat, Inc. All rights reserved.