struct

Kubernetes::SelfSubjectReviewStatus

Inherits YAML::Serializable < JSON::Serializable < Kubernetes::Serializable < Struct < Value < Object

SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.

Constructors

new(pull : ::JSON::PullParser)
new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)

Instance methods

user_info

userInfo is a set of attributes belonging to the user making this request.

Source
user_info=(user_info : UserInfo | Nil)

userInfo is a set of attributes belonging to the user making this request.

Source

Macros

field(name, type = nil, **options, &block)

Helper macro for defining fields with automatic camelCase conversion

Source