Class V1ObjectMetaFluentImpl<A extends V1ObjectMetaFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ObjectMetaFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ObjectMetaFluent<A>
- Direct Known Subclasses:
V1ObjectMetaBuilder
public class V1ObjectMetaFluentImpl<A extends V1ObjectMetaFluent<A>>
extends BaseFluent<A>
implements V1ObjectMetaFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ObjectMetaFluent
V1ObjectMetaFluent.ManagedFieldsNested<N>, V1ObjectMetaFluent.OwnerReferencesNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ObjectMetaFluentImpl
(io.kubernetes.client.openapi.models.V1ObjectMeta instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToFinalizers
(Collection<String> items) addAllToManagedFields
(Collection<io.kubernetes.client.openapi.models.V1ManagedFieldsEntry> items) addAllToOwnerReferences
(Collection<io.kubernetes.client.openapi.models.V1OwnerReference> items) addNewManagedFieldLike
(io.kubernetes.client.openapi.models.V1ManagedFieldsEntry item) addNewOwnerReferenceLike
(io.kubernetes.client.openapi.models.V1OwnerReference item) addToAnnotations
(String key, String value) addToAnnotations
(Map<String, String> map) addToFinalizers
(Integer index, String item) addToFinalizers
(String... items) addToLabels
(String key, String value) addToLabels
(Map<String, String> map) addToManagedFields
(io.kubernetes.client.openapi.models.V1ManagedFieldsEntry... items) addToManagedFields
(Integer index, io.kubernetes.client.openapi.models.V1ManagedFieldsEntry item) addToOwnerReferences
(io.kubernetes.client.openapi.models.V1OwnerReference... items) addToOwnerReferences
(Integer index, io.kubernetes.client.openapi.models.V1OwnerReference item) io.kubernetes.client.openapi.models.V1ManagedFieldsEntry
io.kubernetes.client.openapi.models.V1OwnerReference
io.kubernetes.client.openapi.models.V1ManagedFieldsEntry
io.kubernetes.client.openapi.models.V1OwnerReference
io.kubernetes.client.openapi.models.V1ManagedFieldsEntry
buildManagedField
(Integer index) List<io.kubernetes.client.openapi.models.V1ManagedFieldsEntry>
io.kubernetes.client.openapi.models.V1ManagedFieldsEntry
io.kubernetes.client.openapi.models.V1OwnerReference
io.kubernetes.client.openapi.models.V1OwnerReference
buildOwnerReference
(Integer index) List<io.kubernetes.client.openapi.models.V1OwnerReference>
editManagedField
(Integer index) editOwnerReference
(Integer index) boolean
getFinalizer
(Integer index) List<io.kubernetes.client.openapi.models.V1ManagedFieldsEntry>
Deprecated.getMatchingFinalizer
(Predicate<String> predicate) getName()
List<io.kubernetes.client.openapi.models.V1OwnerReference>
Deprecated.getUid()
int
hashCode()
hasMatchingFinalizer
(Predicate<String> predicate) hasName()
hasUid()
removeAllFromFinalizers
(Collection<String> items) removeAllFromManagedFields
(Collection<io.kubernetes.client.openapi.models.V1ManagedFieldsEntry> items) removeAllFromOwnerReferences
(Collection<io.kubernetes.client.openapi.models.V1OwnerReference> items) removeFromAnnotations
(Map<String, String> map) removeFromFinalizers
(String... items) removeFromLabels
(String key) removeFromLabels
(Map<String, String> map) removeFromManagedFields
(io.kubernetes.client.openapi.models.V1ManagedFieldsEntry... items) removeFromOwnerReferences
(io.kubernetes.client.openapi.models.V1OwnerReference... items) setNewManagedFieldLike
(Integer index, io.kubernetes.client.openapi.models.V1ManagedFieldsEntry item) setNewOwnerReferenceLike
(Integer index, io.kubernetes.client.openapi.models.V1OwnerReference item) setToFinalizers
(Integer index, String item) setToManagedFields
(Integer index, io.kubernetes.client.openapi.models.V1ManagedFieldsEntry item) setToOwnerReferences
(Integer index, io.kubernetes.client.openapi.models.V1OwnerReference item) toString()
<K,
V> A withAnnotations
(Map<String, String> annotations) withCreationTimestamp
(OffsetDateTime creationTimestamp) withDeletionGracePeriodSeconds
(Long deletionGracePeriodSeconds) withDeletionTimestamp
(OffsetDateTime deletionTimestamp) withFinalizers
(String... finalizers) withFinalizers
(List<String> finalizers) withGenerateName
(String generateName) withGeneration
(Long generation) <K,
V> A withLabels
(Map<String, String> labels) withManagedFields
(io.kubernetes.client.openapi.models.V1ManagedFieldsEntry... managedFields) withManagedFields
(List<io.kubernetes.client.openapi.models.V1ManagedFieldsEntry> managedFields) withNamespace
(String namespace) withOwnerReferences
(io.kubernetes.client.openapi.models.V1OwnerReference... ownerReferences) withOwnerReferences
(List<io.kubernetes.client.openapi.models.V1OwnerReference> ownerReferences) withResourceVersion
(String resourceVersion) withSelfLink
(String selfLink) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ObjectMetaFluentImpl
public V1ObjectMetaFluentImpl() -
V1ObjectMetaFluentImpl
public V1ObjectMetaFluentImpl(io.kubernetes.client.openapi.models.V1ObjectMeta instance)
-
-
Method Details
-
addToAnnotations
- Specified by:
addToAnnotations
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addToAnnotations
- Specified by:
addToAnnotations
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
removeFromAnnotations
- Specified by:
removeFromAnnotations
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
removeFromAnnotations
- Specified by:
removeFromAnnotations
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getAnnotations
- Specified by:
getAnnotations
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withAnnotations
- Specified by:
withAnnotations
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasAnnotations
- Specified by:
hasAnnotations
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getCreationTimestamp
- Specified by:
getCreationTimestamp
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withCreationTimestamp
- Specified by:
withCreationTimestamp
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasCreationTimestamp
- Specified by:
hasCreationTimestamp
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getDeletionGracePeriodSeconds
- Specified by:
getDeletionGracePeriodSeconds
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withDeletionGracePeriodSeconds
- Specified by:
withDeletionGracePeriodSeconds
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasDeletionGracePeriodSeconds
- Specified by:
hasDeletionGracePeriodSeconds
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getDeletionTimestamp
- Specified by:
getDeletionTimestamp
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withDeletionTimestamp
- Specified by:
withDeletionTimestamp
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasDeletionTimestamp
- Specified by:
hasDeletionTimestamp
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addToFinalizers
- Specified by:
addToFinalizers
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
setToFinalizers
- Specified by:
setToFinalizers
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addToFinalizers
- Specified by:
addToFinalizers
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addAllToFinalizers
- Specified by:
addAllToFinalizers
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
removeFromFinalizers
- Specified by:
removeFromFinalizers
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
removeAllFromFinalizers
- Specified by:
removeAllFromFinalizers
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getFinalizers
- Specified by:
getFinalizers
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getFinalizer
- Specified by:
getFinalizer
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getFirstFinalizer
- Specified by:
getFirstFinalizer
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getLastFinalizer
- Specified by:
getLastFinalizer
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getMatchingFinalizer
- Specified by:
getMatchingFinalizer
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasMatchingFinalizer
- Specified by:
hasMatchingFinalizer
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withFinalizers
- Specified by:
withFinalizers
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withFinalizers
- Specified by:
withFinalizers
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasFinalizers
- Specified by:
hasFinalizers
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getGenerateName
- Specified by:
getGenerateName
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withGenerateName
- Specified by:
withGenerateName
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasGenerateName
- Specified by:
hasGenerateName
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getGeneration
- Specified by:
getGeneration
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withGeneration
- Specified by:
withGeneration
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasGeneration
- Specified by:
hasGeneration
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addToLabels
- Specified by:
addToLabels
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addToLabels
- Specified by:
addToLabels
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
removeFromLabels
- Specified by:
removeFromLabels
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
removeFromLabels
- Specified by:
removeFromLabels
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getLabels
- Specified by:
getLabels
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withLabels
- Specified by:
withLabels
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasLabels
- Specified by:
hasLabels
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addToManagedFields
public A addToManagedFields(Integer index, io.kubernetes.client.openapi.models.V1ManagedFieldsEntry item) - Specified by:
addToManagedFields
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
setToManagedFields
public A setToManagedFields(Integer index, io.kubernetes.client.openapi.models.V1ManagedFieldsEntry item) - Specified by:
setToManagedFields
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addToManagedFields
- Specified by:
addToManagedFields
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addAllToManagedFields
public A addAllToManagedFields(Collection<io.kubernetes.client.openapi.models.V1ManagedFieldsEntry> items) - Specified by:
addAllToManagedFields
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
removeFromManagedFields
- Specified by:
removeFromManagedFields
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
removeAllFromManagedFields
public A removeAllFromManagedFields(Collection<io.kubernetes.client.openapi.models.V1ManagedFieldsEntry> items) - Specified by:
removeAllFromManagedFields
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
removeMatchingFromManagedFields
- Specified by:
removeMatchingFromManagedFields
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getManagedFields
@Deprecated public List<io.kubernetes.client.openapi.models.V1ManagedFieldsEntry> getManagedFields()Deprecated.This method has been deprecated, please use method buildManagedFields instead.- Specified by:
getManagedFields
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
- Returns:
- The buildable object.
-
buildManagedFields
- Specified by:
buildManagedFields
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
buildManagedField
- Specified by:
buildManagedField
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
buildFirstManagedField
public io.kubernetes.client.openapi.models.V1ManagedFieldsEntry buildFirstManagedField()- Specified by:
buildFirstManagedField
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
buildLastManagedField
public io.kubernetes.client.openapi.models.V1ManagedFieldsEntry buildLastManagedField()- Specified by:
buildLastManagedField
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
buildMatchingManagedField
public io.kubernetes.client.openapi.models.V1ManagedFieldsEntry buildMatchingManagedField(Predicate<V1ManagedFieldsEntryBuilder> predicate) - Specified by:
buildMatchingManagedField
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasMatchingManagedField
- Specified by:
hasMatchingManagedField
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withManagedFields
public A withManagedFields(List<io.kubernetes.client.openapi.models.V1ManagedFieldsEntry> managedFields) - Specified by:
withManagedFields
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withManagedFields
public A withManagedFields(io.kubernetes.client.openapi.models.V1ManagedFieldsEntry... managedFields) - Specified by:
withManagedFields
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasManagedFields
- Specified by:
hasManagedFields
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addNewManagedField
- Specified by:
addNewManagedField
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addNewManagedFieldLike
public V1ObjectMetaFluent.ManagedFieldsNested<A> addNewManagedFieldLike(io.kubernetes.client.openapi.models.V1ManagedFieldsEntry item) - Specified by:
addNewManagedFieldLike
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
setNewManagedFieldLike
public V1ObjectMetaFluent.ManagedFieldsNested<A> setNewManagedFieldLike(Integer index, io.kubernetes.client.openapi.models.V1ManagedFieldsEntry item) - Specified by:
setNewManagedFieldLike
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
editManagedField
- Specified by:
editManagedField
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
editFirstManagedField
- Specified by:
editFirstManagedField
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
editLastManagedField
- Specified by:
editLastManagedField
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
editMatchingManagedField
public V1ObjectMetaFluent.ManagedFieldsNested<A> editMatchingManagedField(Predicate<V1ManagedFieldsEntryBuilder> predicate) - Specified by:
editMatchingManagedField
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getName
- Specified by:
getName
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withName
- Specified by:
withName
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getNamespace
- Specified by:
getNamespace
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withNamespace
- Specified by:
withNamespace
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasNamespace
- Specified by:
hasNamespace
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addToOwnerReferences
public A addToOwnerReferences(Integer index, io.kubernetes.client.openapi.models.V1OwnerReference item) - Specified by:
addToOwnerReferences
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
setToOwnerReferences
public A setToOwnerReferences(Integer index, io.kubernetes.client.openapi.models.V1OwnerReference item) - Specified by:
setToOwnerReferences
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addToOwnerReferences
- Specified by:
addToOwnerReferences
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addAllToOwnerReferences
public A addAllToOwnerReferences(Collection<io.kubernetes.client.openapi.models.V1OwnerReference> items) - Specified by:
addAllToOwnerReferences
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
removeFromOwnerReferences
- Specified by:
removeFromOwnerReferences
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
removeAllFromOwnerReferences
public A removeAllFromOwnerReferences(Collection<io.kubernetes.client.openapi.models.V1OwnerReference> items) - Specified by:
removeAllFromOwnerReferences
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
removeMatchingFromOwnerReferences
- Specified by:
removeMatchingFromOwnerReferences
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getOwnerReferences
Deprecated.This method has been deprecated, please use method buildOwnerReferences instead.- Specified by:
getOwnerReferences
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
- Returns:
- The buildable object.
-
buildOwnerReferences
- Specified by:
buildOwnerReferences
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
buildOwnerReference
- Specified by:
buildOwnerReference
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
buildFirstOwnerReference
public io.kubernetes.client.openapi.models.V1OwnerReference buildFirstOwnerReference()- Specified by:
buildFirstOwnerReference
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
buildLastOwnerReference
public io.kubernetes.client.openapi.models.V1OwnerReference buildLastOwnerReference()- Specified by:
buildLastOwnerReference
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
buildMatchingOwnerReference
public io.kubernetes.client.openapi.models.V1OwnerReference buildMatchingOwnerReference(Predicate<V1OwnerReferenceBuilder> predicate) - Specified by:
buildMatchingOwnerReference
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasMatchingOwnerReference
- Specified by:
hasMatchingOwnerReference
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withOwnerReferences
public A withOwnerReferences(List<io.kubernetes.client.openapi.models.V1OwnerReference> ownerReferences) - Specified by:
withOwnerReferences
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withOwnerReferences
public A withOwnerReferences(io.kubernetes.client.openapi.models.V1OwnerReference... ownerReferences) - Specified by:
withOwnerReferences
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasOwnerReferences
- Specified by:
hasOwnerReferences
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addNewOwnerReference
- Specified by:
addNewOwnerReference
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
addNewOwnerReferenceLike
public V1ObjectMetaFluent.OwnerReferencesNested<A> addNewOwnerReferenceLike(io.kubernetes.client.openapi.models.V1OwnerReference item) - Specified by:
addNewOwnerReferenceLike
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
setNewOwnerReferenceLike
public V1ObjectMetaFluent.OwnerReferencesNested<A> setNewOwnerReferenceLike(Integer index, io.kubernetes.client.openapi.models.V1OwnerReference item) - Specified by:
setNewOwnerReferenceLike
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
editOwnerReference
- Specified by:
editOwnerReference
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
editFirstOwnerReference
- Specified by:
editFirstOwnerReference
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
editLastOwnerReference
- Specified by:
editLastOwnerReference
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
editMatchingOwnerReference
public V1ObjectMetaFluent.OwnerReferencesNested<A> editMatchingOwnerReference(Predicate<V1OwnerReferenceBuilder> predicate) - Specified by:
editMatchingOwnerReference
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getResourceVersion
- Specified by:
getResourceVersion
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withResourceVersion
- Specified by:
withResourceVersion
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasResourceVersion
- Specified by:
hasResourceVersion
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getSelfLink
- Specified by:
getSelfLink
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withSelfLink
- Specified by:
withSelfLink
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasSelfLink
- Specified by:
hasSelfLink
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
getUid
- Specified by:
getUid
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
withUid
- Specified by:
withUid
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
hasUid
- Specified by:
hasUid
in interfaceV1ObjectMetaFluent<A extends V1ObjectMetaFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ObjectMetaFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ObjectMetaFluent<A>>
-
toString
-