Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1LocalObjectReference |
V1CSIVolumeSource.getNodePublishSecretRef()
Get nodePublishSecretRef
|
V1LocalObjectReference |
V1RBDVolumeSource.getSecretRef()
Get secretRef
|
V1LocalObjectReference |
V1ISCSIVolumeSource.getSecretRef()
Get secretRef
|
V1LocalObjectReference |
V1ScaleIOVolumeSource.getSecretRef()
Get secretRef
|
V1LocalObjectReference |
V1FlexVolumeSource.getSecretRef()
Get secretRef
|
V1LocalObjectReference |
V1CinderVolumeSource.getSecretRef()
Get secretRef
|
V1LocalObjectReference |
V1StorageOSVolumeSource.getSecretRef()
Get secretRef
|
V1LocalObjectReference |
V1CephFSVolumeSource.getSecretRef()
Get secretRef
|
V1LocalObjectReference |
V1LocalObjectReference.name(String name) |
Modifier and Type | Method and Description |
---|---|
List<V1LocalObjectReference> |
V1PodSpec.getImagePullSecrets()
ImagePullSecrets is an optional list of references to secrets in the same namespace to use for
pulling any of the images used by this PodSpec.
|
List<V1LocalObjectReference> |
V1ServiceAccount.getImagePullSecrets()
ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling
any images in pods that reference this ServiceAccount.
|
Modifier and Type | Method and Description |
---|---|
V1PodSpec |
V1PodSpec.imagePullSecrets(List<V1LocalObjectReference> imagePullSecrets) |
V1ServiceAccount |
V1ServiceAccount.imagePullSecrets(List<V1LocalObjectReference> imagePullSecrets) |
void |
V1PodSpec.setImagePullSecrets(List<V1LocalObjectReference> imagePullSecrets) |
void |
V1ServiceAccount.setImagePullSecrets(List<V1LocalObjectReference> imagePullSecrets) |
Copyright © 2022. All rights reserved.