Uses of Interface
io.kubernetes.client.openapi.models.V1ServiceAccountFluent.ImagePullSecretsNested
Packages that use V1ServiceAccountFluent.ImagePullSecretsNested
-
Uses of V1ServiceAccountFluent.ImagePullSecretsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ServiceAccountFluent.ImagePullSecretsNestedModifier and TypeMethodDescriptionV1ServiceAccountFluent.addNewImagePullSecret()
V1ServiceAccountFluentImpl.addNewImagePullSecret()
V1ServiceAccountFluent.addNewImagePullSecretLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) V1ServiceAccountFluentImpl.addNewImagePullSecretLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) V1ServiceAccountFluent.editFirstImagePullSecret()
V1ServiceAccountFluentImpl.editFirstImagePullSecret()
V1ServiceAccountFluent.editImagePullSecret
(Integer index) V1ServiceAccountFluentImpl.editImagePullSecret
(Integer index) V1ServiceAccountFluent.editLastImagePullSecret()
V1ServiceAccountFluentImpl.editLastImagePullSecret()
V1ServiceAccountFluent.editMatchingImagePullSecret
(Predicate<V1LocalObjectReferenceBuilder> predicate) V1ServiceAccountFluentImpl.editMatchingImagePullSecret
(Predicate<V1LocalObjectReferenceBuilder> predicate) V1ServiceAccountFluent.setNewImagePullSecretLike
(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item) V1ServiceAccountFluentImpl.setNewImagePullSecretLike
(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item)