public sealed class MaintenancePolicy : IMessage<MaintenancePolicy>, IEquatable<MaintenancePolicy>, IDeepCloneable<MaintenancePolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class MaintenancePolicy.
MaintenancePolicy defines the maintenance policy to be used for the cluster.
A hash identifying the version of this policy, so that updates to fields of
the policy won't accidentally undo intermediate changes (and so that users
of the API unaware of some fields won't accidentally remove other fields).
Make a get() request to the cluster to get the current
resource version and include it with requests to set the policy.
[[["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 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `MaintenancePolicy` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, spanning versions from 2.3.0 up to the latest version 3.33.0."],["The `MaintenancePolicy` class, part of the `Google.Cloud.Container.V1` namespace, is utilized to define and manage the maintenance schedule for a Kubernetes cluster."],["The class is implemented as a sealed class that inherits from the base `object` class, while also implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `MaintenancePolicy` class include `ResourceVersion`, which is a string used to manage policy updates, and `Window`, of type `MaintenanceWindow`, which defines the timeframes allowed for maintenance activities."],["The documentation highlights two constructors, the default `MaintenancePolicy()` and an overload `MaintenancePolicy(MaintenancePolicy other)`, which allows creating a new instance based on an existing one."]]],[]]