Class CoreV1EventFluentImpl<A extends CoreV1EventFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.CoreV1EventFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,CoreV1EventFluent<A>
- Direct Known Subclasses:
CoreV1EventBuilder
public class CoreV1EventFluentImpl<A extends CoreV1EventFluent<A>>
extends BaseFluent<A>
implements CoreV1EventFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.CoreV1EventFluent
CoreV1EventFluent.InvolvedObjectNested<N>, CoreV1EventFluent.MetadataNested<N>, CoreV1EventFluent.RelatedNested<N>, CoreV1EventFluent.SeriesNested<N>, CoreV1EventFluent.SourceNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionCoreV1EventFluentImpl
(io.kubernetes.client.openapi.models.CoreV1Event instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ObjectReference
io.kubernetes.client.openapi.models.V1ObjectMeta
io.kubernetes.client.openapi.models.V1ObjectReference
io.kubernetes.client.openapi.models.CoreV1EventSeries
io.kubernetes.client.openapi.models.V1EventSource
editOrNewInvolvedObjectLike
(io.kubernetes.client.openapi.models.V1ObjectReference item) editOrNewMetadataLike
(io.kubernetes.client.openapi.models.V1ObjectMeta item) editOrNewRelatedLike
(io.kubernetes.client.openapi.models.V1ObjectReference item) editOrNewSeriesLike
(io.kubernetes.client.openapi.models.CoreV1EventSeries item) editOrNewSourceLike
(io.kubernetes.client.openapi.models.V1EventSource item) boolean
getCount()
io.kubernetes.client.openapi.models.V1ObjectReference
Deprecated.getKind()
io.kubernetes.client.openapi.models.V1ObjectMeta
Deprecated.io.kubernetes.client.openapi.models.V1ObjectReference
Deprecated.io.kubernetes.client.openapi.models.CoreV1EventSeries
Deprecated.io.kubernetes.client.openapi.models.V1EventSource
Deprecated.getType()
hasCount()
int
hashCode()
hasKind()
hasType()
toString()
withAction
(String action) withApiVersion
(String apiVersion) withEventTime
(OffsetDateTime eventTime) withFirstTimestamp
(OffsetDateTime firstTimestamp) withInvolvedObject
(io.kubernetes.client.openapi.models.V1ObjectReference involvedObject) withLastTimestamp
(OffsetDateTime lastTimestamp) withMessage
(String message) withMetadata
(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) withNewInvolvedObjectLike
(io.kubernetes.client.openapi.models.V1ObjectReference item) withNewMetadataLike
(io.kubernetes.client.openapi.models.V1ObjectMeta item) withNewRelatedLike
(io.kubernetes.client.openapi.models.V1ObjectReference item) withNewSeriesLike
(io.kubernetes.client.openapi.models.CoreV1EventSeries item) withNewSourceLike
(io.kubernetes.client.openapi.models.V1EventSource item) withReason
(String reason) withRelated
(io.kubernetes.client.openapi.models.V1ObjectReference related) withReportingComponent
(String reportingComponent) withReportingInstance
(String reportingInstance) withSeries
(io.kubernetes.client.openapi.models.CoreV1EventSeries series) withSource
(io.kubernetes.client.openapi.models.V1EventSource source) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
CoreV1EventFluentImpl
public CoreV1EventFluentImpl() -
CoreV1EventFluentImpl
public CoreV1EventFluentImpl(io.kubernetes.client.openapi.models.CoreV1Event instance)
-
-
Method Details
-
getAction
- Specified by:
getAction
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withAction
- Specified by:
withAction
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasAction
- Specified by:
hasAction
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getApiVersion
- Specified by:
getApiVersion
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getCount
- Specified by:
getCount
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withCount
- Specified by:
withCount
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasCount
- Specified by:
hasCount
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getEventTime
- Specified by:
getEventTime
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withEventTime
- Specified by:
withEventTime
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasEventTime
- Specified by:
hasEventTime
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getFirstTimestamp
- Specified by:
getFirstTimestamp
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withFirstTimestamp
- Specified by:
withFirstTimestamp
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasFirstTimestamp
- Specified by:
hasFirstTimestamp
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getInvolvedObject
Deprecated.This method has been deprecated, please use method buildInvolvedObject instead.- Specified by:
getInvolvedObject
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
- Returns:
- The buildable object.
-
buildInvolvedObject
public io.kubernetes.client.openapi.models.V1ObjectReference buildInvolvedObject()- Specified by:
buildInvolvedObject
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withInvolvedObject
- Specified by:
withInvolvedObject
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasInvolvedObject
- Specified by:
hasInvolvedObject
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withNewInvolvedObject
- Specified by:
withNewInvolvedObject
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withNewInvolvedObjectLike
public CoreV1EventFluent.InvolvedObjectNested<A> withNewInvolvedObjectLike(io.kubernetes.client.openapi.models.V1ObjectReference item) - Specified by:
withNewInvolvedObjectLike
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editInvolvedObject
- Specified by:
editInvolvedObject
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editOrNewInvolvedObject
- Specified by:
editOrNewInvolvedObject
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editOrNewInvolvedObjectLike
public CoreV1EventFluent.InvolvedObjectNested<A> editOrNewInvolvedObjectLike(io.kubernetes.client.openapi.models.V1ObjectReference item) - Specified by:
editOrNewInvolvedObjectLike
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getLastTimestamp
- Specified by:
getLastTimestamp
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withLastTimestamp
- Specified by:
withLastTimestamp
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasLastTimestamp
- Specified by:
hasLastTimestamp
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getMessage
- Specified by:
getMessage
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withMessage
- Specified by:
withMessage
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasMessage
- Specified by:
hasMessage
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadata
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
- Returns:
- The buildable object.
-
buildMetadata
public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()- Specified by:
buildMetadata
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withMetadata
- Specified by:
withMetadata
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasMetadata
- Specified by:
hasMetadata
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadata
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withNewMetadataLike
public CoreV1EventFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
withNewMetadataLike
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editMetadata
- Specified by:
editMetadata
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadata
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editOrNewMetadataLike
public CoreV1EventFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
editOrNewMetadataLike
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getReason
- Specified by:
getReason
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withReason
- Specified by:
withReason
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasReason
- Specified by:
hasReason
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getRelated
Deprecated.This method has been deprecated, please use method buildRelated instead.- Specified by:
getRelated
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
- Returns:
- The buildable object.
-
buildRelated
public io.kubernetes.client.openapi.models.V1ObjectReference buildRelated()- Specified by:
buildRelated
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withRelated
- Specified by:
withRelated
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasRelated
- Specified by:
hasRelated
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withNewRelated
- Specified by:
withNewRelated
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withNewRelatedLike
public CoreV1EventFluent.RelatedNested<A> withNewRelatedLike(io.kubernetes.client.openapi.models.V1ObjectReference item) - Specified by:
withNewRelatedLike
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editRelated
- Specified by:
editRelated
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editOrNewRelated
- Specified by:
editOrNewRelated
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editOrNewRelatedLike
public CoreV1EventFluent.RelatedNested<A> editOrNewRelatedLike(io.kubernetes.client.openapi.models.V1ObjectReference item) - Specified by:
editOrNewRelatedLike
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getReportingComponent
- Specified by:
getReportingComponent
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withReportingComponent
- Specified by:
withReportingComponent
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasReportingComponent
- Specified by:
hasReportingComponent
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getReportingInstance
- Specified by:
getReportingInstance
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withReportingInstance
- Specified by:
withReportingInstance
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasReportingInstance
- Specified by:
hasReportingInstance
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getSeries
Deprecated.This method has been deprecated, please use method buildSeries instead.- Specified by:
getSeries
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
- Returns:
- The buildable object.
-
buildSeries
public io.kubernetes.client.openapi.models.CoreV1EventSeries buildSeries()- Specified by:
buildSeries
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withSeries
- Specified by:
withSeries
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasSeries
- Specified by:
hasSeries
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withNewSeries
- Specified by:
withNewSeries
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withNewSeriesLike
public CoreV1EventFluent.SeriesNested<A> withNewSeriesLike(io.kubernetes.client.openapi.models.CoreV1EventSeries item) - Specified by:
withNewSeriesLike
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editSeries
- Specified by:
editSeries
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editOrNewSeries
- Specified by:
editOrNewSeries
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editOrNewSeriesLike
public CoreV1EventFluent.SeriesNested<A> editOrNewSeriesLike(io.kubernetes.client.openapi.models.CoreV1EventSeries item) - Specified by:
editOrNewSeriesLike
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getSource
Deprecated.This method has been deprecated, please use method buildSource instead.- Specified by:
getSource
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
- Returns:
- The buildable object.
-
buildSource
public io.kubernetes.client.openapi.models.V1EventSource buildSource()- Specified by:
buildSource
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withSource
- Specified by:
withSource
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasSource
- Specified by:
hasSource
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withNewSource
- Specified by:
withNewSource
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withNewSourceLike
public CoreV1EventFluent.SourceNested<A> withNewSourceLike(io.kubernetes.client.openapi.models.V1EventSource item) - Specified by:
withNewSourceLike
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editSource
- Specified by:
editSource
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editOrNewSource
- Specified by:
editOrNewSource
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
editOrNewSourceLike
public CoreV1EventFluent.SourceNested<A> editOrNewSourceLike(io.kubernetes.client.openapi.models.V1EventSource item) - Specified by:
editOrNewSourceLike
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
getType
- Specified by:
getType
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
withType
- Specified by:
withType
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceCoreV1EventFluent<A extends CoreV1EventFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends CoreV1EventFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends CoreV1EventFluent<A>>
-
toString
-