|
container
v1
|
#include <binary_authorization.h>
Public Member Functions | |
| BinaryAuthorization (const Json::Value &storage) | |
| BinaryAuthorization (Json::Value *storage) | |
| virtual | ~BinaryAuthorization () |
| const StringPiece | GetTypeName () const |
| bool | has_enabled () const |
| void | clear_enabled () |
| bool | get_enabled () const |
| void | set_enabled (bool value) |
Static Public Member Functions | |
| static BinaryAuthorization * | New () |
Configuration for Binary Authorization.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'enabled' attribute.
|
inline |
Get the value of the 'enabled' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'enabled' attribute was set.
enabled' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'enabled' attribute.
Enable Binary Authorization for this cluster. If enabled, all container images will be validated by Binary Authorization.
| [in] | value | The new value. |