Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
List<V1ManagedFieldsEntry> |
V1ObjectMetaFluent.buildManagedFields() |
List<V1ManagedFieldsEntry> |
V1ObjectMetaFluentImpl.buildManagedFields() |
List<V1ManagedFieldsEntry> |
V1ObjectMetaFluent.getManagedFields()
Deprecated.
|
List<V1ManagedFieldsEntry> |
V1ObjectMetaFluentImpl.getManagedFields()
Deprecated.
|
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 |
---|---|
A |
V1ObjectMetaFluent.addAllToManagedFields(Collection<V1ManagedFieldsEntry> items) |
A |
V1ObjectMetaFluentImpl.addAllToManagedFields(Collection<V1ManagedFieldsEntry> items) |
V1ObjectMeta |
V1ObjectMeta.managedFields(List<V1ManagedFieldsEntry> managedFields) |
A |
V1ObjectMetaFluent.removeAllFromManagedFields(Collection<V1ManagedFieldsEntry> items) |
A |
V1ObjectMetaFluentImpl.removeAllFromManagedFields(Collection<V1ManagedFieldsEntry> items) |
void |
V1ObjectMeta.setManagedFields(List<V1ManagedFieldsEntry> managedFields) |
A |
V1ObjectMetaFluent.withManagedFields(List<V1ManagedFieldsEntry> managedFields) |
A |
V1ObjectMetaFluentImpl.withManagedFields(List<V1ManagedFieldsEntry> managedFields) |
Constructor and Description |
---|
V1ManagedFieldsEntryBuilder(V1ManagedFieldsEntry instance) |
V1ManagedFieldsEntryBuilder(V1ManagedFieldsEntry instance,
Boolean validationEnabled) |
V1ManagedFieldsEntryBuilder(V1ManagedFieldsEntryFluent<?> fluent,
V1ManagedFieldsEntry instance) |
V1ManagedFieldsEntryBuilder(V1ManagedFieldsEntryFluent<?> fluent,
V1ManagedFieldsEntry instance,
Boolean validationEnabled) |
V1ManagedFieldsEntryFluentImpl(V1ManagedFieldsEntry instance) |
Copyright © 2020. All rights reserved.