Apt patching is completed by executing
apt-get update && apt-get upgrade. Additional options can be set
to control how this is executed.
Attributes
Name
Description
type
.gco_patch_jobs.AptSettings.Type
By changing the type to DIST, the patching is performed
using apt-get dist-upgrade instead.
excludes
Sequence[str]
List of packages to exclude from update.
These packages will be excluded
exclusive_packages
Sequence[str]
An exclusive list of packages to be updated.
These are the only packages that will be
updated. If these packages are not installed,
they will be ignored. This field cannot be
specified with any other patch configuration
fields.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[],[]]