| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1ManagedFieldsEntry |
V1ManagedFieldsEntry.apiVersion(String apiVersion) |
V1ManagedFieldsEntry |
V1ManagedFieldsEntry.fieldsType(String fieldsType) |
V1ManagedFieldsEntry |
V1ManagedFieldsEntry.fieldsV1(Object fieldsV1) |
V1ManagedFieldsEntry |
V1ManagedFieldsEntry.manager(String manager) |
V1ManagedFieldsEntry |
V1ManagedFieldsEntry.operation(String operation) |
V1ManagedFieldsEntry |
V1ManagedFieldsEntry.time(OffsetDateTime time) |
| Modifier and Type | Method and Description |
|---|---|
List<V1ManagedFieldsEntry> |
V1ObjectMeta.getManagedFields()
ManagedFields maps workflow-id and version to the set of fields that are managed by that
workflow.
|
| Modifier and Type | Method and Description |
|---|---|
V1ObjectMeta |
V1ObjectMeta.addManagedFieldsItem(V1ManagedFieldsEntry managedFieldsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1ObjectMeta |
V1ObjectMeta.managedFields(List<V1ManagedFieldsEntry> managedFields) |
void |
V1ObjectMeta.setManagedFields(List<V1ManagedFieldsEntry> managedFields) |
Copyright © 2021. All rights reserved.