Uses of Class
io.kubernetes.client.openapi.models.V1Mutation
Packages that use V1Mutation
-
Uses of V1Mutation in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1MutationModifier and TypeMethodDescriptionV1Mutation.applyConfiguration(V1ApplyConfiguration applyConfiguration) static V1MutationCreate an instance of V1Mutation given an JSON stringV1Mutation.jsonPatch(V1JSONPatch jsonPatch) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1MutationModifier and TypeMethodDescriptionV1MutatingAdmissionPolicySpec.getMutations()mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy.Methods in io.kubernetes.client.openapi.models with parameters of type V1MutationModifier and TypeMethodDescriptionV1MutatingAdmissionPolicySpec.addMutationsItem(V1Mutation mutationsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1MutationModifier and TypeMethodDescriptionV1MutatingAdmissionPolicySpec.mutations(List<V1Mutation> mutations) voidV1MutatingAdmissionPolicySpec.setMutations(List<V1Mutation> mutations)