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() |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withNewName(String original)
Deprecated.
|
A |
withNewNamespace(String original)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public 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>>
@Deprecated public A withNewName(String original)
withNewName
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>>
@Deprecated public A withNewNamespace(String original)
withNewNamespace
in interface V1SecretReferenceFluent<A extends V1SecretReferenceFluent<A>>
Copyright © 2021. All rights reserved.