Versions in this module Expand all Collapse all v0 v0.0.2 Jan 5, 2023 v0.0.1 Jan 5, 2023 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 ErrUnexpectedEndOfGroupGenerated = fmt.Errorf("proto: unexpected end of group") + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type FailurePolicyType string + const Fail + const Ignore + type MatchPolicyType string + const Equivalent + const Exact + type MutatingWebhook struct + AdmissionReviewVersions []string + ClientConfig WebhookClientConfig + FailurePolicy *FailurePolicyType + MatchPolicy *MatchPolicyType + Name string + NamespaceSelector *metav1.LabelSelector + ObjectSelector *metav1.LabelSelector + ReinvocationPolicy *ReinvocationPolicyType + Rules []RuleWithOperations + SideEffects *SideEffectClass + TimeoutSeconds *int32 + func (*MutatingWebhook) Descriptor() ([]byte, []int) + func (*MutatingWebhook) ProtoMessage() + func (MutatingWebhook) SwaggerDoc() map[string]string + func (in *MutatingWebhook) DeepCopy() *MutatingWebhook + func (in *MutatingWebhook) DeepCopyInto(out *MutatingWebhook) + func (m *MutatingWebhook) Marshal() (dAtA []byte, err error) + func (m *MutatingWebhook) MarshalTo(dAtA []byte) (int, error) + func (m *MutatingWebhook) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MutatingWebhook) Reset() + func (m *MutatingWebhook) Size() (n int) + func (m *MutatingWebhook) Unmarshal(dAtA []byte) error + func (m *MutatingWebhook) XXX_DiscardUnknown() + func (m *MutatingWebhook) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MutatingWebhook) XXX_Merge(src proto.Message) + func (m *MutatingWebhook) XXX_Size() int + func (m *MutatingWebhook) XXX_Unmarshal(b []byte) error + func (this *MutatingWebhook) String() string + type MutatingWebhookConfiguration struct + Webhooks []MutatingWebhook + func (*MutatingWebhookConfiguration) Descriptor() ([]byte, []int) + func (*MutatingWebhookConfiguration) ProtoMessage() + func (MutatingWebhookConfiguration) SwaggerDoc() map[string]string + func (in *MutatingWebhookConfiguration) DeepCopy() *MutatingWebhookConfiguration + func (in *MutatingWebhookConfiguration) DeepCopyInto(out *MutatingWebhookConfiguration) + func (in *MutatingWebhookConfiguration) DeepCopyObject() runtime.Object + func (m *MutatingWebhookConfiguration) Marshal() (dAtA []byte, err error) + func (m *MutatingWebhookConfiguration) MarshalTo(dAtA []byte) (int, error) + func (m *MutatingWebhookConfiguration) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MutatingWebhookConfiguration) Reset() + func (m *MutatingWebhookConfiguration) Size() (n int) + func (m *MutatingWebhookConfiguration) Unmarshal(dAtA []byte) error + func (m *MutatingWebhookConfiguration) XXX_DiscardUnknown() + func (m *MutatingWebhookConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MutatingWebhookConfiguration) XXX_Merge(src proto.Message) + func (m *MutatingWebhookConfiguration) XXX_Size() int + func (m *MutatingWebhookConfiguration) XXX_Unmarshal(b []byte) error + func (this *MutatingWebhookConfiguration) String() string + type MutatingWebhookConfigurationList struct + Items []MutatingWebhookConfiguration + func (*MutatingWebhookConfigurationList) Descriptor() ([]byte, []int) + func (*MutatingWebhookConfigurationList) ProtoMessage() + func (MutatingWebhookConfigurationList) SwaggerDoc() map[string]string + func (in *MutatingWebhookConfigurationList) DeepCopy() *MutatingWebhookConfigurationList + func (in *MutatingWebhookConfigurationList) DeepCopyInto(out *MutatingWebhookConfigurationList) + func (in *MutatingWebhookConfigurationList) DeepCopyObject() runtime.Object + func (m *MutatingWebhookConfigurationList) Marshal() (dAtA []byte, err error) + func (m *MutatingWebhookConfigurationList) MarshalTo(dAtA []byte) (int, error) + func (m *MutatingWebhookConfigurationList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MutatingWebhookConfigurationList) Reset() + func (m *MutatingWebhookConfigurationList) Size() (n int) + func (m *MutatingWebhookConfigurationList) Unmarshal(dAtA []byte) error + func (m *MutatingWebhookConfigurationList) XXX_DiscardUnknown() + func (m *MutatingWebhookConfigurationList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MutatingWebhookConfigurationList) XXX_Merge(src proto.Message) + func (m *MutatingWebhookConfigurationList) XXX_Size() int + func (m *MutatingWebhookConfigurationList) XXX_Unmarshal(b []byte) error + func (this *MutatingWebhookConfigurationList) String() string + type OperationType string + const Connect + const Create + const Delete + const OperationAll + const Update + type ReinvocationPolicyType string + const IfNeededReinvocationPolicy + const NeverReinvocationPolicy + type Rule struct + APIGroups []string + APIVersions []string + Resources []string + Scope *ScopeType + func (*Rule) Descriptor() ([]byte, []int) + func (*Rule) ProtoMessage() + func (Rule) SwaggerDoc() map[string]string + func (in *Rule) DeepCopy() *Rule + func (in *Rule) DeepCopyInto(out *Rule) + func (m *Rule) Marshal() (dAtA []byte, err error) + func (m *Rule) MarshalTo(dAtA []byte) (int, error) + func (m *Rule) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Rule) Reset() + func (m *Rule) Size() (n int) + func (m *Rule) Unmarshal(dAtA []byte) error + func (m *Rule) XXX_DiscardUnknown() + func (m *Rule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Rule) XXX_Merge(src proto.Message) + func (m *Rule) XXX_Size() int + func (m *Rule) XXX_Unmarshal(b []byte) error + func (this *Rule) String() string + type RuleWithOperations struct + Operations []OperationType + func (*RuleWithOperations) Descriptor() ([]byte, []int) + func (*RuleWithOperations) ProtoMessage() + func (RuleWithOperations) SwaggerDoc() map[string]string + func (in *RuleWithOperations) DeepCopy() *RuleWithOperations + func (in *RuleWithOperations) DeepCopyInto(out *RuleWithOperations) + func (m *RuleWithOperations) Marshal() (dAtA []byte, err error) + func (m *RuleWithOperations) MarshalTo(dAtA []byte) (int, error) + func (m *RuleWithOperations) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RuleWithOperations) Reset() + func (m *RuleWithOperations) Size() (n int) + func (m *RuleWithOperations) Unmarshal(dAtA []byte) error + func (m *RuleWithOperations) XXX_DiscardUnknown() + func (m *RuleWithOperations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RuleWithOperations) XXX_Merge(src proto.Message) + func (m *RuleWithOperations) XXX_Size() int + func (m *RuleWithOperations) XXX_Unmarshal(b []byte) error + func (this *RuleWithOperations) String() string + type ScopeType string + const AllScopes + const ClusterScope + const NamespacedScope + type ServiceReference struct + Name string + Namespace string + Path *string + Port *int32 + func (*ServiceReference) Descriptor() ([]byte, []int) + func (*ServiceReference) ProtoMessage() + func (ServiceReference) SwaggerDoc() map[string]string + func (in *ServiceReference) DeepCopy() *ServiceReference + func (in *ServiceReference) DeepCopyInto(out *ServiceReference) + func (m *ServiceReference) Marshal() (dAtA []byte, err error) + func (m *ServiceReference) MarshalTo(dAtA []byte) (int, error) + func (m *ServiceReference) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ServiceReference) Reset() + func (m *ServiceReference) Size() (n int) + func (m *ServiceReference) Unmarshal(dAtA []byte) error + func (m *ServiceReference) XXX_DiscardUnknown() + func (m *ServiceReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServiceReference) XXX_Merge(src proto.Message) + func (m *ServiceReference) XXX_Size() int + func (m *ServiceReference) XXX_Unmarshal(b []byte) error + func (this *ServiceReference) String() string + type SideEffectClass string + const SideEffectClassNone + const SideEffectClassNoneOnDryRun + const SideEffectClassSome + const SideEffectClassUnknown + type ValidatingWebhook struct + AdmissionReviewVersions []string + ClientConfig WebhookClientConfig + FailurePolicy *FailurePolicyType + MatchPolicy *MatchPolicyType + Name string + NamespaceSelector *metav1.LabelSelector + ObjectSelector *metav1.LabelSelector + Rules []RuleWithOperations + SideEffects *SideEffectClass + TimeoutSeconds *int32 + func (*ValidatingWebhook) Descriptor() ([]byte, []int) + func (*ValidatingWebhook) ProtoMessage() + func (ValidatingWebhook) SwaggerDoc() map[string]string + func (in *ValidatingWebhook) DeepCopy() *ValidatingWebhook + func (in *ValidatingWebhook) DeepCopyInto(out *ValidatingWebhook) + func (m *ValidatingWebhook) Marshal() (dAtA []byte, err error) + func (m *ValidatingWebhook) MarshalTo(dAtA []byte) (int, error) + func (m *ValidatingWebhook) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ValidatingWebhook) Reset() + func (m *ValidatingWebhook) Size() (n int) + func (m *ValidatingWebhook) Unmarshal(dAtA []byte) error + func (m *ValidatingWebhook) XXX_DiscardUnknown() + func (m *ValidatingWebhook) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValidatingWebhook) XXX_Merge(src proto.Message) + func (m *ValidatingWebhook) XXX_Size() int + func (m *ValidatingWebhook) XXX_Unmarshal(b []byte) error + func (this *ValidatingWebhook) String() string + type ValidatingWebhookConfiguration struct + Webhooks []ValidatingWebhook + func (*ValidatingWebhookConfiguration) Descriptor() ([]byte, []int) + func (*ValidatingWebhookConfiguration) ProtoMessage() + func (ValidatingWebhookConfiguration) SwaggerDoc() map[string]string + func (in *ValidatingWebhookConfiguration) DeepCopy() *ValidatingWebhookConfiguration + func (in *ValidatingWebhookConfiguration) DeepCopyInto(out *ValidatingWebhookConfiguration) + func (in *ValidatingWebhookConfiguration) DeepCopyObject() runtime.Object + func (m *ValidatingWebhookConfiguration) Marshal() (dAtA []byte, err error) + func (m *ValidatingWebhookConfiguration) MarshalTo(dAtA []byte) (int, error) + func (m *ValidatingWebhookConfiguration) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ValidatingWebhookConfiguration) Reset() + func (m *ValidatingWebhookConfiguration) Size() (n int) + func (m *ValidatingWebhookConfiguration) Unmarshal(dAtA []byte) error + func (m *ValidatingWebhookConfiguration) XXX_DiscardUnknown() + func (m *ValidatingWebhookConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValidatingWebhookConfiguration) XXX_Merge(src proto.Message) + func (m *ValidatingWebhookConfiguration) XXX_Size() int + func (m *ValidatingWebhookConfiguration) XXX_Unmarshal(b []byte) error + func (this *ValidatingWebhookConfiguration) String() string + type ValidatingWebhookConfigurationList struct + Items []ValidatingWebhookConfiguration + func (*ValidatingWebhookConfigurationList) Descriptor() ([]byte, []int) + func (*ValidatingWebhookConfigurationList) ProtoMessage() + func (ValidatingWebhookConfigurationList) SwaggerDoc() map[string]string + func (in *ValidatingWebhookConfigurationList) DeepCopy() *ValidatingWebhookConfigurationList + func (in *ValidatingWebhookConfigurationList) DeepCopyInto(out *ValidatingWebhookConfigurationList) + func (in *ValidatingWebhookConfigurationList) DeepCopyObject() runtime.Object + func (m *ValidatingWebhookConfigurationList) Marshal() (dAtA []byte, err error) + func (m *ValidatingWebhookConfigurationList) MarshalTo(dAtA []byte) (int, error) + func (m *ValidatingWebhookConfigurationList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ValidatingWebhookConfigurationList) Reset() + func (m *ValidatingWebhookConfigurationList) Size() (n int) + func (m *ValidatingWebhookConfigurationList) Unmarshal(dAtA []byte) error + func (m *ValidatingWebhookConfigurationList) XXX_DiscardUnknown() + func (m *ValidatingWebhookConfigurationList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValidatingWebhookConfigurationList) XXX_Merge(src proto.Message) + func (m *ValidatingWebhookConfigurationList) XXX_Size() int + func (m *ValidatingWebhookConfigurationList) XXX_Unmarshal(b []byte) error + func (this *ValidatingWebhookConfigurationList) String() string + type WebhookClientConfig struct + CABundle []byte + Service *ServiceReference + URL *string + func (*WebhookClientConfig) Descriptor() ([]byte, []int) + func (*WebhookClientConfig) ProtoMessage() + func (WebhookClientConfig) SwaggerDoc() map[string]string + func (in *WebhookClientConfig) DeepCopy() *WebhookClientConfig + func (in *WebhookClientConfig) DeepCopyInto(out *WebhookClientConfig) + func (m *WebhookClientConfig) Marshal() (dAtA []byte, err error) + func (m *WebhookClientConfig) MarshalTo(dAtA []byte) (int, error) + func (m *WebhookClientConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *WebhookClientConfig) Reset() + func (m *WebhookClientConfig) Size() (n int) + func (m *WebhookClientConfig) Unmarshal(dAtA []byte) error + func (m *WebhookClientConfig) XXX_DiscardUnknown() + func (m *WebhookClientConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WebhookClientConfig) XXX_Merge(src proto.Message) + func (m *WebhookClientConfig) XXX_Size() int + func (m *WebhookClientConfig) XXX_Unmarshal(b []byte) error + func (this *WebhookClientConfig) String() string