Uses of Class
io.kubernetes.client.openapi.models.V1LocalObjectReference
Packages that use V1LocalObjectReference
-
Uses of V1LocalObjectReference in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1LocalObjectReferenceModifier and TypeMethodDescriptionstatic V1LocalObjectReference
Create an instance of V1LocalObjectReference given an JSON stringV1CSIVolumeSource.getNodePublishSecretRef()
Get nodePublishSecretRefV1CephFSVolumeSource.getSecretRef()
Get secretRefV1CinderVolumeSource.getSecretRef()
Get secretRefV1FlexVolumeSource.getSecretRef()
Get secretRefV1ISCSIVolumeSource.getSecretRef()
Get secretRefV1RBDVolumeSource.getSecretRef()
Get secretRefV1ScaleIOVolumeSource.getSecretRef()
Get secretRefV1StorageOSVolumeSource.getSecretRef()
Get secretRefMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1LocalObjectReferenceModifier and TypeMethodDescriptionV1PodSpec.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.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.Methods in io.kubernetes.client.openapi.models with parameters of type V1LocalObjectReferenceModifier and TypeMethodDescriptionV1PodSpec.addImagePullSecretsItem
(V1LocalObjectReference imagePullSecretsItem) V1ServiceAccount.addImagePullSecretsItem
(V1LocalObjectReference imagePullSecretsItem) V1CSIVolumeSource.nodePublishSecretRef
(V1LocalObjectReference nodePublishSecretRef) V1CephFSVolumeSource.secretRef
(V1LocalObjectReference secretRef) V1CinderVolumeSource.secretRef
(V1LocalObjectReference secretRef) V1FlexVolumeSource.secretRef
(V1LocalObjectReference secretRef) V1ISCSIVolumeSource.secretRef
(V1LocalObjectReference secretRef) V1RBDVolumeSource.secretRef
(V1LocalObjectReference secretRef) V1ScaleIOVolumeSource.secretRef
(V1LocalObjectReference secretRef) V1StorageOSVolumeSource.secretRef
(V1LocalObjectReference secretRef) void
V1CSIVolumeSource.setNodePublishSecretRef
(V1LocalObjectReference nodePublishSecretRef) void
V1CephFSVolumeSource.setSecretRef
(V1LocalObjectReference secretRef) void
V1CinderVolumeSource.setSecretRef
(V1LocalObjectReference secretRef) void
V1FlexVolumeSource.setSecretRef
(V1LocalObjectReference secretRef) void
V1ISCSIVolumeSource.setSecretRef
(V1LocalObjectReference secretRef) void
V1RBDVolumeSource.setSecretRef
(V1LocalObjectReference secretRef) void
V1ScaleIOVolumeSource.setSecretRef
(V1LocalObjectReference secretRef) void
V1StorageOSVolumeSource.setSecretRef
(V1LocalObjectReference secretRef) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1LocalObjectReferenceModifier and TypeMethodDescriptionV1PodSpec.imagePullSecrets
(List<V1LocalObjectReference> imagePullSecrets) V1ServiceAccount.imagePullSecrets
(List<V1LocalObjectReference> imagePullSecrets) void
V1PodSpec.setImagePullSecrets
(List<V1LocalObjectReference> imagePullSecrets) void
V1ServiceAccount.setImagePullSecrets
(List<V1LocalObjectReference> imagePullSecrets)