Uses of Class
io.fabric8.openshift.api.model.SecretLocalReference
-
Packages that use SecretLocalReference Package Description io.fabric8.openshift.api.model -
-
Uses of SecretLocalReference in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return SecretLocalReference Modifier and Type Method Description SecretLocalReferenceSecretLocalReferenceBuilder. build()SecretLocalReferenceWebHookTriggerFluent. buildSecretReference()SecretLocalReferenceWebHookTrigger. getSecretReference()WebHookTrigger is a trigger that gets invoked using a webhook type of postMethods in io.fabric8.openshift.api.model with parameters of type SecretLocalReference Modifier and Type Method Description protected voidSecretLocalReferenceFluent. copyInstance(SecretLocalReference instance)WebHookTriggerFluent.SecretReferenceNested<A>WebHookTriggerFluent. editOrNewSecretReferenceLike(SecretLocalReference item)voidWebHookTrigger. setSecretReference(SecretLocalReference secretReference)WebHookTrigger is a trigger that gets invoked using a webhook type of postWebHookTriggerFluent.SecretReferenceNested<A>WebHookTriggerFluent. withNewSecretReferenceLike(SecretLocalReference item)AWebHookTriggerFluent. withSecretReference(SecretLocalReference secretReference)Constructors in io.fabric8.openshift.api.model with parameters of type SecretLocalReference Constructor Description SecretLocalReferenceBuilder(SecretLocalReference instance)SecretLocalReferenceBuilder(SecretLocalReferenceFluent<?> fluent, SecretLocalReference instance)SecretLocalReferenceFluent(SecretLocalReference instance)WebHookTrigger(Boolean allowEnv, String secret, SecretLocalReference secretReference)
-