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 |
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, aggregate, aggregate, build, build, builderOfpublic SecretKeySelectorFluentImpl()
public SecretKeySelectorFluentImpl(SecretKeySelector instance)
public String getApiVersion()
getApiVersion in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public String getFieldPath()
getFieldPath in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withFieldPath(String fieldPath)
withFieldPath in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public Boolean hasFieldPath()
hasFieldPath in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>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>>public String getKind()
getKind in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withKind(String kind)
withKind in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public Boolean hasKind()
hasKind 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>>public String getNamespace()
getNamespace in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNamespace(String namespace)
withNamespace in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public Boolean hasNamespace()
hasNamespace in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public String getResourceVersion()
getResourceVersion in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withResourceVersion(String resourceVersion)
withResourceVersion in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public Boolean hasResourceVersion()
hasResourceVersion in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public String getUid()
getUid in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withUid(String uid)
withUid in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public Boolean hasUid()
hasUid in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>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–2022 Red Hat. All rights reserved.