Interface V1EvictionFluent<A extends V1EvictionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Implementing Classes:
V1EvictionBuilder
,V1EvictionFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1DeleteOptions
io.kubernetes.client.openapi.models.V1ObjectMeta
editOrNewDeleteOptionsLike
(io.kubernetes.client.openapi.models.V1DeleteOptions item) editOrNewMetadataLike
(io.kubernetes.client.openapi.models.V1ObjectMeta item) io.kubernetes.client.openapi.models.V1DeleteOptions
Deprecated.getKind()
io.kubernetes.client.openapi.models.V1ObjectMeta
Deprecated.hasKind()
withApiVersion
(String apiVersion) withDeleteOptions
(io.kubernetes.client.openapi.models.V1DeleteOptions deleteOptions) withMetadata
(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) withNewDeleteOptionsLike
(io.kubernetes.client.openapi.models.V1DeleteOptions item) withNewMetadataLike
(io.kubernetes.client.openapi.models.V1ObjectMeta item)
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
getDeleteOptions
Deprecated.This method has been deprecated, please use method buildDeleteOptions instead.- Returns:
- The buildable object.
-
buildDeleteOptions
io.kubernetes.client.openapi.models.V1DeleteOptions buildDeleteOptions() -
withDeleteOptions
-
hasDeleteOptions
Boolean hasDeleteOptions() -
withNewDeleteOptions
V1EvictionFluent.DeleteOptionsNested<A> withNewDeleteOptions() -
withNewDeleteOptionsLike
V1EvictionFluent.DeleteOptionsNested<A> withNewDeleteOptionsLike(io.kubernetes.client.openapi.models.V1DeleteOptions item) -
editDeleteOptions
V1EvictionFluent.DeleteOptionsNested<A> editDeleteOptions() -
editOrNewDeleteOptions
V1EvictionFluent.DeleteOptionsNested<A> editOrNewDeleteOptions() -
editOrNewDeleteOptionsLike
V1EvictionFluent.DeleteOptionsNested<A> editOrNewDeleteOptionsLike(io.kubernetes.client.openapi.models.V1DeleteOptions item) -
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Returns:
- The buildable object.
-
buildMetadata
io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata() -
withMetadata
-
hasMetadata
Boolean hasMetadata() -
withNewMetadata
V1EvictionFluent.MetadataNested<A> withNewMetadata() -
withNewMetadataLike
V1EvictionFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) -
editMetadata
V1EvictionFluent.MetadataNested<A> editMetadata() -
editOrNewMetadata
V1EvictionFluent.MetadataNested<A> editOrNewMetadata() -
editOrNewMetadataLike
V1EvictionFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
-