Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1LocalObjectReference |
V1StorageOSVolumeSource.getSecretRef()
SecretRef specifies the secret to use for obtaining the StorageOS API credentials.
|
V1LocalObjectReference |
V1ScaleIOVolumeSource.getSecretRef()
SecretRef references to the secret for ScaleIO user and other sensitive information.
|
V1LocalObjectReference |
V1RBDVolumeSource.getSecretRef()
SecretRef is name of the authentication secret for RBDUser.
|
V1LocalObjectReference |
V1ISCSIVolumeSource.getSecretRef()
CHAP secret for iSCSI target and initiator authentication
|
V1LocalObjectReference |
V1FlexVolumeSource.getSecretRef()
Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts.
|
V1LocalObjectReference |
V1CephFSVolumeSource.getSecretRef()
Optional: SecretRef is reference to the authentication secret for User, default is empty.
|
V1LocalObjectReference |
V1LocalObjectReference.name(String name) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
V1ServiceAccount |
V1ServiceAccount.imagePullSecrets(List<V1LocalObjectReference> imagePullSecrets) |
V1PodSpec |
V1PodSpec.imagePullSecrets(List<V1LocalObjectReference> imagePullSecrets) |
void |
V1ServiceAccount.setImagePullSecrets(List<V1LocalObjectReference> imagePullSecrets) |
void |
V1PodSpec.setImagePullSecrets(List<V1LocalObjectReference> imagePullSecrets) |
Copyright © 2018. All rights reserved.