Uses of Class
io.fabric8.kubernetes.api.model.FieldsV1
-
Packages that use FieldsV1 Package Description io.fabric8.kubernetes.api.model -
-
Uses of FieldsV1 in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return FieldsV1 Modifier and Type Method Description FieldsV1FieldsV1Builder. build()FieldsV1ManagedFieldsEntryFluent. buildFieldsV1()FieldsV1ManagedFieldsEntry. getFieldsV1()ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.Methods in io.fabric8.kubernetes.api.model with parameters of type FieldsV1 Modifier and Type Method Description protected voidFieldsV1Fluent. copyInstance(FieldsV1 instance)ManagedFieldsEntryFluent.FieldsV1Nested<A>ManagedFieldsEntryFluent. editOrNewFieldsV1Like(FieldsV1 item)voidManagedFieldsEntry. setFieldsV1(FieldsV1 fieldsV1)ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.AManagedFieldsEntryFluent. withFieldsV1(FieldsV1 fieldsV1)ManagedFieldsEntryFluent.FieldsV1Nested<A>ManagedFieldsEntryFluent. withNewFieldsV1Like(FieldsV1 item)Constructors in io.fabric8.kubernetes.api.model with parameters of type FieldsV1 Constructor Description FieldsV1Builder(FieldsV1 instance)FieldsV1Builder(FieldsV1Fluent<?> fluent, FieldsV1 instance)FieldsV1Fluent(FieldsV1 instance)ManagedFieldsEntry(String apiVersion, String fieldsType, FieldsV1 fieldsV1, String manager, String operation, String subresource, String time)
-