Uses of Class
io.fabric8.openshift.api.model.BuildSourceFluent.SecretsNested
-
Packages that use BuildSourceFluent.SecretsNested Package Description io.fabric8.openshift.api.model -
-
Uses of BuildSourceFluent.SecretsNested in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return BuildSourceFluent.SecretsNested Modifier and Type Method Description BuildSourceFluent.SecretsNested<A>BuildSourceFluent. addNewSecret()BuildSourceFluent.SecretsNested<A>BuildSourceFluent. addNewSecretLike(SecretBuildSource item)BuildSourceFluent.SecretsNested<A>BuildSourceFluent. editFirstSecret()BuildSourceFluent.SecretsNested<A>BuildSourceFluent. editLastSecret()BuildSourceFluent.SecretsNested<A>BuildSourceFluent. editMatchingSecret(Predicate<SecretBuildSourceBuilder> predicate)BuildSourceFluent.SecretsNested<A>BuildSourceFluent. editSecret(int index)BuildSourceFluent.SecretsNested<A>BuildSourceFluent. setNewSecretLike(int index, SecretBuildSource item)
-