public interface V1beta1EvictionFluent<A extends V1beta1EvictionFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1beta1EvictionFluent.DeleteOptionsNested<N> |
static interface |
V1beta1EvictionFluent.MetadataNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(StringBuffer arg1)
@Deprecated V1DeleteOptions getDeleteOptions()
V1DeleteOptions buildDeleteOptions()
A withDeleteOptions(V1DeleteOptions deleteOptions)
Boolean hasDeleteOptions()
V1beta1EvictionFluent.DeleteOptionsNested<A> withNewDeleteOptions()
V1beta1EvictionFluent.DeleteOptionsNested<A> withNewDeleteOptionsLike(V1DeleteOptions item)
V1beta1EvictionFluent.DeleteOptionsNested<A> editDeleteOptions()
V1beta1EvictionFluent.DeleteOptionsNested<A> editOrNewDeleteOptions()
V1beta1EvictionFluent.DeleteOptionsNested<A> editOrNewDeleteOptionsLike(V1DeleteOptions item)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
@Deprecated V1ObjectMeta getMetadata()
V1ObjectMeta buildMetadata()
A withMetadata(V1ObjectMeta metadata)
Boolean hasMetadata()
V1beta1EvictionFluent.MetadataNested<A> withNewMetadata()
V1beta1EvictionFluent.MetadataNested<A> withNewMetadataLike(V1ObjectMeta item)
V1beta1EvictionFluent.MetadataNested<A> editMetadata()
V1beta1EvictionFluent.MetadataNested<A> editOrNewMetadata()
V1beta1EvictionFluent.MetadataNested<A> editOrNewMetadataLike(V1ObjectMeta item)
Copyright © 2020. All rights reserved.