public interface BuildOutputFluent<A extends BuildOutputFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuildOutputFluent.PushSecretNested<N> |
static interface |
BuildOutputFluent.ToNested<N> |
LocalObjectReference getPushSecret()
A withPushSecret(LocalObjectReference pushSecret)
BuildOutputFluent.PushSecretNested<A> withNewPushSecret()
BuildOutputFluent.PushSecretNested<A> withNewPushSecretLike(LocalObjectReference item)
BuildOutputFluent.PushSecretNested<A> editPushSecret()
BuildOutputFluent.PushSecretNested<A> editOrNewPushSecret()
BuildOutputFluent.PushSecretNested<A> editOrNewPushSecretLike(LocalObjectReference item)
ObjectReference getTo()
A withTo(ObjectReference to)
BuildOutputFluent.ToNested<A> withNewTo()
BuildOutputFluent.ToNested<A> withNewToLike(ObjectReference item)
BuildOutputFluent.ToNested<A> editTo()
BuildOutputFluent.ToNested<A> editOrNewTo()
BuildOutputFluent.ToNested<A> editOrNewToLike(ObjectReference item)
Copyright © 2011–2016 Red Hat. All rights reserved.