public class SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
SecretKeySelectorFluent() |
SecretKeySelectorFluent(SecretKeySelector instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(SecretKeySelector instance) |
boolean |
equals(Object o) |
String |
getKey() |
String |
getName() |
int |
hashCode() |
boolean |
hasKey() |
boolean |
hasName() |
String |
toString() |
A |
withKey(String key) |
A |
withName(String name) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SecretKeySelectorFluent()
public SecretKeySelectorFluent(SecretKeySelector instance)
protected void copyInstance(SecretKeySelector instance)
public String getKey()
public boolean hasKey()
public String getName()
public boolean hasName()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretKeySelectorFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretKeySelectorFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.