Name | Type | Description | Notes |
---|---|---|---|
Kind | Pointer to string | [optional] | |
ApiVersion | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Namespace | Pointer to string | [optional] | |
Spec | SelfSubjectAccessReviewSpec | ||
Status | Pointer to SubjectAccessReviewStatus | [optional] |
func NewSelfSubjectAccessReview(spec SelfSubjectAccessReviewSpec, ) *SelfSubjectAccessReview
NewSelfSubjectAccessReview instantiates a new SelfSubjectAccessReview object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSelfSubjectAccessReviewWithDefaults() *SelfSubjectAccessReview
NewSelfSubjectAccessReviewWithDefaults instantiates a new SelfSubjectAccessReview object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SelfSubjectAccessReview) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *SelfSubjectAccessReview) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfSubjectAccessReview) SetKind(v string)
SetKind sets Kind field to given value.
func (o *SelfSubjectAccessReview) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *SelfSubjectAccessReview) GetApiVersion() string
GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.
func (o *SelfSubjectAccessReview) GetApiVersionOk() (*string, bool)
GetApiVersionOk returns a tuple with the ApiVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfSubjectAccessReview) SetApiVersion(v string)
SetApiVersion sets ApiVersion field to given value.
func (o *SelfSubjectAccessReview) HasApiVersion() bool
HasApiVersion returns a boolean if a field has been set.
func (o *SelfSubjectAccessReview) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SelfSubjectAccessReview) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfSubjectAccessReview) SetName(v string)
SetName sets Name field to given value.
func (o *SelfSubjectAccessReview) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SelfSubjectAccessReview) GetNamespace() string
GetNamespace returns the Namespace field if non-nil, zero value otherwise.
func (o *SelfSubjectAccessReview) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfSubjectAccessReview) SetNamespace(v string)
SetNamespace sets Namespace field to given value.
func (o *SelfSubjectAccessReview) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (o *SelfSubjectAccessReview) GetSpec() SelfSubjectAccessReviewSpec
GetSpec returns the Spec field if non-nil, zero value otherwise.
func (o *SelfSubjectAccessReview) GetSpecOk() (*SelfSubjectAccessReviewSpec, bool)
GetSpecOk returns a tuple with the Spec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfSubjectAccessReview) SetSpec(v SelfSubjectAccessReviewSpec)
SetSpec sets Spec field to given value.
func (o *SelfSubjectAccessReview) GetStatus() SubjectAccessReviewStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *SelfSubjectAccessReview) GetStatusOk() (*SubjectAccessReviewStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfSubjectAccessReview) SetStatus(v SubjectAccessReviewStatus)
SetStatus sets Status field to given value.
func (o *SelfSubjectAccessReview) HasStatus() bool
HasStatus returns a boolean if a field has been set.