Uses of Interface
io.kubernetes.client.openapi.models.V1ServiceAccountFluent.SecretsNested
Packages that use V1ServiceAccountFluent.SecretsNested
-
Uses of V1ServiceAccountFluent.SecretsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ServiceAccountFluent.SecretsNestedModifier and TypeMethodDescriptionV1ServiceAccountFluent.addNewSecret()V1ServiceAccountFluentImpl.addNewSecret()V1ServiceAccountFluent.addNewSecretLike(io.kubernetes.client.openapi.models.V1ObjectReference item) V1ServiceAccountFluentImpl.addNewSecretLike(io.kubernetes.client.openapi.models.V1ObjectReference item) V1ServiceAccountFluent.editFirstSecret()V1ServiceAccountFluentImpl.editFirstSecret()V1ServiceAccountFluent.editLastSecret()V1ServiceAccountFluentImpl.editLastSecret()V1ServiceAccountFluent.editMatchingSecret(Predicate<V1ObjectReferenceBuilder> predicate) V1ServiceAccountFluentImpl.editMatchingSecret(Predicate<V1ObjectReferenceBuilder> predicate) V1ServiceAccountFluent.editSecret(Integer index) V1ServiceAccountFluentImpl.editSecret(Integer index) V1ServiceAccountFluent.setNewSecretLike(Integer index, io.kubernetes.client.openapi.models.V1ObjectReference item) V1ServiceAccountFluentImpl.setNewSecretLike(Integer index, io.kubernetes.client.openapi.models.V1ObjectReference item)