public sealed class BinaryAuthorization : IMessage<BinaryAuthorization>, IEquatable<BinaryAuthorization>, IDeepCloneable<BinaryAuthorization>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class BinaryAuthorization.
This field is deprecated. Leave this unset and instead configure
BinaryAuthorization using evaluation_mode. If evaluation_mode is set to
anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
[[["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."],[[["The content provides documentation for the `BinaryAuthorization` class within the Google Kubernetes Engine v1 API, with version 3.10.0 being the primary focus, while also listing older versions."],["The `BinaryAuthorization` class is used for configuring Binary Authorization, which is designed for controlling what container images are allowed to be run."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with the Google Protocol Buffers library."],["The documentation includes details on the class's constructors, like the default constructor `BinaryAuthorization()` and one that takes another `BinaryAuthorization` object as a parameter."],["It outlines key properties of the class, notably the deprecated `Enabled` boolean and the current `EvaluationMode` property, which determines how Binary Authorization policies are evaluated."]]],[]]