Uses of Class
io.kubernetes.client.openapi.models.V1ManagedFieldsEntry
Packages that use V1ManagedFieldsEntry
-
Uses of V1ManagedFieldsEntry in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ManagedFieldsEntryModifier and TypeMethodDescriptionV1ManagedFieldsEntry.apiVersion(String apiVersion) V1ManagedFieldsEntry.fieldsType(String fieldsType) V1ManagedFieldsEntry.subresource(String subresource) V1ManagedFieldsEntry.time(OffsetDateTime time) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ManagedFieldsEntryModifier and TypeMethodDescriptionV1ObjectMeta.getManagedFields()ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow.Methods in io.kubernetes.client.openapi.models with parameters of type V1ManagedFieldsEntryModifier and TypeMethodDescriptionV1ObjectMeta.addManagedFieldsItem(V1ManagedFieldsEntry managedFieldsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ManagedFieldsEntryModifier and TypeMethodDescriptionV1ObjectMeta.managedFields(List<V1ManagedFieldsEntry> managedFields) voidV1ObjectMeta.setManagedFields(List<V1ManagedFieldsEntry> managedFields)