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 |
getApiVersion() |
String |
getFieldPath() |
String |
getKey() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
String |
getResourceVersion() |
String |
getUid() |
boolean |
hasApiVersion() |
boolean |
hasFieldPath() |
int |
hashCode() |
boolean |
hasKey() |
boolean |
hasKind() |
boolean |
hasName() |
boolean |
hasNamespace() |
boolean |
hasResourceVersion() |
boolean |
hasUid() |
String |
toString() |
A |
withApiVersion(String apiVersion) |
A |
withFieldPath(String fieldPath) |
A |
withKey(String key) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withResourceVersion(String resourceVersion) |
A |
withUid(String uid) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SecretKeySelectorFluent()
public SecretKeySelectorFluent(SecretKeySelector instance)
protected void copyInstance(SecretKeySelector instance)
public String getApiVersion()
public boolean hasApiVersion()
public String getFieldPath()
public boolean hasFieldPath()
public String getKey()
public boolean hasKey()
public String getKind()
public boolean hasKind()
public String getName()
public boolean hasName()
public String getNamespace()
public boolean hasNamespace()
public String getResourceVersion()
public boolean hasResourceVersion()
public String getUid()
public boolean hasUid()
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.