Class V1EvictionFluentImpl<A extends V1EvictionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1EvictionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1EvictionFluent<A>
- Direct Known Subclasses:
V1EvictionBuilder
public class V1EvictionFluentImpl<A extends V1EvictionFluent<A>>
extends BaseFluent<A>
implements V1EvictionFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1EvictionFluent
V1EvictionFluent.DeleteOptionsNested<N>, V1EvictionFluent.MetadataNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1EvictionFluentImpl
(io.kubernetes.client.openapi.models.V1Eviction instance) -
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) boolean
io.kubernetes.client.openapi.models.V1DeleteOptions
Deprecated.getKind()
io.kubernetes.client.openapi.models.V1ObjectMeta
Deprecated.int
hashCode()
hasKind()
toString()
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) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1EvictionFluentImpl
public V1EvictionFluentImpl() -
V1EvictionFluentImpl
public V1EvictionFluentImpl(io.kubernetes.client.openapi.models.V1Eviction instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersion
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
getDeleteOptions
Deprecated.This method has been deprecated, please use method buildDeleteOptions instead.- Specified by:
getDeleteOptions
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
- Returns:
- The buildable object.
-
buildDeleteOptions
public io.kubernetes.client.openapi.models.V1DeleteOptions buildDeleteOptions()- Specified by:
buildDeleteOptions
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
withDeleteOptions
- Specified by:
withDeleteOptions
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
hasDeleteOptions
- Specified by:
hasDeleteOptions
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
withNewDeleteOptions
- Specified by:
withNewDeleteOptions
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
withNewDeleteOptionsLike
public V1EvictionFluent.DeleteOptionsNested<A> withNewDeleteOptionsLike(io.kubernetes.client.openapi.models.V1DeleteOptions item) - Specified by:
withNewDeleteOptionsLike
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
editDeleteOptions
- Specified by:
editDeleteOptions
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
editOrNewDeleteOptions
- Specified by:
editOrNewDeleteOptions
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
editOrNewDeleteOptionsLike
public V1EvictionFluent.DeleteOptionsNested<A> editOrNewDeleteOptionsLike(io.kubernetes.client.openapi.models.V1DeleteOptions item) - Specified by:
editOrNewDeleteOptionsLike
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadata
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
- Returns:
- The buildable object.
-
buildMetadata
public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()- Specified by:
buildMetadata
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
withMetadata
- Specified by:
withMetadata
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
hasMetadata
- Specified by:
hasMetadata
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadata
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
withNewMetadataLike
public V1EvictionFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
withNewMetadataLike
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
editMetadata
- Specified by:
editMetadata
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadata
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
editOrNewMetadataLike
public V1EvictionFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
editOrNewMetadataLike
in interfaceV1EvictionFluent<A extends V1EvictionFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1EvictionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1EvictionFluent<A>>
-
toString
-