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, getCapabilities, getCreationTimeStamp, getLabels, getMetadata, getName, getNamespace, getNamespaceName, getProject, getResourceVersion, isAnnotatedWith, removeAnnotation, setAnnotationaccept, getCapability, supportsgetApiVersiontoJson, toJsonCollection<String> getSecrets()
void addSecret(String secret)
secret - - secret nameCollection<String> getImagePullSecrets()
void addImagePullSecret(String imagePullSecret)
imagePullSecret - - imagePullSecretNameCopyright © 2020 Red Hat, Inc. All Rights Reserved.