Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2019 Changes in this version + const GroupName + var AddToScheme = localSchemeBuilder.AddToScheme + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type AdmissionRequest struct + DryRun *bool + Kind metav1.GroupVersionKind + Name string + Namespace string + Object runtime.RawExtension + OldObject runtime.RawExtension + Operation Operation + Options runtime.RawExtension + RequestKind *metav1.GroupVersionKind + RequestResource *metav1.GroupVersionResource + RequestSubResource string + Resource metav1.GroupVersionResource + SubResource string + UID types.UID + UserInfo authenticationv1.UserInfo + func (*AdmissionRequest) Descriptor() ([]byte, []int) + func (*AdmissionRequest) ProtoMessage() + func (AdmissionRequest) SwaggerDoc() map[string]string + func (in *AdmissionRequest) DeepCopy() *AdmissionRequest + func (in *AdmissionRequest) DeepCopyInto(out *AdmissionRequest) + func (m *AdmissionRequest) Marshal() (dAtA []byte, err error) + func (m *AdmissionRequest) MarshalTo(dAtA []byte) (int, error) + func (m *AdmissionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AdmissionRequest) Reset() + func (m *AdmissionRequest) Size() (n int) + func (m *AdmissionRequest) Unmarshal(dAtA []byte) error + func (m *AdmissionRequest) XXX_DiscardUnknown() + func (m *AdmissionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AdmissionRequest) XXX_Merge(src proto.Message) + func (m *AdmissionRequest) XXX_Size() int + func (m *AdmissionRequest) XXX_Unmarshal(b []byte) error + func (this *AdmissionRequest) String() string + type AdmissionResponse struct + Allowed bool + AuditAnnotations map[string]string + Patch []byte + PatchType *PatchType + Result *metav1.Status + UID types.UID + func (*AdmissionResponse) Descriptor() ([]byte, []int) + func (*AdmissionResponse) ProtoMessage() + func (AdmissionResponse) SwaggerDoc() map[string]string + func (in *AdmissionResponse) DeepCopy() *AdmissionResponse + func (in *AdmissionResponse) DeepCopyInto(out *AdmissionResponse) + func (m *AdmissionResponse) Marshal() (dAtA []byte, err error) + func (m *AdmissionResponse) MarshalTo(dAtA []byte) (int, error) + func (m *AdmissionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AdmissionResponse) Reset() + func (m *AdmissionResponse) Size() (n int) + func (m *AdmissionResponse) Unmarshal(dAtA []byte) error + func (m *AdmissionResponse) XXX_DiscardUnknown() + func (m *AdmissionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AdmissionResponse) XXX_Merge(src proto.Message) + func (m *AdmissionResponse) XXX_Size() int + func (m *AdmissionResponse) XXX_Unmarshal(b []byte) error + func (this *AdmissionResponse) String() string + type AdmissionReview struct + Request *AdmissionRequest + Response *AdmissionResponse + func (*AdmissionReview) Descriptor() ([]byte, []int) + func (*AdmissionReview) ProtoMessage() + func (AdmissionReview) SwaggerDoc() map[string]string + func (in *AdmissionReview) DeepCopy() *AdmissionReview + func (in *AdmissionReview) DeepCopyInto(out *AdmissionReview) + func (in *AdmissionReview) DeepCopyObject() runtime.Object + func (m *AdmissionReview) Marshal() (dAtA []byte, err error) + func (m *AdmissionReview) MarshalTo(dAtA []byte) (int, error) + func (m *AdmissionReview) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AdmissionReview) Reset() + func (m *AdmissionReview) Size() (n int) + func (m *AdmissionReview) Unmarshal(dAtA []byte) error + func (m *AdmissionReview) XXX_DiscardUnknown() + func (m *AdmissionReview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AdmissionReview) XXX_Merge(src proto.Message) + func (m *AdmissionReview) XXX_Size() int + func (m *AdmissionReview) XXX_Unmarshal(b []byte) error + func (this *AdmissionReview) String() string + type Operation string + const Connect + const Create + const Delete + const Update + type PatchType string + const PatchTypeJSONPatch