Uses of Interface
org.cdk8s.plus25.k8s.ManagedFieldsEntry
-
Packages that use ManagedFieldsEntry Package Description org.cdk8s.plus25.k8s -
-
Uses of ManagedFieldsEntry in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement ManagedFieldsEntry Modifier and Type Class Description static classManagedFieldsEntry.Jsii$ProxyAn implementation forManagedFieldsEntryMethods in org.cdk8s.plus25.k8s that return ManagedFieldsEntry Modifier and Type Method Description ManagedFieldsEntryManagedFieldsEntry.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type ManagedFieldsEntry Modifier and Type Method Description default List<ManagedFieldsEntry>ObjectMeta. getManagedFields()ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow.List<ManagedFieldsEntry>ObjectMeta.Jsii$Proxy. getManagedFields()Method parameters in org.cdk8s.plus25.k8s with type arguments of type ManagedFieldsEntry Modifier and Type Method Description ObjectMeta.BuilderObjectMeta.Builder. managedFields(List<? extends ManagedFieldsEntry> managedFields)Sets the value ofObjectMeta.getManagedFields()
-