public class AuthorityFluentImpl<A extends AuthorityFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AuthorityFluent<A>
AuthorityFluent.KeyNested<N>| Constructor and Description |
|---|
AuthorityFluentImpl() |
AuthorityFluentImpl(Authority instance) |
| Modifier and Type | Method and Description |
|---|---|
KeyRef |
buildKey() |
AuthorityFluent.KeyNested<A> |
editKey() |
AuthorityFluent.KeyNested<A> |
editOrNewKey() |
AuthorityFluent.KeyNested<A> |
editOrNewKeyLike(KeyRef item) |
boolean |
equals(Object o) |
KeyRef |
getKey()
Deprecated.
|
String |
getName() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasName() |
String |
toString() |
A |
withKey(KeyRef key) |
A |
withName(String name) |
AuthorityFluent.KeyNested<A> |
withNewKey() |
AuthorityFluent.KeyNested<A> |
withNewKeyLike(KeyRef item) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AuthorityFluentImpl()
public AuthorityFluentImpl(Authority instance)
@Deprecated public KeyRef getKey()
getKey in interface AuthorityFluent<A extends AuthorityFluent<A>>public KeyRef buildKey()
buildKey in interface AuthorityFluent<A extends AuthorityFluent<A>>public A withKey(KeyRef key)
withKey in interface AuthorityFluent<A extends AuthorityFluent<A>>public Boolean hasKey()
hasKey in interface AuthorityFluent<A extends AuthorityFluent<A>>public AuthorityFluent.KeyNested<A> withNewKey()
withNewKey in interface AuthorityFluent<A extends AuthorityFluent<A>>public AuthorityFluent.KeyNested<A> withNewKeyLike(KeyRef item)
withNewKeyLike in interface AuthorityFluent<A extends AuthorityFluent<A>>public AuthorityFluent.KeyNested<A> editKey()
editKey in interface AuthorityFluent<A extends AuthorityFluent<A>>public AuthorityFluent.KeyNested<A> editOrNewKey()
editOrNewKey in interface AuthorityFluent<A extends AuthorityFluent<A>>public AuthorityFluent.KeyNested<A> editOrNewKeyLike(KeyRef item)
editOrNewKeyLike in interface AuthorityFluent<A extends AuthorityFluent<A>>public String getName()
getName in interface AuthorityFluent<A extends AuthorityFluent<A>>public A withName(String name)
withName in interface AuthorityFluent<A extends AuthorityFluent<A>>public Boolean hasName()
hasName in interface AuthorityFluent<A extends AuthorityFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AuthorityFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AuthorityFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.