Versions in this module Expand all Collapse all v1 v1.5.1 Feb 8, 2017 v1.5.0 Oct 23, 2016 Changes in this version + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = unversioned.GroupVersion + func DeepCopy_authorization_LocalSubjectAccessReview(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_authorization_NonResourceAttributes(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_authorization_ResourceAttributes(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_authorization_SelfSubjectAccessReview(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_authorization_SelfSubjectAccessReviewSpec(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_authorization_SubjectAccessReview(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_authorization_SubjectAccessReviewSpec(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_authorization_SubjectAccessReviewStatus(in interface{}, out interface{}, c *conversion.Cloner) error + func Kind(kind string) unversioned.GroupKind + func RegisterDeepCopies(scheme *runtime.Scheme) error + func Resource(resource string) unversioned.GroupResource + type ExtraValue []string + func (x *ExtraValue) CodecDecodeSelf(d *codec1978.Decoder) + func (x ExtraValue) CodecEncodeSelf(e *codec1978.Encoder) + type LocalSubjectAccessReview struct + Spec SubjectAccessReviewSpec + Status SubjectAccessReviewStatus + func (x *LocalSubjectAccessReview) CodecDecodeSelf(d *codec1978.Decoder) + func (x *LocalSubjectAccessReview) CodecEncodeSelf(e *codec1978.Encoder) + type NonResourceAttributes struct + Path string + Verb string + func (x *NonResourceAttributes) CodecDecodeSelf(d *codec1978.Decoder) + func (x *NonResourceAttributes) CodecEncodeSelf(e *codec1978.Encoder) + type ResourceAttributes struct + Group string + Name string + Namespace string + Resource string + Subresource string + Verb string + Version string + func (x *ResourceAttributes) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ResourceAttributes) CodecEncodeSelf(e *codec1978.Encoder) + type SelfSubjectAccessReview struct + Spec SelfSubjectAccessReviewSpec + Status SubjectAccessReviewStatus + func (x *SelfSubjectAccessReview) CodecDecodeSelf(d *codec1978.Decoder) + func (x *SelfSubjectAccessReview) CodecEncodeSelf(e *codec1978.Encoder) + type SelfSubjectAccessReviewSpec struct + NonResourceAttributes *NonResourceAttributes + ResourceAttributes *ResourceAttributes + func (x *SelfSubjectAccessReviewSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *SelfSubjectAccessReviewSpec) CodecEncodeSelf(e *codec1978.Encoder) + type SubjectAccessReview struct + Spec SubjectAccessReviewSpec + Status SubjectAccessReviewStatus + func (x *SubjectAccessReview) CodecDecodeSelf(d *codec1978.Decoder) + func (x *SubjectAccessReview) CodecEncodeSelf(e *codec1978.Encoder) + type SubjectAccessReviewSpec struct + Extra map[string]ExtraValue + Groups []string + NonResourceAttributes *NonResourceAttributes + ResourceAttributes *ResourceAttributes + User string + func (x *SubjectAccessReviewSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *SubjectAccessReviewSpec) CodecEncodeSelf(e *codec1978.Encoder) + type SubjectAccessReviewStatus struct + Allowed bool + EvaluationError string + Reason string + func (x *SubjectAccessReviewStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *SubjectAccessReviewStatus) CodecEncodeSelf(e *codec1978.Encoder)