public class V1SecretReferenceFluentImpl<A extends V1SecretReferenceFluent<A>> extends BaseFluent<A> implements V1SecretReferenceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1SecretReferenceFluentImpl() |
V1SecretReferenceFluentImpl(io.kubernetes.client.openapi.models.V1SecretReference instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getNamespace() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
String |
toString() |
A |
withName(String name) |
A |
withNamespace(String namespace) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1SecretReferenceFluentImpl()
public V1SecretReferenceFluentImpl(io.kubernetes.client.openapi.models.V1SecretReference instance)
public String getName()
getName in interface V1SecretReferenceFluent<A extends V1SecretReferenceFluent<A>>public A withName(String name)
withName in interface V1SecretReferenceFluent<A extends V1SecretReferenceFluent<A>>public Boolean hasName()
hasName in interface V1SecretReferenceFluent<A extends V1SecretReferenceFluent<A>>public String getNamespace()
getNamespace in interface V1SecretReferenceFluent<A extends V1SecretReferenceFluent<A>>public A withNamespace(String namespace)
withNamespace in interface V1SecretReferenceFluent<A extends V1SecretReferenceFluent<A>>public Boolean hasNamespace()
hasNamespace in interface V1SecretReferenceFluent<A extends V1SecretReferenceFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1SecretReferenceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1SecretReferenceFluent<A>>Copyright © 2022. All rights reserved.