public class V1SecretKeySelectorFluentImpl<A extends V1SecretKeySelectorFluent<A>> extends BaseFluent<A> implements V1SecretKeySelectorFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1SecretKeySelectorFluentImpl() |
V1SecretKeySelectorFluentImpl(io.kubernetes.client.openapi.models.V1SecretKeySelector instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
String |
getName() |
Boolean |
getOptional() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasName() |
Boolean |
hasOptional() |
String |
toString() |
A |
withKey(String key) |
A |
withName(String name) |
A |
withOptional() |
A |
withOptional(Boolean optional) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1SecretKeySelectorFluentImpl()
public V1SecretKeySelectorFluentImpl(io.kubernetes.client.openapi.models.V1SecretKeySelector instance)
public String getKey()
getKey in interface V1SecretKeySelectorFluent<A extends V1SecretKeySelectorFluent<A>>public A withKey(String key)
withKey in interface V1SecretKeySelectorFluent<A extends V1SecretKeySelectorFluent<A>>public Boolean hasKey()
hasKey in interface V1SecretKeySelectorFluent<A extends V1SecretKeySelectorFluent<A>>public String getName()
getName in interface V1SecretKeySelectorFluent<A extends V1SecretKeySelectorFluent<A>>public A withName(String name)
withName in interface V1SecretKeySelectorFluent<A extends V1SecretKeySelectorFluent<A>>public Boolean hasName()
hasName in interface V1SecretKeySelectorFluent<A extends V1SecretKeySelectorFluent<A>>public Boolean getOptional()
getOptional in interface V1SecretKeySelectorFluent<A extends V1SecretKeySelectorFluent<A>>public A withOptional(Boolean optional)
withOptional in interface V1SecretKeySelectorFluent<A extends V1SecretKeySelectorFluent<A>>public Boolean hasOptional()
hasOptional in interface V1SecretKeySelectorFluent<A extends V1SecretKeySelectorFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1SecretKeySelectorFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1SecretKeySelectorFluent<A>>public A withOptional()
withOptional in interface V1SecretKeySelectorFluent<A extends V1SecretKeySelectorFluent<A>>Copyright © 2022. All rights reserved.