public class V1LeaseFluentImpl<A extends V1LeaseFluent<A>> extends BaseFluent<A> implements V1LeaseFluent<A>
V1LeaseFluent.MetadataNested<N>, V1LeaseFluent.SpecNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1LeaseFluentImpl() |
V1LeaseFluentImpl(io.kubernetes.client.openapi.models.V1Lease instance) |
| Modifier and Type | Method and Description |
|---|---|
io.kubernetes.client.openapi.models.V1ObjectMeta |
buildMetadata() |
io.kubernetes.client.openapi.models.V1LeaseSpec |
buildSpec() |
V1LeaseFluent.MetadataNested<A> |
editMetadata() |
V1LeaseFluent.MetadataNested<A> |
editOrNewMetadata() |
V1LeaseFluent.MetadataNested<A> |
editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
V1LeaseFluent.SpecNested<A> |
editOrNewSpec() |
V1LeaseFluent.SpecNested<A> |
editOrNewSpecLike(io.kubernetes.client.openapi.models.V1LeaseSpec item) |
V1LeaseFluent.SpecNested<A> |
editSpec() |
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
io.kubernetes.client.openapi.models.V1ObjectMeta |
getMetadata()
Deprecated.
|
io.kubernetes.client.openapi.models.V1LeaseSpec |
getSpec()
Deprecated.
|
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasMetadata() |
Boolean |
hasSpec() |
String |
toString() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) |
V1LeaseFluent.MetadataNested<A> |
withNewMetadata() |
V1LeaseFluent.MetadataNested<A> |
withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
V1LeaseFluent.SpecNested<A> |
withNewSpec() |
V1LeaseFluent.SpecNested<A> |
withNewSpecLike(io.kubernetes.client.openapi.models.V1LeaseSpec item) |
A |
withSpec(io.kubernetes.client.openapi.models.V1LeaseSpec spec) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1LeaseFluentImpl()
public V1LeaseFluentImpl(io.kubernetes.client.openapi.models.V1Lease instance)
public String getApiVersion()
getApiVersion in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public String getKind()
getKind in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public A withKind(String kind)
withKind in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public Boolean hasKind()
hasKind in interface V1LeaseFluent<A extends V1LeaseFluent<A>>@Deprecated public io.kubernetes.client.openapi.models.V1ObjectMeta getMetadata()
getMetadata in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()
buildMetadata in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public A withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata)
withMetadata in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public Boolean hasMetadata()
hasMetadata in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public V1LeaseFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public V1LeaseFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
withNewMetadataLike in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public V1LeaseFluent.MetadataNested<A> editMetadata()
editMetadata in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public V1LeaseFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public V1LeaseFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
editOrNewMetadataLike in interface V1LeaseFluent<A extends V1LeaseFluent<A>>@Deprecated public io.kubernetes.client.openapi.models.V1LeaseSpec getSpec()
getSpec in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public io.kubernetes.client.openapi.models.V1LeaseSpec buildSpec()
buildSpec in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public A withSpec(io.kubernetes.client.openapi.models.V1LeaseSpec spec)
withSpec in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public Boolean hasSpec()
hasSpec in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public V1LeaseFluent.SpecNested<A> withNewSpec()
withNewSpec in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public V1LeaseFluent.SpecNested<A> withNewSpecLike(io.kubernetes.client.openapi.models.V1LeaseSpec item)
withNewSpecLike in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public V1LeaseFluent.SpecNested<A> editSpec()
editSpec in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public V1LeaseFluent.SpecNested<A> editOrNewSpec()
editOrNewSpec in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public V1LeaseFluent.SpecNested<A> editOrNewSpecLike(io.kubernetes.client.openapi.models.V1LeaseSpec item)
editOrNewSpecLike in interface V1LeaseFluent<A extends V1LeaseFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1LeaseFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1LeaseFluent<A>>Copyright © 2022. All rights reserved.