|
container
v1
|
#include <kubernetes_dashboard.h>
Public Member Functions | |
| KubernetesDashboard (const Json::Value &storage) | |
| KubernetesDashboard (Json::Value *storage) | |
| virtual | ~KubernetesDashboard () |
| const StringPiece | GetTypeName () const |
| bool | has_disabled () const |
| void | clear_disabled () |
| bool | get_disabled () const |
| void | set_disabled (bool value) |
Static Public Member Functions | |
| static KubernetesDashboard * | New () |
Configuration for the Kubernetes Dashboard.
|
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 'disabled' attribute.
|
inline |
Get the value of the 'disabled' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'disabled' attribute was set.
disabled' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'disabled' attribute.
Whether the Kubernetes Dashboard is enabled for this cluster.
| [in] | value | The new value. |