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