| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
ImagePullSecret |
ImagePullSecret.clone() |
ImagePullSecret |
ImagePullSecret.withName(String name)
Provides a unique identifier for the
ImagePullSecret. |
| Modifier and Type | Method and Description |
|---|---|
List<ImagePullSecret> |
EksPodPropertiesDetail.getImagePullSecrets()
Displays the reference pointer to the Kubernetes secret resource.
|
List<ImagePullSecret> |
EksPodProperties.getImagePullSecrets()
References a Kubernetes secret resource.
|
| Modifier and Type | Method and Description |
|---|---|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withImagePullSecrets(ImagePullSecret... imagePullSecrets)
Displays the reference pointer to the Kubernetes secret resource.
|
EksPodProperties |
EksPodProperties.withImagePullSecrets(ImagePullSecret... imagePullSecrets)
References a Kubernetes secret resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EksPodPropertiesDetail.setImagePullSecrets(Collection<ImagePullSecret> imagePullSecrets)
Displays the reference pointer to the Kubernetes secret resource.
|
void |
EksPodProperties.setImagePullSecrets(Collection<ImagePullSecret> imagePullSecrets)
References a Kubernetes secret resource.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withImagePullSecrets(Collection<ImagePullSecret> imagePullSecrets)
Displays the reference pointer to the Kubernetes secret resource.
|
EksPodProperties |
EksPodProperties.withImagePullSecrets(Collection<ImagePullSecret> imagePullSecrets)
References a Kubernetes secret resource.
|
Copyright © 2024. All rights reserved.