Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1LocalObjectReference |
V1RBDVolumeSource.getSecretRef()
SecretRef is name of the authentication secret for RBDUser.
|
V1LocalObjectReference |
V1ScaleIOVolumeSource.getSecretRef()
SecretRef references to the secret for ScaleIO user and other sensitive information.
|
V1LocalObjectReference |
V1CephFSVolumeSource.getSecretRef()
Optional: SecretRef is reference to the authentication secret for User, default is empty.
|
V1LocalObjectReference |
V1FlexVolumeSource.getSecretRef()
Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts.
|
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.addImagePullSecretsItem(V1LocalObjectReference imagePullSecretsItem) |
V1PodSpec |
V1PodSpec.addImagePullSecretsItem(V1LocalObjectReference imagePullSecretsItem) |
V1RBDVolumeSource |
V1RBDVolumeSource.secretRef(V1LocalObjectReference secretRef) |
V1ScaleIOVolumeSource |
V1ScaleIOVolumeSource.secretRef(V1LocalObjectReference secretRef) |
V1CephFSVolumeSource |
V1CephFSVolumeSource.secretRef(V1LocalObjectReference secretRef) |
V1FlexVolumeSource |
V1FlexVolumeSource.secretRef(V1LocalObjectReference secretRef) |
void |
V1RBDVolumeSource.setSecretRef(V1LocalObjectReference secretRef) |
void |
V1ScaleIOVolumeSource.setSecretRef(V1LocalObjectReference secretRef) |
void |
V1CephFSVolumeSource.setSecretRef(V1LocalObjectReference secretRef) |
void |
V1FlexVolumeSource.setSecretRef(V1LocalObjectReference secretRef) |
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 © 2017. All rights reserved.