public class SecretKeySelectorFluentImpl<A extends SecretKeySelectorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SecretKeySelectorFluent<A>
| Constructor and Description |
|---|
SecretKeySelectorFluentImpl() |
SecretKeySelectorFluentImpl(SecretKeySelector instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
String |
getName() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasName() |
A |
withKey(String key) |
A |
withName(String name) |
A |
withNewKey(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
public SecretKeySelectorFluentImpl()
public SecretKeySelectorFluentImpl(SecretKeySelector instance)
public String getKey()
getKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withKey(String key)
withKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public Boolean hasKey()
hasKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>@Deprecated public A withNewKey(String arg0)
withNewKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public String getName()
getName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withName(String name)
withName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public Boolean hasName()
hasName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.