public interface AuthorityFluent<A extends AuthorityFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AuthorityFluent.KeyNested<N> |
| Modifier and Type | Method and Description |
|---|---|
KeyRef |
buildKey() |
AuthorityFluent.KeyNested<A> |
editKey() |
AuthorityFluent.KeyNested<A> |
editOrNewKey() |
AuthorityFluent.KeyNested<A> |
editOrNewKeyLike(KeyRef item) |
KeyRef |
getKey()
Deprecated.
|
String |
getName() |
Boolean |
hasKey() |
Boolean |
hasName() |
A |
withKey(KeyRef key) |
A |
withName(String name) |
AuthorityFluent.KeyNested<A> |
withNewKey() |
AuthorityFluent.KeyNested<A> |
withNewKeyLike(KeyRef item) |
@Deprecated KeyRef getKey()
KeyRef buildKey()
Boolean hasKey()
AuthorityFluent.KeyNested<A> withNewKey()
AuthorityFluent.KeyNested<A> withNewKeyLike(KeyRef item)
AuthorityFluent.KeyNested<A> editKey()
AuthorityFluent.KeyNested<A> editOrNewKey()
AuthorityFluent.KeyNested<A> editOrNewKeyLike(KeyRef item)
String getName()
Boolean hasName()
Copyright © 2015–2023 Red Hat. All rights reserved.